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

Unified Diff: Source/core/core.gypi

Issue 744163002: Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix compile Created 6 years, 1 month 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index cacc579c3a379c0b434ceba084d21d054826335e..b707a0bf5384084baa1e0e4d964070730c9101e0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1472,6 +1472,8 @@
'paint/InlinePainter.h',
'paint/InlineTextBoxPainter.cpp',
'paint/InlineTextBoxPainter.h',
+ 'paint/LayerClipRecorder.cpp',
+ 'paint/LayerClipRecorder.h',
'paint/LayerPainter.cpp',
'paint/LayerPainter.h',
'paint/LineBoxListPainter.cpp',
@@ -3571,8 +3573,8 @@
'loader/MixedContentCheckerTest.cpp',
'page/NetworkStateNotifierTest.cpp',
'page/PrintContextTest.cpp',
- 'paint/ClipRecorderTest.cpp',
'paint/DrawingRecorderTest.cpp',
+ 'paint/LayerClipRecorderTest.cpp',
'paint/TextPainterTest.cpp',
'paint/ViewDisplayListTest.cpp',
'rendering/RenderBlockTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698