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

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

Issue 14793008: Extract the SVG Filter Reference implementation out of the FilterEffectRenderer into its own type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix copyrights Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'platform/graphics/filters/Filter.h', 2902 'platform/graphics/filters/Filter.h',
2903 'platform/graphics/filters/FilterEffect.cpp', 2903 'platform/graphics/filters/FilterEffect.cpp',
2904 'platform/graphics/filters/FilterEffect.h', 2904 'platform/graphics/filters/FilterEffect.h',
2905 'platform/graphics/filters/FilterOperation.cpp', 2905 'platform/graphics/filters/FilterOperation.cpp',
2906 'platform/graphics/filters/FilterOperation.h', 2906 'platform/graphics/filters/FilterOperation.h',
2907 'platform/graphics/filters/FilterOperations.cpp', 2907 'platform/graphics/filters/FilterOperations.cpp',
2908 'platform/graphics/filters/FilterOperations.h', 2908 'platform/graphics/filters/FilterOperations.h',
2909 'platform/graphics/filters/LightSource.h', 2909 'platform/graphics/filters/LightSource.h',
2910 'platform/graphics/filters/PointLightSource.cpp', 2910 'platform/graphics/filters/PointLightSource.cpp',
2911 'platform/graphics/filters/PointLightSource.h', 2911 'platform/graphics/filters/PointLightSource.h',
2912 'platform/graphics/filters/ReferenceFilter.cpp',
2913 'platform/graphics/filters/ReferenceFilter.h',
2912 'platform/graphics/filters/SkiaImageFilterBuilder.cpp', 2914 'platform/graphics/filters/SkiaImageFilterBuilder.cpp',
2913 'platform/graphics/filters/SkiaImageFilterBuilder.h', 2915 'platform/graphics/filters/SkiaImageFilterBuilder.h',
2914 'platform/graphics/filters/SourceAlpha.cpp', 2916 'platform/graphics/filters/SourceAlpha.cpp',
2915 'platform/graphics/filters/SourceAlpha.h', 2917 'platform/graphics/filters/SourceAlpha.h',
2916 'platform/graphics/filters/SourceGraphic.cpp', 2918 'platform/graphics/filters/SourceGraphic.cpp',
2917 'platform/graphics/filters/SourceGraphic.h', 2919 'platform/graphics/filters/SourceGraphic.h',
2918 'platform/graphics/filters/SpotLightSource.cpp', 2920 'platform/graphics/filters/SpotLightSource.cpp',
2919 'platform/graphics/filters/SpotLightSource.h', 2921 'platform/graphics/filters/SpotLightSource.h',
2920 'platform/graphics/gpu/DrawingBuffer.cpp', 2922 'platform/graphics/gpu/DrawingBuffer.cpp',
2921 'platform/graphics/gpu/DrawingBuffer.h', 2923 'platform/graphics/gpu/DrawingBuffer.h',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 'platform/graphics/IntRect.cpp', 3162 'platform/graphics/IntRect.cpp',
3161 'platform/graphics/IntRectExtent.h', 3163 'platform/graphics/IntRectExtent.h',
3162 'platform/graphics/LayoutRect.cpp', 3164 'platform/graphics/LayoutRect.cpp',
3163 'platform/graphics/Region.cpp', 3165 'platform/graphics/Region.cpp',
3164 'platform/graphics/transforms/TransformationMatrix.cpp', 3166 'platform/graphics/transforms/TransformationMatrix.cpp',
3165 'platform/graphics/transforms/AffineTransform.cpp', 3167 'platform/graphics/transforms/AffineTransform.cpp',
3166 ], 3168 ],
3167 'webcore_svg_files': [ 3169 'webcore_svg_files': [
3168 'rendering/style/SVGRenderStyle.cpp', 3170 'rendering/style/SVGRenderStyle.cpp',
3169 'rendering/style/SVGRenderStyleDefs.cpp', 3171 'rendering/style/SVGRenderStyleDefs.cpp',
3172 'rendering/svg/ReferenceFilterBuilder.cpp',
3173 'rendering/svg/ReferenceFilterBuilder.h',
3170 'rendering/svg/RenderSVGBlock.cpp', 3174 'rendering/svg/RenderSVGBlock.cpp',
3171 'rendering/svg/RenderSVGBlock.h', 3175 'rendering/svg/RenderSVGBlock.h',
3172 'rendering/svg/RenderSVGContainer.cpp', 3176 'rendering/svg/RenderSVGContainer.cpp',
3173 'rendering/svg/RenderSVGContainer.h', 3177 'rendering/svg/RenderSVGContainer.h',
3174 'rendering/svg/RenderSVGEllipse.cpp', 3178 'rendering/svg/RenderSVGEllipse.cpp',
3175 'rendering/svg/RenderSVGEllipse.h', 3179 'rendering/svg/RenderSVGEllipse.h',
3176 'rendering/svg/RenderSVGForeignObject.cpp', 3180 'rendering/svg/RenderSVGForeignObject.cpp',
3177 'rendering/svg/RenderSVGForeignObject.h', 3181 'rendering/svg/RenderSVGForeignObject.h',
3178 'rendering/svg/RenderSVGGradientStop.cpp', 3182 'rendering/svg/RenderSVGGradientStop.cpp',
3179 'rendering/svg/RenderSVGGradientStop.h', 3183 'rendering/svg/RenderSVGGradientStop.h',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
3713 'bison_exe': 'bison', 3717 'bison_exe': 'bison',
3714 # We specify a preprocess so it happens locally and won't get 3718 # We specify a preprocess so it happens locally and won't get
3715 # distributed to goma. 3719 # distributed to goma.
3716 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3720 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3717 # use /usr/bin/clang once we require Xcode 4.x. 3721 # use /usr/bin/clang once we require Xcode 4.x.
3718 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3722 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3719 }], 3723 }],
3720 ], 3724 ],
3721 } 3725 }
3722 } 3726 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/ImageFilterBuilderTest.cpp ('k') | Source/core/platform/graphics/filters/FilterOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698