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

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

Issue 1852633002: Add UMA stats for time in paint+layout, compositing, paint invalidation and paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 'weborigin/SecurityOriginCache.h', 1109 'weborigin/SecurityOriginCache.h',
1110 'weborigin/SecurityOriginHash.h', 1110 'weborigin/SecurityOriginHash.h',
1111 'weborigin/SecurityPolicy.cpp', 1111 'weborigin/SecurityPolicy.cpp',
1112 'weborigin/SecurityPolicy.h', 1112 'weborigin/SecurityPolicy.h',
1113 'weborigin/Suborigin.cpp', 1113 'weborigin/Suborigin.cpp',
1114 'weborigin/Suborigin.h', 1114 'weborigin/Suborigin.h',
1115 ], 1115 ],
1116 'platform_test_files': [ 1116 'platform_test_files': [
1117 'DecimalTest.cpp', 1117 'DecimalTest.cpp',
1118 'DragImageTest.cpp', 1118 'DragImageTest.cpp',
1119 'HistogramTest.cpp',
1119 'LayoutUnitTest.cpp', 1120 'LayoutUnitTest.cpp',
1120 'LifecycleContextTest.cpp', 1121 'LifecycleContextTest.cpp',
1121 'PODArenaTest.cpp', 1122 'PODArenaTest.cpp',
1122 'PODFreeListArenaTest.cpp', 1123 'PODFreeListArenaTest.cpp',
1123 'PODIntervalTreeTest.cpp', 1124 'PODIntervalTreeTest.cpp',
1124 'PODRedBlackTreeTest.cpp', 1125 'PODRedBlackTreeTest.cpp',
1125 'PurgeableVectorTest.cpp', 1126 'PurgeableVectorTest.cpp',
1126 'SharedBufferTest.cpp', 1127 'SharedBufferTest.cpp',
1127 'TimerTest.cpp', 1128 'TimerTest.cpp',
1128 'TracedValueTest.cpp', 1129 'TracedValueTest.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 ['OS!="mac"', 1294 ['OS!="mac"',
1294 { 1295 {
1295 'platform_test_files': [ 1296 'platform_test_files': [
1296 'scroll/ScrollAnimatorTest.cpp', 1297 'scroll/ScrollAnimatorTest.cpp',
1297 ], 1298 ],
1298 } 1299 }
1299 ], 1300 ],
1300 ], 1301 ],
1301 }, 1302 },
1302 } 1303 }
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