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

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

Issue 1463573002: publish canvas context API stat metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'geometry/mac/FloatRectMac.mm', 493 'geometry/mac/FloatRectMac.mm',
494 'geometry/mac/FloatSizeMac.mm', 494 'geometry/mac/FloatSizeMac.mm',
495 'geometry/mac/IntPointMac.mm', 495 'geometry/mac/IntPointMac.mm',
496 'geometry/mac/IntRectMac.mm', 496 'geometry/mac/IntRectMac.mm',
497 'geometry/mac/IntSizeMac.mm', 497 'geometry/mac/IntSizeMac.mm',
498 'graphics/BitmapImage.cpp', 498 'graphics/BitmapImage.cpp',
499 'graphics/BitmapImage.h', 499 'graphics/BitmapImage.h',
500 'graphics/Canvas2DImageBufferSurface.h', 500 'graphics/Canvas2DImageBufferSurface.h',
501 'graphics/Canvas2DLayerBridge.cpp', 501 'graphics/Canvas2DLayerBridge.cpp',
502 'graphics/Canvas2DLayerBridge.h', 502 'graphics/Canvas2DLayerBridge.h',
503 'graphics/CanvasMetrics.h',
504 'graphics/CanvasMetrics.cpp',
503 'graphics/Color.cpp', 505 'graphics/Color.cpp',
504 'graphics/Color.h', 506 'graphics/Color.h',
505 'graphics/ColorSpace.cpp', 507 'graphics/ColorSpace.cpp',
506 'graphics/ColorSpace.h', 508 'graphics/ColorSpace.h',
507 'graphics/CompositingReasons.cpp', 509 'graphics/CompositingReasons.cpp',
508 'graphics/CompositingReasons.h', 510 'graphics/CompositingReasons.h',
509 'graphics/ContentLayerDelegate.cpp', 511 'graphics/ContentLayerDelegate.cpp',
510 'graphics/ContentLayerDelegate.h', 512 'graphics/ContentLayerDelegate.h',
511 'graphics/ContiguousContainer.cpp', 513 'graphics/ContiguousContainer.cpp',
512 'graphics/ContiguousContainer.h', 514 'graphics/ContiguousContainer.h',
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 ['OS!="mac"', 1108 ['OS!="mac"',
1107 { 1109 {
1108 'platform_test_files': [ 1110 'platform_test_files': [
1109 'scroll/ScrollAnimatorTest.cpp', 1111 'scroll/ScrollAnimatorTest.cpp',
1110 ], 1112 ],
1111 } 1113 }
1112 ], 1114 ],
1113 ], 1115 ],
1114 }, 1116 },
1115 } 1117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698