|
Lines 173-179
a/WebKit/chromium/WebKit.gyp_sec1
|
| 173 |
'public/WebFontCache.h', |
173 |
'public/WebFontCache.h', |
| 174 |
'public/WebFormControlElement.h', |
174 |
'public/WebFormControlElement.h', |
| 175 |
'public/WebFormElement.h', |
175 |
'public/WebFormElement.h', |
|
|
176 |
'public/WebGeolocationClient.h', |
| 177 |
'public/WebGeolocationController.h', |
| 176 |
'public/WebGeolocationError.h', |
178 |
'public/WebGeolocationError.h', |
|
|
179 |
'public/WebGeolocationPermissionRequest.h', |
| 180 |
'public/WebGeolocationPermissionRequestManager.h', |
| 177 |
'public/WebGeolocationPosition.h', |
181 |
'public/WebGeolocationPosition.h', |
| 178 |
'public/WebGeolocationService.h', |
182 |
'public/WebGeolocationService.h', |
| 179 |
'public/WebGeolocationServiceBridge.h', |
183 |
'public/WebGeolocationServiceBridge.h', |
|
Lines 339-344
a/WebKit/chromium/WebKit.gyp_sec2
|
| 339 |
'src/FrameLoaderClientImpl.cpp', |
343 |
'src/FrameLoaderClientImpl.cpp', |
| 340 |
'src/FrameLoaderClientImpl.h', |
344 |
'src/FrameLoaderClientImpl.h', |
| 341 |
'src/FrameNetworkingContextImpl.h', |
345 |
'src/FrameNetworkingContextImpl.h', |
|
|
346 |
'src/GeolocationClientProxy.cpp', |
| 347 |
'src/GeolocationClientProxy.h', |
| 342 |
'src/GraphicsContext3DChromium.cpp', |
348 |
'src/GraphicsContext3DChromium.cpp', |
| 343 |
'src/GraphicsContext3DInternal.h', |
349 |
'src/GraphicsContext3DInternal.h', |
| 344 |
'src/gtk/WebFontInfo.cpp', |
350 |
'src/gtk/WebFontInfo.cpp', |
|
Lines 444-450
a/WebKit/chromium/WebKit.gyp_sec3
|
| 444 |
'src/WebFormElement.cpp', |
450 |
'src/WebFormElement.cpp', |
| 445 |
'src/WebFrameImpl.cpp', |
451 |
'src/WebFrameImpl.cpp', |
| 446 |
'src/WebFrameImpl.h', |
452 |
'src/WebFrameImpl.h', |
|
|
453 |
'src/WebGeolocationController.cpp', |
| 447 |
'src/WebGeolocationError.cpp', |
454 |
'src/WebGeolocationError.cpp', |
|
|
455 |
'src/WebGeolocationPermissionRequest.cpp', |
| 456 |
'src/WebGeolocationPermissionRequestManager.cpp', |
| 448 |
'src/WebGeolocationPosition.cpp', |
457 |
'src/WebGeolocationPosition.cpp', |
| 449 |
'src/WebGeolocationServiceBridgeImpl.cpp', |
458 |
'src/WebGeolocationServiceBridgeImpl.cpp', |
| 450 |
'src/WebGeolocationServiceBridgeImpl.h', |
459 |
'src/WebGeolocationServiceBridgeImpl.h', |
|
Lines 671-677
a/WebKit/chromium/WebKit.gyp_sec4
|
| 671 |
], |
680 |
], |
| 672 |
}, { |
681 |
}, { |
| 673 |
'sources/': [ |
682 |
'sources/': [ |
|
|
683 |
['exclude', 'GeolocationClientProxy.*'], |
| 684 |
['exclude', 'WebGeolocationClient.*'], |
| 685 |
['exclude', 'WebGeolocationController.*'], |
| 674 |
['exclude', 'WebGeolocationError.*'], |
686 |
['exclude', 'WebGeolocationError.*'], |
|
|
687 |
['exclude', 'WebGeolocationPermissionRequest.*'], |
| 675 |
['exclude', 'WebGeolocationPosition.*'], |
688 |
['exclude', 'WebGeolocationPosition.*'], |
| 676 |
], |
689 |
], |
| 677 |
}] |
690 |
}] |