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

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

Issue 1864543002: Add UMA stats for time in paint+layout, compositing, paint invalidation and paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: 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 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'weborigin/SecurityOrigin.h', 1102 'weborigin/SecurityOrigin.h',
1103 'weborigin/SecurityOriginCache.h', 1103 'weborigin/SecurityOriginCache.h',
1104 'weborigin/SecurityOriginHash.h', 1104 'weborigin/SecurityOriginHash.h',
1105 'weborigin/SecurityPolicy.cpp', 1105 'weborigin/SecurityPolicy.cpp',
1106 'weborigin/SecurityPolicy.h', 1106 'weborigin/SecurityPolicy.h',
1107 ], 1107 ],
1108 'platform_test_files': [ 1108 'platform_test_files': [
1109 'DecimalTest.cpp', 1109 'DecimalTest.cpp',
1110 'DragImageTest.cpp', 1110 'DragImageTest.cpp',
1111 'JSONParserTest.cpp', 1111 'JSONParserTest.cpp',
1112 'HistogramTest.cpp',
1112 'LayoutUnitTest.cpp', 1113 'LayoutUnitTest.cpp',
1113 'LifecycleContextTest.cpp', 1114 'LifecycleContextTest.cpp',
1114 'PODArenaTest.cpp', 1115 'PODArenaTest.cpp',
1115 'PODFreeListArenaTest.cpp', 1116 'PODFreeListArenaTest.cpp',
1116 'PODIntervalTreeTest.cpp', 1117 'PODIntervalTreeTest.cpp',
1117 'PODRedBlackTreeTest.cpp', 1118 'PODRedBlackTreeTest.cpp',
1118 'PurgeableVectorTest.cpp', 1119 'PurgeableVectorTest.cpp',
1119 'SharedBufferTest.cpp', 1120 'SharedBufferTest.cpp',
1120 'TimerTest.cpp', 1121 'TimerTest.cpp',
1121 'TracedValueTest.cpp', 1122 'TracedValueTest.cpp',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 ['OS!="mac"', 1274 ['OS!="mac"',
1274 { 1275 {
1275 'platform_test_files': [ 1276 'platform_test_files': [
1276 'scroll/ScrollAnimatorTest.cpp', 1277 'scroll/ScrollAnimatorTest.cpp',
1277 ], 1278 ],
1278 } 1279 }
1279 ], 1280 ],
1280 ], 1281 ],
1281 }, 1282 },
1282 } 1283 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/HistogramTest.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698