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 'accessibility/AXObjectCache.h', | 6 'accessibility/AXObjectCache.h', |
7 'accessibility/AccessibilityObject.h', | 7 'accessibility/AccessibilityObject.h', |
8 'bindings/ScriptControllerBase.h', | 8 'bindings/ScriptControllerBase.h', |
9 'bindings/js/DOMObjectHashTableMap.h', | 9 'bindings/js/DOMObjectHashTableMap.h', |
10 'bindings/js/DOMWrapperWorld.h', | 10 'bindings/js/DOMWrapperWorld.h', |
(...skipping 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3376 'platform/graphics/filters/SourceGraphic.cpp', | 3376 'platform/graphics/filters/SourceGraphic.cpp', |
3377 'platform/graphics/filters/SourceGraphic.h', | 3377 'platform/graphics/filters/SourceGraphic.h', |
3378 'platform/graphics/filters/SpotLightSource.cpp', | 3378 'platform/graphics/filters/SpotLightSource.cpp', |
3379 'platform/graphics/filters/SpotLightSource.h', | 3379 'platform/graphics/filters/SpotLightSource.h', |
3380 'platform/graphics/filters/arm/FECompositeArithmeticNEON.cpp', | 3380 'platform/graphics/filters/arm/FECompositeArithmeticNEON.cpp', |
3381 'platform/graphics/filters/arm/FECompositeArithmeticNEON.h', | 3381 'platform/graphics/filters/arm/FECompositeArithmeticNEON.h', |
3382 'platform/graphics/filters/arm/FEGaussianBlurNEON.cpp', | 3382 'platform/graphics/filters/arm/FEGaussianBlurNEON.cpp', |
3383 'platform/graphics/filters/arm/FEGaussianBlurNEON.h', | 3383 'platform/graphics/filters/arm/FEGaussianBlurNEON.h', |
3384 'platform/graphics/filters/arm/FELightingNEON.cpp', | 3384 'platform/graphics/filters/arm/FELightingNEON.cpp', |
3385 'platform/graphics/filters/arm/FELightingNEON.h', | 3385 'platform/graphics/filters/arm/FELightingNEON.h', |
| 3386 'platform/graphics/filters/skia/FEColorMatrixSkia.cpp', |
3386 'platform/graphics/filters/skia/FEGaussianBlurSkia.cpp', | 3387 'platform/graphics/filters/skia/FEGaussianBlurSkia.cpp', |
3387 'platform/graphics/freetype/FontCacheFreeType.cpp', | 3388 'platform/graphics/freetype/FontCacheFreeType.cpp', |
3388 'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp', | 3389 'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp', |
3389 'platform/graphics/freetype/FontPlatformData.h', | 3390 'platform/graphics/freetype/FontPlatformData.h', |
3390 'platform/graphics/freetype/FontPlatformDataFreeType.cpp', | 3391 'platform/graphics/freetype/FontPlatformDataFreeType.cpp', |
3391 'platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp', | 3392 'platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp', |
3392 'platform/graphics/freetype/SimpleFontDataFreeType.cpp', | 3393 'platform/graphics/freetype/SimpleFontDataFreeType.cpp', |
3393 'platform/graphics/gpu/DrawingBuffer.cpp', | 3394 'platform/graphics/gpu/DrawingBuffer.cpp', |
3394 'platform/graphics/gpu/DrawingBuffer.h', | 3395 'platform/graphics/gpu/DrawingBuffer.h', |
3395 'platform/graphics/gpu/Shader.cpp', | 3396 'platform/graphics/gpu/Shader.cpp', |
(...skipping 4565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7961 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerCSS.h', | 7962 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerCSS.h', |
7962 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h', | 7963 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h', |
7963 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp', | 7964 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp', |
7964 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h', | 7965 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h', |
7965 ], | 7966 ], |
7966 'export_file_generator_files': [ | 7967 'export_file_generator_files': [ |
7967 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', | 7968 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', |
7968 ], | 7969 ], |
7969 } | 7970 } |
7970 } | 7971 } |
OLD | NEW |