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

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

Issue 1599673002: compositor-worker: Remove code from cc_blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix blink_platform_unittests Created 4 years, 11 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 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',
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698