Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: Source/WebCore/WebCore.gypi

Issue 9837019: Revert 104566 - Source/WebCore: [Skia] Switch FEColorMatrix to use a skia-based implementation when (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebCore/platform/graphics/filters/FEColorMatrix.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
3387 'platform/graphics/filters/skia/FEGaussianBlurSkia.cpp', 3386 'platform/graphics/filters/skia/FEGaussianBlurSkia.cpp',
3388 'platform/graphics/freetype/FontCacheFreeType.cpp', 3387 'platform/graphics/freetype/FontCacheFreeType.cpp',
3389 'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp', 3388 'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp',
3390 'platform/graphics/freetype/FontPlatformData.h', 3389 'platform/graphics/freetype/FontPlatformData.h',
3391 'platform/graphics/freetype/FontPlatformDataFreeType.cpp', 3390 'platform/graphics/freetype/FontPlatformDataFreeType.cpp',
3392 'platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp', 3391 'platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp',
3393 'platform/graphics/freetype/SimpleFontDataFreeType.cpp', 3392 'platform/graphics/freetype/SimpleFontDataFreeType.cpp',
3394 'platform/graphics/gpu/DrawingBuffer.cpp', 3393 'platform/graphics/gpu/DrawingBuffer.cpp',
3395 'platform/graphics/gpu/DrawingBuffer.h', 3394 'platform/graphics/gpu/DrawingBuffer.h',
3396 'platform/graphics/gpu/Shader.cpp', 3395 'platform/graphics/gpu/Shader.cpp',
(...skipping 4565 matching lines...) Expand 10 before | Expand all | Expand 10 after
7962 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerCSS.h', 7961 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerCSS.h',
7963 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h', 7962 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h',
7964 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp', 7963 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp',
7965 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h', 7964 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h',
7966 ], 7965 ],
7967 'export_file_generator_files': [ 7966 'export_file_generator_files': [
7968 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 7967 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
7969 ], 7968 ],
7970 } 7969 }
7971 } 7970 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/platform/graphics/filters/FEColorMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698