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', |