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

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

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Merge master + s/scoped_ptr/unique_ptr/ Created 4 years, 8 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 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',

Powered by Google App Engine
This is Rietveld 408576698