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

Unified Diff: Source/core/core.gypi

Issue 13984002: Extracting the SVG Filter Reference implementation out of the FilterEffectRenderer into its own typ… Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Updated to ToT, fixed style, warnings Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/platform/graphics/filters/Filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d281f089235c0f9965ccca535d5e505e4c97c9af..e577a44314e3625e6cb9755e9d101a775886bfcc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2871,6 +2871,8 @@
'platform/graphics/filters/LightSource.h',
'platform/graphics/filters/PointLightSource.cpp',
'platform/graphics/filters/PointLightSource.h',
+ 'platform/graphics/filters/ReferenceFilter.cpp',
+ 'platform/graphics/filters/ReferenceFilter.h',
'platform/graphics/filters/SkiaImageFilterBuilder.cpp',
'platform/graphics/filters/SkiaImageFilterBuilder.h',
'platform/graphics/filters/SourceAlpha.cpp',
@@ -3164,6 +3166,8 @@
'webcore_svg_files': [
'rendering/style/SVGRenderStyle.cpp',
'rendering/style/SVGRenderStyleDefs.cpp',
+ 'rendering/svg/ReferenceFilterBuilder.cpp',
+ 'rendering/svg/ReferenceFilterBuilder.h',
'rendering/svg/RenderSVGBlock.cpp',
'rendering/svg/RenderSVGBlock.h',
'rendering/svg/RenderSVGContainer.cpp',
« no previous file with comments | « no previous file | Source/core/platform/graphics/filters/Filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698