| 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..695c8fe5c28714cf287f2573066d5c564081ea38 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -517,6 +517,10 @@
|
| 'graphics/ColorSpace.h',
|
| 'graphics/CompositingReasons.cpp',
|
| 'graphics/CompositingReasons.h',
|
| + 'graphics/CompositorMutableState.cpp',
|
| + 'graphics/CompositorMutableState.h',
|
| + 'graphics/CompositorMutableStateProvider.cpp',
|
| + 'graphics/CompositorMutableStateProvider.h',
|
| 'graphics/ContentLayerDelegate.cpp',
|
| 'graphics/ContentLayerDelegate.h',
|
| 'graphics/ContiguousContainer.cpp',
|
| @@ -937,7 +941,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 +1033,7 @@
|
| 'geometry/GeometryTestHelpers.cpp',
|
| 'geometry/LayoutRectOutsetsTest.cpp',
|
| 'geometry/RegionTest.cpp',
|
| + 'graphics/CompositorMutableStateTest.cpp',
|
| 'graphics/ContiguousContainerTest.cpp',
|
| 'graphics/GraphicsContextTest.cpp',
|
| 'graphics/RecordingImageBufferSurfaceTest.cpp',
|
|
|