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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1401363003: Rename DisplayItemList to PaintController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 1a57c1528397c023c6b0c68799e52df3b47607c0..744d06428b446ec51c8c29b02a294199830d2322 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3892,11 +3892,11 @@
'page/PagePopupClientTest.cpp',
'page/PrintContextTest.cpp',
'page/scrolling/ScrollStateTest.cpp',
- 'paint/DisplayItemListPaintTest.cpp',
- 'paint/DisplayItemListPaintTest.h',
'paint/LayerClipRecorderTest.cpp',
'paint/LayoutObjectDrawingRecorderTest.cpp',
'paint/NinePieceImageGridTest.cpp',
+ 'paint/PaintControllerPaintTest.cpp',
+ 'paint/PaintControllerPaintTest.h',
'paint/PaintLayerPainterTest.cpp',
'paint/TableCellPainterTest.cpp',
'paint/TextPainterTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698