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

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

Issue 1647883004: Support caching histograms so that a lookup isn't done in each iteration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add explicit to protected ctor as well Created 4 years, 10 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 23 matching lines...) Expand all
34 'EventDispatchForbiddenScope.cpp', 34 'EventDispatchForbiddenScope.cpp',
35 'EventDispatchForbiddenScope.h', 35 'EventDispatchForbiddenScope.h',
36 'EventTracer.cpp', 36 'EventTracer.cpp',
37 'EventTracer.h', 37 'EventTracer.h',
38 'FileChooser.cpp', 38 'FileChooser.cpp',
39 'FileChooser.h', 39 'FileChooser.h',
40 'FileMetadata.cpp', 40 'FileMetadata.cpp',
41 'FileMetadata.h', 41 'FileMetadata.h',
42 'FileSystemType.h', 42 'FileSystemType.h',
43 'FloatConversion.h', 43 'FloatConversion.h',
44 'Histogram.cpp',
45 'Histogram.h',
44 'HostWindow.h', 46 'HostWindow.h',
45 'JSONParser.cpp', 47 'JSONParser.cpp',
46 'JSONParser.h', 48 'JSONParser.h',
47 'JSONValues.cpp', 49 'JSONValues.cpp',
48 'JSONValues.h', 50 'JSONValues.h',
49 'JSONValuesForV8.cpp', 51 'JSONValuesForV8.cpp',
50 'JSONValuesForV8.h', 52 'JSONValuesForV8.h',
51 'KeyboardCodes.h', 53 'KeyboardCodes.h',
52 'KillRing.h', 54 'KillRing.h',
53 'KillRingNone.cpp', 55 'KillRingNone.cpp',
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 ['OS!="mac"', 1152 ['OS!="mac"',
1151 { 1153 {
1152 'platform_test_files': [ 1154 'platform_test_files': [
1153 'scroll/ScrollAnimatorTest.cpp', 1155 'scroll/ScrollAnimatorTest.cpp',
1154 ], 1156 ],
1155 } 1157 }
1156 ], 1158 ],
1157 ], 1159 ],
1158 }, 1160 },
1159 } 1161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698