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

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 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'weborigin/SecurityOriginCache.h', 1104 'weborigin/SecurityOriginCache.h',
1105 'weborigin/SecurityOriginHash.h', 1105 'weborigin/SecurityOriginHash.h',
1106 'weborigin/SecurityPolicy.cpp', 1106 'weborigin/SecurityPolicy.cpp',
1107 'weborigin/SecurityPolicy.h', 1107 'weborigin/SecurityPolicy.h',
1108 'weborigin/Suborigin.cpp', 1108 'weborigin/Suborigin.cpp',
1109 'weborigin/Suborigin.h', 1109 'weborigin/Suborigin.h',
1110 ], 1110 ],
1111 'platform_test_files': [ 1111 'platform_test_files': [
1112 'DecimalTest.cpp', 1112 'DecimalTest.cpp',
1113 'DragImageTest.cpp', 1113 'DragImageTest.cpp',
1114 'HistogramTest.cpp',
1114 'LayoutUnitTest.cpp', 1115 'LayoutUnitTest.cpp',
1115 'LifecycleContextTest.cpp', 1116 'LifecycleContextTest.cpp',
1116 'PODArenaTest.cpp', 1117 'PODArenaTest.cpp',
1117 'PODFreeListArenaTest.cpp', 1118 'PODFreeListArenaTest.cpp',
1118 'PODIntervalTreeTest.cpp', 1119 'PODIntervalTreeTest.cpp',
1119 'PODRedBlackTreeTest.cpp', 1120 'PODRedBlackTreeTest.cpp',
1120 'PurgeableVectorTest.cpp', 1121 'PurgeableVectorTest.cpp',
1121 'SharedBufferTest.cpp', 1122 'SharedBufferTest.cpp',
1122 'TimerTest.cpp', 1123 'TimerTest.cpp',
1123 'TracedValueTest.cpp', 1124 'TracedValueTest.cpp',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 ['OS!="mac"', 1282 ['OS!="mac"',
1282 { 1283 {
1283 'platform_test_files': [ 1284 'platform_test_files': [
1284 'scroll/ScrollAnimatorTest.cpp', 1285 'scroll/ScrollAnimatorTest.cpp',
1285 ], 1286 ],
1286 } 1287 }
1287 ], 1288 ],
1288 ], 1289 ],
1289 }, 1290 },
1290 } 1291 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698