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

Unified Diff: Source/core/core.gypi

Issue 1092673002: Move FilterEffectRenderer to core/paint/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 8 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/layout/FilterEffectRenderer.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 3a034602f96dc72ad851c380bc800b805e7ffd8a..d4fae2eed4273ff19dd0ba010c385d80d1031b0e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -551,8 +551,6 @@
'layout/ClipRectsCache.h',
'layout/CounterNode.cpp',
'layout/CounterNode.h',
- 'layout/FilterEffectRenderer.cpp',
- 'layout/FilterEffectRenderer.h',
'layout/FloatingObjects.cpp',
'layout/FloatingObjects.h',
'layout/GeneratedChildren.h',
@@ -1837,6 +1835,8 @@
'paint/FieldsetPainter.h',
'paint/FileUploadControlPainter.cpp',
'paint/FileUploadControlPainter.h',
+ 'paint/FilterEffectBuilder.cpp',
+ 'paint/FilterEffectBuilder.h',
'paint/FilterPainter.cpp',
'paint/FilterPainter.h',
'paint/FloatClipRecorder.cpp',
« no previous file with comments | « no previous file | Source/core/layout/FilterEffectRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698