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

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: Update per reviewer comments. Still need to find a home for the Transform Tree. 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 0521deb4a9054a6a03522f7007b0bfd093eca13e..44fbbdc1566e9e756d43502d9a8584eab9f23a9b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -987,6 +987,8 @@
'animation/css/CSSTimingData.h',
'animation/css/CSSTransitionData.cpp',
'animation/css/CSSTransitionData.h',
+ 'compositing/DisplayListCompositingBuilder.cpp',
+ 'compositing/DisplayListCompositingBuilder.h',
'clipboard/DataObject.cpp',
'clipboard/DataObject.h',
'clipboard/DataObjectItem.cpp',
@@ -3697,6 +3699,8 @@
'animation/animatable/AnimatableValueTestHelper.h',
'animation/animatable/AnimatableValueTestHelperTest.cpp',
'clipboard/DataObjectTest.cpp',
+ 'compositing/DisplayListCompositingBuilderTest.cpp',
+ 'compositing/DisplayListCompositingTest.cpp',
'css/AffectedByFocusTest.cpp',
'css/CSSCalculationValueTest.cpp',
'css/CSSFontFaceTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698