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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'graphics/ImageOrientation.h', 624 'graphics/ImageOrientation.h',
625 'graphics/ImagePattern.cpp', 625 'graphics/ImagePattern.cpp',
626 'graphics/ImagePattern.h', 626 'graphics/ImagePattern.h',
627 'graphics/ImageSource.cpp', 627 'graphics/ImageSource.cpp',
628 'graphics/ImageSource.h', 628 'graphics/ImageSource.h',
629 'graphics/InterceptingCanvas.cpp', 629 'graphics/InterceptingCanvas.cpp',
630 'graphics/InterceptingCanvas.h', 630 'graphics/InterceptingCanvas.h',
631 'graphics/LinkHighlight.h', 631 'graphics/LinkHighlight.h',
632 'graphics/LoggingCanvas.cpp', 632 'graphics/LoggingCanvas.cpp',
633 'graphics/LoggingCanvas.h', 633 'graphics/LoggingCanvas.h',
634 'graphics/CompositorMutationsTarget.h',
635 'graphics/CompositorMutatorClient.cpp',
636 'graphics/CompositorMutatorClient.h',
634 'graphics/PaintInvalidationReason.cpp', 637 'graphics/PaintInvalidationReason.cpp',
635 'graphics/PaintInvalidationReason.h', 638 'graphics/PaintInvalidationReason.h',
636 'graphics/Path.cpp', 639 'graphics/Path.cpp',
637 'graphics/Path.h', 640 'graphics/Path.h',
638 'graphics/PathTraversalState.cpp', 641 'graphics/PathTraversalState.cpp',
639 'graphics/PathTraversalState.h', 642 'graphics/PathTraversalState.h',
640 'graphics/Pattern.cpp', 643 'graphics/Pattern.cpp',
641 'graphics/Pattern.h', 644 'graphics/Pattern.h',
642 'graphics/ProfilingCanvas.cpp', 645 'graphics/ProfilingCanvas.cpp',
643 'graphics/ProfilingCanvas.h', 646 'graphics/ProfilingCanvas.h',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'geometry/FloatRectTest.cpp', 1167 'geometry/FloatRectTest.cpp',
1165 'geometry/FloatRoundedRectTest.cpp', 1168 'geometry/FloatRoundedRectTest.cpp',
1166 'geometry/FloatSizeTest.cpp', 1169 'geometry/FloatSizeTest.cpp',
1167 'geometry/GeometryTestHelpers.cpp', 1170 'geometry/GeometryTestHelpers.cpp',
1168 'geometry/IntRectTest.cpp', 1171 'geometry/IntRectTest.cpp',
1169 'geometry/LayoutRectTest.cpp', 1172 'geometry/LayoutRectTest.cpp',
1170 'geometry/LayoutRectOutsetsTest.cpp', 1173 'geometry/LayoutRectOutsetsTest.cpp',
1171 'geometry/RegionTest.cpp', 1174 'geometry/RegionTest.cpp',
1172 'graphics/BitmapImageTest.cpp', 1175 'graphics/BitmapImageTest.cpp',
1173 'graphics/CompositorMutableStateTest.cpp', 1176 'graphics/CompositorMutableStateTest.cpp',
1177 'graphics/CompositorMutatorClientTest.cpp',
1174 'graphics/ContiguousContainerTest.cpp', 1178 'graphics/ContiguousContainerTest.cpp',
1175 'graphics/GraphicsContextTest.cpp', 1179 'graphics/GraphicsContextTest.cpp',
1176 'graphics/RecordingImageBufferSurfaceTest.cpp', 1180 'graphics/RecordingImageBufferSurfaceTest.cpp',
1177 'graphics/ThreadSafeDataTransportTest.cpp', 1181 'graphics/ThreadSafeDataTransportTest.cpp',
1178 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1182 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1179 'graphics/filters/FilterOperationsTest.cpp', 1183 'graphics/filters/FilterOperationsTest.cpp',
1180 'graphics/filters/ImageFilterBuilderTest.cpp', 1184 'graphics/filters/ImageFilterBuilderTest.cpp',
1181 'graphics/gpu/DrawingBufferTest.cpp', 1185 'graphics/gpu/DrawingBufferTest.cpp',
1182 'graphics/paint/DisplayItemClientTest.cpp', 1186 'graphics/paint/DisplayItemClientTest.cpp',
1183 'graphics/paint/DisplayItemListTest.cpp', 1187 'graphics/paint/DisplayItemListTest.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 ['OS!="mac"', 1302 ['OS!="mac"',
1299 { 1303 {
1300 'platform_test_files': [ 1304 'platform_test_files': [
1301 'scroll/ScrollAnimatorTest.cpp', 1305 'scroll/ScrollAnimatorTest.cpp',
1302 ], 1306 ],
1303 } 1307 }
1304 ], 1308 ],
1305 ], 1309 ],
1306 }, 1310 },
1307 } 1311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698