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

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

Issue 1999143002: Add CanvasSurfaceLayerBridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: edit based on danakj's feedback Created 4 years, 7 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'graphics/BitmapImage.h', 548 'graphics/BitmapImage.h',
549 'graphics/BitmapImageMetrics.cpp', 549 'graphics/BitmapImageMetrics.cpp',
550 'graphics/BitmapImageMetrics.h', 550 'graphics/BitmapImageMetrics.h',
551 'graphics/BoxReflection.cpp', 551 'graphics/BoxReflection.cpp',
552 'graphics/BoxReflection.h', 552 'graphics/BoxReflection.h',
553 'graphics/Canvas2DImageBufferSurface.h', 553 'graphics/Canvas2DImageBufferSurface.h',
554 'graphics/Canvas2DLayerBridge.cpp', 554 'graphics/Canvas2DLayerBridge.cpp',
555 'graphics/Canvas2DLayerBridge.h', 555 'graphics/Canvas2DLayerBridge.h',
556 'graphics/CanvasMetrics.cpp', 556 'graphics/CanvasMetrics.cpp',
557 'graphics/CanvasMetrics.h', 557 'graphics/CanvasMetrics.h',
558 'graphics/CanvasSurfaceLayerBridge.cpp',
559 'graphics/CanvasSurfaceLayerBridge.h',
558 'graphics/Color.cpp', 560 'graphics/Color.cpp',
559 'graphics/Color.h', 561 'graphics/Color.h',
560 'graphics/ColorSpace.cpp', 562 'graphics/ColorSpace.cpp',
561 'graphics/ColorSpace.h', 563 'graphics/ColorSpace.h',
562 'graphics/ColorSpaceProfileData.cpp', 564 'graphics/ColorSpaceProfileData.cpp',
563 'graphics/ColorSpaceProfileData.h', 565 'graphics/ColorSpaceProfileData.h',
564 'graphics/CompositingReasons.cpp', 566 'graphics/CompositingReasons.cpp',
565 'graphics/CompositingReasons.h', 567 'graphics/CompositingReasons.h',
566 'graphics/CompositorFactory.cpp', 568 'graphics/CompositorFactory.cpp',
567 'graphics/CompositorFactory.h', 569 'graphics/CompositorFactory.h',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 ['OS!="mac"', 1322 ['OS!="mac"',
1321 { 1323 {
1322 'platform_test_files': [ 1324 'platform_test_files': [
1323 'scroll/ScrollAnimatorTest.cpp', 1325 'scroll/ScrollAnimatorTest.cpp',
1324 ], 1326 ],
1325 } 1327 }
1326 ], 1328 ],
1327 ], 1329 ],
1328 }, 1330 },
1329 } 1331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698