| 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 d13db85882f2937c08f508a85dc9d37d8443cf34..c7b045733ba7123a801998b456bfe51e42f755e7 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -631,6 +631,9 @@
|
| 'graphics/LinkHighlight.h',
|
| 'graphics/LoggingCanvas.cpp',
|
| 'graphics/LoggingCanvas.h',
|
| + 'graphics/CompositorMutationsTarget.h',
|
| + 'graphics/CompositorMutatorClient.cpp',
|
| + 'graphics/CompositorMutatorClient.h',
|
| 'graphics/PaintInvalidationReason.cpp',
|
| 'graphics/PaintInvalidationReason.h',
|
| 'graphics/Path.cpp',
|
| @@ -1171,6 +1174,7 @@
|
| 'geometry/RegionTest.cpp',
|
| 'graphics/BitmapImageTest.cpp',
|
| 'graphics/CompositorMutableStateTest.cpp',
|
| + 'graphics/CompositorMutatorClientTest.cpp',
|
| 'graphics/ContiguousContainerTest.cpp',
|
| 'graphics/GraphicsContextTest.cpp',
|
| 'graphics/RecordingImageBufferSurfaceTest.cpp',
|
|
|