| 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 5c95814fcd2d8ed123accde74ad5da749ae5504a..16032e5874f864707942072ad9da88662e0d4769 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',
|
| @@ -940,7 +944,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',
|
| @@ -1032,6 +1036,7 @@
|
| 'geometry/GeometryTestHelpers.cpp',
|
| 'geometry/LayoutRectOutsetsTest.cpp',
|
| 'geometry/RegionTest.cpp',
|
| + 'graphics/CompositorMutableStateTest.cpp',
|
| 'graphics/ContiguousContainerTest.cpp',
|
| 'graphics/GraphicsContextTest.cpp',
|
| 'graphics/RecordingImageBufferSurfaceTest.cpp',
|
|
|