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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2036663003: Establish mojo service between Canvas (blink) and SurfaceManager (browser) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS change on offscreencanvas folder Created 4 years, 6 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'graphics/BitmapImageMetrics.h', 552 'graphics/BitmapImageMetrics.h',
553 'graphics/BoxReflection.cpp', 553 'graphics/BoxReflection.cpp',
554 'graphics/BoxReflection.h', 554 'graphics/BoxReflection.h',
555 'graphics/Canvas2DImageBufferSurface.h', 555 'graphics/Canvas2DImageBufferSurface.h',
556 'graphics/Canvas2DLayerBridge.cpp', 556 'graphics/Canvas2DLayerBridge.cpp',
557 'graphics/Canvas2DLayerBridge.h', 557 'graphics/Canvas2DLayerBridge.h',
558 'graphics/CanvasMetrics.cpp', 558 'graphics/CanvasMetrics.cpp',
559 'graphics/CanvasMetrics.h', 559 'graphics/CanvasMetrics.h',
560 'graphics/CanvasSurfaceLayerBridge.cpp', 560 'graphics/CanvasSurfaceLayerBridge.cpp',
561 'graphics/CanvasSurfaceLayerBridge.h', 561 'graphics/CanvasSurfaceLayerBridge.h',
562 'graphics/CanvasSurfaceLayerBridgeClient.h',
563 'graphics/CanvasSurfaceLayerBridgeClientImpl.cpp',
564 'graphics/CanvasSurfaceLayerBridgeClientImpl.h',
562 'graphics/Color.cpp', 565 'graphics/Color.cpp',
563 'graphics/Color.h', 566 'graphics/Color.h',
564 'graphics/ColorSpace.cpp', 567 'graphics/ColorSpace.cpp',
565 'graphics/ColorSpace.h', 568 'graphics/ColorSpace.h',
566 'graphics/ColorSpaceProfileData.cpp', 569 'graphics/ColorSpaceProfileData.cpp',
567 'graphics/ColorSpaceProfileData.h', 570 'graphics/ColorSpaceProfileData.h',
568 'graphics/CompositingReasons.cpp', 571 'graphics/CompositingReasons.cpp',
569 'graphics/CompositingReasons.h', 572 'graphics/CompositingReasons.h',
570 'graphics/CompositorFilterOperations.cpp', 573 'graphics/CompositorFilterOperations.cpp',
571 'graphics/CompositorFilterOperations.h', 574 'graphics/CompositorFilterOperations.h',
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 'weborigin/SchemeRegistryTest.cpp', 1255 'weborigin/SchemeRegistryTest.cpp',
1253 'weborigin/SecurityOriginTest.cpp', 1256 'weborigin/SecurityOriginTest.cpp',
1254 'weborigin/SecurityPolicyTest.cpp', 1257 'weborigin/SecurityPolicyTest.cpp',
1255 'weborigin/SuboriginTest.cpp', 1258 'weborigin/SuboriginTest.cpp',
1256 ], 1259 ],
1257 # NOTE: These are legacy unit tests and tests that require a Platform 1260 # NOTE: These are legacy unit tests and tests that require a Platform
1258 # object. Do not add more unless the test requires a Platform object. 1261 # object. Do not add more unless the test requires a Platform object.
1259 # These tests are a part of the web:webkit_unit_tests binary. 1262 # These tests are a part of the web:webkit_unit_tests binary.
1260 'platform_web_unittest_files': [ 1263 'platform_web_unittest_files': [
1261 'graphics/Canvas2DLayerBridgeTest.cpp', 1264 'graphics/Canvas2DLayerBridgeTest.cpp',
1265 'graphics/CanvasSurfaceLayerBridgeTest.cpp',
1262 'graphics/DeferredImageDecoderTest.cpp', 1266 'graphics/DeferredImageDecoderTest.cpp',
1263 'graphics/GraphicsLayerTest.cpp', 1267 'graphics/GraphicsLayerTest.cpp',
1264 'graphics/ImageDecodingStoreTest.cpp', 1268 'graphics/ImageDecodingStoreTest.cpp',
1265 'graphics/ImageFrameGeneratorTest.cpp', 1269 'graphics/ImageFrameGeneratorTest.cpp',
1266 'graphics/ImageLayerChromiumTest.cpp', 1270 'graphics/ImageLayerChromiumTest.cpp',
1267 'graphics/test/FakeGLES2Interface.h', 1271 'graphics/test/FakeGLES2Interface.h',
1268 'graphics/test/MockImageDecoder.h', 1272 'graphics/test/MockImageDecoder.h',
1269 ], 1273 ],
1270 'platform_test_support_files': [ 1274 'platform_test_support_files': [
1271 'scroll/ScrollbarTestSuite.h', 1275 'scroll/ScrollbarTestSuite.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 ['use_default_render_theme==1', 1339 ['use_default_render_theme==1',
1336 { 1340 {
1337 'platform_test_files': [ 1341 'platform_test_files': [
1338 'scroll/ScrollbarThemeAuraTest.cpp', 1342 'scroll/ScrollbarThemeAuraTest.cpp',
1339 ], 1343 ],
1340 } 1344 }
1341 ], 1345 ],
1342 ], 1346 ],
1343 }, 1347 },
1344 } 1348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698