| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'project_dir': ['.'], | 3 'project_dir': ['.'], |
| 4 # These headers are part of WebCore's private API in the Apple Mac build
. | 4 # These headers are part of WebCore's private API in the Apple Mac build
. |
| 5 'webcore_privateheader_files': [ | 5 'webcore_privateheader_files': [ |
| 6 'Modules/geolocation/Geolocation.h', | 6 'Modules/geolocation/Geolocation.h', |
| 7 'Modules/geolocation/GeolocationController.h', | 7 'Modules/geolocation/GeolocationController.h', |
| 8 'Modules/geolocation/GeolocationError.h', | 8 'Modules/geolocation/GeolocationError.h', |
| 9 'Modules/geolocation/GeolocationPosition.h', | 9 'Modules/geolocation/GeolocationPosition.h', |
| 10 'Modules/geolocation/Geoposition.h', | 10 'Modules/geolocation/Geoposition.h', |
| (...skipping 3562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3573 'platform/graphics/chromium/LayerTextureSubImage.cpp', | 3573 'platform/graphics/chromium/LayerTextureSubImage.cpp', |
| 3574 'platform/graphics/chromium/LayerTextureSubImage.h', | 3574 'platform/graphics/chromium/LayerTextureSubImage.h', |
| 3575 'platform/graphics/chromium/LayerTextureUpdater.h', | 3575 'platform/graphics/chromium/LayerTextureUpdater.h', |
| 3576 'platform/graphics/chromium/ManagedTexture.cpp', | 3576 'platform/graphics/chromium/ManagedTexture.cpp', |
| 3577 'platform/graphics/chromium/ManagedTexture.h', | 3577 'platform/graphics/chromium/ManagedTexture.h', |
| 3578 'platform/graphics/chromium/MediaPlayerPrivateChromium.h', | 3578 'platform/graphics/chromium/MediaPlayerPrivateChromium.h', |
| 3579 'platform/graphics/chromium/PlatformCanvas.cpp', | 3579 'platform/graphics/chromium/PlatformCanvas.cpp', |
| 3580 'platform/graphics/chromium/PlatformCanvas.h', | 3580 'platform/graphics/chromium/PlatformCanvas.h', |
| 3581 'platform/graphics/chromium/PlatformColor.h', | 3581 'platform/graphics/chromium/PlatformColor.h', |
| 3582 'platform/graphics/chromium/PlatformIcon.h', | 3582 'platform/graphics/chromium/PlatformIcon.h', |
| 3583 'platform/graphics/chromium/PlatformImage.cpp', | |
| 3584 'platform/graphics/chromium/PlatformImage.h', | |
| 3585 'platform/graphics/chromium/ProgramBinding.cpp', | 3583 'platform/graphics/chromium/ProgramBinding.cpp', |
| 3586 'platform/graphics/chromium/ProgramBinding.h', | 3584 'platform/graphics/chromium/ProgramBinding.h', |
| 3587 'platform/graphics/chromium/RateLimiter.cpp', | 3585 'platform/graphics/chromium/RateLimiter.cpp', |
| 3588 'platform/graphics/chromium/RateLimiter.h', | 3586 'platform/graphics/chromium/RateLimiter.h', |
| 3589 'platform/graphics/chromium/RenderSurfaceChromium.cpp', | 3587 'platform/graphics/chromium/RenderSurfaceChromium.cpp', |
| 3590 'platform/graphics/chromium/RenderSurfaceChromium.h', | 3588 'platform/graphics/chromium/RenderSurfaceChromium.h', |
| 3591 'platform/graphics/chromium/ScrollbarLayerChromium.cpp', | 3589 'platform/graphics/chromium/ScrollbarLayerChromium.cpp', |
| 3592 'platform/graphics/chromium/ScrollbarLayerChromium.h', | 3590 'platform/graphics/chromium/ScrollbarLayerChromium.h', |
| 3593 'platform/graphics/chromium/ShaderChromium.cpp', | 3591 'platform/graphics/chromium/ShaderChromium.cpp', |
| 3594 'platform/graphics/chromium/ShaderChromium.h', | 3592 'platform/graphics/chromium/ShaderChromium.h', |
| (...skipping 4683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8278 'platform/chromium/support/WebURLResponse.cpp', | 8276 'platform/chromium/support/WebURLResponse.cpp', |
| 8279 'platform/chromium/support/WebURLResponsePrivate.h', | 8277 'platform/chromium/support/WebURLResponsePrivate.h', |
| 8280 'platform/chromium/support/WrappedResourceRequest.h', | 8278 'platform/chromium/support/WrappedResourceRequest.h', |
| 8281 'platform/chromium/support/WrappedResourceResponse.h', | 8279 'platform/chromium/support/WrappedResourceResponse.h', |
| 8282 ], | 8280 ], |
| 8283 'export_file_generator_files': [ | 8281 'export_file_generator_files': [ |
| 8284 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', | 8282 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', |
| 8285 ], | 8283 ], |
| 8286 } | 8284 } |
| 8287 } | 8285 } |
| OLD | NEW |