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

Unified Diff: Source/core/core.gypi

Issue 1287093004: Slimming Paint phase 2 compositing algorithm plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address reviewer comments Created 5 years, 4 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index aa23527d84d0bf43156d2d34c813b6afabe69808..d707f28117c48eafcb1374ca2a1ecc4723575866 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1001,6 +1001,8 @@
'clipboard/DraggedIsolatedFileSystem.h',
'clipboard/Pasteboard.cpp',
'clipboard/Pasteboard.h',
+ 'compositing/DisplayListCompositingBuilder.cpp',
+ 'compositing/DisplayListCompositingBuilder.h',
'css/BasicShapeFunctions.cpp',
'css/BinaryDataFontFaceSource.cpp',
'css/BinaryDataFontFaceSource.h',
@@ -3697,6 +3699,7 @@
'animation/animatable/AnimatableValueTestHelper.h',
'animation/animatable/AnimatableValueTestHelperTest.cpp',
'clipboard/DataObjectTest.cpp',
+ 'compositing/DisplayListCompositingBuilderTest.cpp',
'css/AffectedByFocusTest.cpp',
'css/CSSCalculationValueTest.cpp',
'css/CSSFontFaceTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698