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

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

Issue 2028483002: Remove abstract classes for memory dumper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'TraceEvent.h', 125 'TraceEvent.h',
126 'TraceEventCommon.h', 126 'TraceEventCommon.h',
127 'TracedValue.cpp', 127 'TracedValue.cpp',
128 'TracedValue.h', 128 'TracedValue.h',
129 'UUID.cpp', 129 'UUID.cpp',
130 'UUID.h', 130 'UUID.h',
131 'UserGestureIndicator.cpp', 131 'UserGestureIndicator.cpp',
132 'UserGestureIndicator.h', 132 'UserGestureIndicator.h',
133 'WaitableEvent.cpp', 133 'WaitableEvent.cpp',
134 'WaitableEvent.h', 134 'WaitableEvent.h',
135 'WebMemoryAllocatorDump.cpp',
136 'WebMemoryAllocatorDump.h',
137 'WebProcessMemoryDump.cpp',
138 'WebProcessMemoryDump.h',
139 'WebScheduler.cpp', 135 'WebScheduler.cpp',
140 'WebTaskRunner.cpp', 136 'WebTaskRunner.cpp',
141 'WebThreadSupportingGC.cpp', 137 'WebThreadSupportingGC.cpp',
142 'WebThreadSupportingGC.h', 138 'WebThreadSupportingGC.h',
143 'WebThread.cpp', 139 'WebThread.cpp',
144 'Widget.cpp', 140 'Widget.cpp',
145 'Widget.h', 141 'Widget.h',
146 'WindowsKeyboardCodes.h', 142 'WindowsKeyboardCodes.h',
147 'animation/AnimationTranslationUtil.cpp', 143 'animation/AnimationTranslationUtil.cpp',
148 'animation/AnimationTranslationUtil.h', 144 'animation/AnimationTranslationUtil.h',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'v8_inspector/V8StringUtil.cpp', 1100 'v8_inspector/V8StringUtil.cpp',
1105 'v8_inspector/V8StringUtil.h', 1101 'v8_inspector/V8StringUtil.h',
1106 'v8_inspector/public/V8ContentSearchUtil.h', 1102 'v8_inspector/public/V8ContentSearchUtil.h',
1107 'v8_inspector/public/V8ContextInfo.h', 1103 'v8_inspector/public/V8ContextInfo.h',
1108 'v8_inspector/public/V8Debugger.h', 1104 'v8_inspector/public/V8Debugger.h',
1109 'v8_inspector/public/V8DebuggerClient.h', 1105 'v8_inspector/public/V8DebuggerClient.h',
1110 'v8_inspector/public/V8InspectorSession.h', 1106 'v8_inspector/public/V8InspectorSession.h',
1111 'v8_inspector/public/V8InspectorSessionClient.h', 1107 'v8_inspector/public/V8InspectorSessionClient.h',
1112 'v8_inspector/public/V8StackTrace.h', 1108 'v8_inspector/public/V8StackTrace.h',
1113 'v8_inspector/public/V8ToProtocolValue.h', 1109 'v8_inspector/public/V8ToProtocolValue.h',
1114 'web_memory_allocator_dump_impl.cc', 1110 'web_memory_allocator_dump.cc',
1115 'web_memory_allocator_dump_impl.h', 1111 'web_memory_allocator_dump.h',
1116 'web_process_memory_dump_impl.cc', 1112 'web_process_memory_dump.cc',
1117 'web_process_memory_dump_impl.h', 1113 'web_process_memory_dump.h',
1118 'weborigin/KURL.cpp', 1114 'weborigin/KURL.cpp',
1119 'weborigin/KURL.h', 1115 'weborigin/KURL.h',
1120 'weborigin/KURLHash.h', 1116 'weborigin/KURLHash.h',
1121 'weborigin/KnownPorts.cpp', 1117 'weborigin/KnownPorts.cpp',
1122 'weborigin/KnownPorts.h', 1118 'weborigin/KnownPorts.h',
1123 'weborigin/OriginAccessEntry.cpp', 1119 'weborigin/OriginAccessEntry.cpp',
1124 'weborigin/OriginAccessEntry.h', 1120 'weborigin/OriginAccessEntry.h',
1125 'weborigin/Referrer.h', 1121 'weborigin/Referrer.h',
1126 'weborigin/ReferrerPolicy.h', 1122 'weborigin/ReferrerPolicy.h',
1127 'weborigin/SchemeRegistry.cpp', 1123 'weborigin/SchemeRegistry.cpp',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 'text/LocaleToScriptMappingTest.cpp', 1232 'text/LocaleToScriptMappingTest.cpp',
1237 'text/HyphenationTest.cpp', 1233 'text/HyphenationTest.cpp',
1238 'text/SegmentedStringTest.cpp', 1234 'text/SegmentedStringTest.cpp',
1239 'text/TextBreakIteratorTest.cpp', 1235 'text/TextBreakIteratorTest.cpp',
1240 'text/UnicodeUtilitiesTest.cpp', 1236 'text/UnicodeUtilitiesTest.cpp',
1241 'threading/BackgroundTaskRunnerTest.cpp', 1237 'threading/BackgroundTaskRunnerTest.cpp',
1242 'transforms/TransformOperationsTest.cpp', 1238 'transforms/TransformOperationsTest.cpp',
1243 'transforms/TransformTestHelper.h', 1239 'transforms/TransformTestHelper.h',
1244 'transforms/TransformationMatrixTest.cpp', 1240 'transforms/TransformationMatrixTest.cpp',
1245 'transforms/RotationTest.cpp', 1241 'transforms/RotationTest.cpp',
1246 'web_process_memory_dump_impl_test.cc', 1242 'web_process_memory_dump_test.cc',
1247 'weborigin/KnownPortsTest.cpp', 1243 'weborigin/KnownPortsTest.cpp',
1248 'weborigin/KURLTest.cpp', 1244 'weborigin/KURLTest.cpp',
1249 'weborigin/OriginAccessEntryTest.cpp', 1245 'weborigin/OriginAccessEntryTest.cpp',
1250 'weborigin/SchemeRegistryTest.cpp', 1246 'weborigin/SchemeRegistryTest.cpp',
1251 'weborigin/SecurityOriginTest.cpp', 1247 'weborigin/SecurityOriginTest.cpp',
1252 'weborigin/SecurityPolicyTest.cpp', 1248 'weborigin/SecurityPolicyTest.cpp',
1253 'weborigin/SuboriginTest.cpp', 1249 'weborigin/SuboriginTest.cpp',
1254 ], 1250 ],
1255 # NOTE: These are legacy unit tests and tests that require a Platform 1251 # NOTE: These are legacy unit tests and tests that require a Platform
1256 # object. Do not add more unless the test requires a Platform object. 1252 # object. Do not add more unless the test requires a Platform object.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 ['use_default_render_theme==1', 1329 ['use_default_render_theme==1',
1334 { 1330 {
1335 'platform_test_files': [ 1331 'platform_test_files': [
1336 'scroll/ScrollbarThemeAuraTest.cpp', 1332 'scroll/ScrollbarThemeAuraTest.cpp',
1337 ], 1333 ],
1338 } 1334 }
1339 ], 1335 ],
1340 ], 1336 ],
1341 }, 1337 },
1342 } 1338 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/WebProcessMemoryDump.cpp ('k') | third_party/WebKit/Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698