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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 49ea34bc8dc9f84dd995bdf8358e92ca0984e582..736651300aed560278734cf187e9b9ae683d44e7 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -517,6 +517,12 @@
'graphics/ColorSpace.h',
'graphics/CompositingReasons.cpp',
'graphics/CompositingReasons.h',
+ 'graphics/CompositorMutableState.cpp',
+ 'graphics/CompositorMutableState.h',
+ 'graphics/CompositorMutableStateProvider.cpp',
+ 'graphics/CompositorMutableStateProvider.h',
+ 'graphics/CompositorMutatorClient.cpp',
+ 'graphics/CompositorMutatorClient.h',
'graphics/ContentLayerDelegate.cpp',
'graphics/ContentLayerDelegate.h',
'graphics/ContiguousContainer.cpp',
@@ -937,7 +943,7 @@
'text/UnicodeUtilities.cpp',
'text/UnicodeUtilities.h',
'threading/BackgroundTaskRunner.cpp',
- 'threading/BackgroundTaskRunner.h',
+ 'threading/BackgroundTaskRunner.h',
'transforms/AffineTransform.cpp',
'transforms/AffineTransform.h',
'transforms/IdentityTransformOperation.h',
@@ -1029,6 +1035,7 @@
'geometry/GeometryTestHelpers.cpp',
'geometry/LayoutRectOutsetsTest.cpp',
'geometry/RegionTest.cpp',
+ 'graphics/CompositorMutableStateTest.cpp',
'graphics/ContiguousContainerTest.cpp',
'graphics/GraphicsContextTest.cpp',
'graphics/RecordingImageBufferSurfaceTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698