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

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

Issue 2009483002: Remove WebMemoryDumpProvider (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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'exported/WebMediaDeviceInfo.cpp', 327 'exported/WebMediaDeviceInfo.cpp',
328 'exported/WebMediaPlayerClient.cpp', 328 'exported/WebMediaPlayerClient.cpp',
329 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 329 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
330 'exported/WebMediaPlayerSource.cpp', 330 'exported/WebMediaPlayerSource.cpp',
331 'exported/WebMediaRecorderHandler.cpp', 331 'exported/WebMediaRecorderHandler.cpp',
332 'exported/WebMediaStream.cpp', 332 'exported/WebMediaStream.cpp',
333 'exported/WebMediaStreamSource.cpp', 333 'exported/WebMediaStreamSource.cpp',
334 'exported/WebMediaStreamTrack.cpp', 334 'exported/WebMediaStreamTrack.cpp',
335 'exported/WebMediaStreamTrackSourcesRequest.cpp', 335 'exported/WebMediaStreamTrackSourcesRequest.cpp',
336 'exported/WebMemoryAllocatorDump.cpp', 336 'exported/WebMemoryAllocatorDump.cpp',
337 'exported/WebMemoryDumpProvider.cpp',
338 'exported/WebMessagePortChannelClient.cpp', 337 'exported/WebMessagePortChannelClient.cpp',
339 'exported/WebPasswordCredential.cpp', 338 'exported/WebPasswordCredential.cpp',
340 'exported/WebPrerender.cpp', 339 'exported/WebPrerender.cpp',
341 'exported/WebPrerenderingSupport.cpp', 340 'exported/WebPrerenderingSupport.cpp',
342 'exported/WebPresentationAvailabilityObserver.cpp', 341 'exported/WebPresentationAvailabilityObserver.cpp',
343 'exported/WebPresentationController.cpp', 342 'exported/WebPresentationController.cpp',
344 'exported/WebProcessMemoryDump.cpp', 343 'exported/WebProcessMemoryDump.cpp',
345 'exported/WebRTCAnswerOptions.cpp', 344 'exported/WebRTCAnswerOptions.cpp',
346 'exported/WebRTCConfiguration.cpp', 345 'exported/WebRTCConfiguration.cpp',
347 'exported/WebRTCICECandidate.cpp', 346 'exported/WebRTCICECandidate.cpp',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'v8_inspector/public/V8ContentSearchUtil.h', 1098 'v8_inspector/public/V8ContentSearchUtil.h',
1100 'v8_inspector/public/V8ContextInfo.h', 1099 'v8_inspector/public/V8ContextInfo.h',
1101 'v8_inspector/public/V8Debugger.h', 1100 'v8_inspector/public/V8Debugger.h',
1102 'v8_inspector/public/V8DebuggerClient.h', 1101 'v8_inspector/public/V8DebuggerClient.h',
1103 'v8_inspector/public/V8InspectorSession.h', 1102 'v8_inspector/public/V8InspectorSession.h',
1104 'v8_inspector/public/V8InspectorSessionClient.h', 1103 'v8_inspector/public/V8InspectorSessionClient.h',
1105 'v8_inspector/public/V8StackTrace.h', 1104 'v8_inspector/public/V8StackTrace.h',
1106 'v8_inspector/public/V8ToProtocolValue.h', 1105 'v8_inspector/public/V8ToProtocolValue.h',
1107 'web_memory_allocator_dump_impl.cc', 1106 'web_memory_allocator_dump_impl.cc',
1108 'web_memory_allocator_dump_impl.h', 1107 'web_memory_allocator_dump_impl.h',
1109 'web_memory_dump_provider_adapter.cc',
1110 'web_memory_dump_provider_adapter.h',
1111 'web_process_memory_dump_impl.cc', 1108 'web_process_memory_dump_impl.cc',
1112 'web_process_memory_dump_impl.h', 1109 'web_process_memory_dump_impl.h',
1113 'weborigin/KURL.cpp', 1110 'weborigin/KURL.cpp',
1114 'weborigin/KURL.h', 1111 'weborigin/KURL.h',
1115 'weborigin/KURLHash.h', 1112 'weborigin/KURLHash.h',
1116 'weborigin/KnownPorts.cpp', 1113 'weborigin/KnownPorts.cpp',
1117 'weborigin/KnownPorts.h', 1114 'weborigin/KnownPorts.h',
1118 'weborigin/OriginAccessEntry.cpp', 1115 'weborigin/OriginAccessEntry.cpp',
1119 'weborigin/OriginAccessEntry.h', 1116 'weborigin/OriginAccessEntry.h',
1120 'weborigin/Referrer.h', 1117 'weborigin/Referrer.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 ['use_default_render_theme==1', 1325 ['use_default_render_theme==1',
1329 { 1326 {
1330 'platform_test_files': [ 1327 'platform_test_files': [
1331 'scroll/ScrollbarThemeAuraTest.cpp', 1328 'scroll/ScrollbarThemeAuraTest.cpp',
1332 ], 1329 ],
1333 } 1330 }
1334 ], 1331 ],
1335 ], 1332 ],
1336 }, 1333 },
1337 } 1334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698