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

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

Issue 1738843002: Refactoring: Unify WebMemoryAllocatorDump and WebMemoryAllocatorDumpImpl Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'exported/WebImage.cpp', 328 'exported/WebImage.cpp',
329 'exported/WebMediaConstraints.cpp', 329 'exported/WebMediaConstraints.cpp',
330 'exported/WebMediaDeviceInfo.cpp', 330 'exported/WebMediaDeviceInfo.cpp',
331 'exported/WebMediaPlayerClient.cpp', 331 'exported/WebMediaPlayerClient.cpp',
332 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 332 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
333 'exported/WebMediaRecorderHandler.cpp', 333 'exported/WebMediaRecorderHandler.cpp',
334 'exported/WebMediaStream.cpp', 334 'exported/WebMediaStream.cpp',
335 'exported/WebMediaStreamSource.cpp', 335 'exported/WebMediaStreamSource.cpp',
336 'exported/WebMediaStreamTrack.cpp', 336 'exported/WebMediaStreamTrack.cpp',
337 'exported/WebMediaStreamTrackSourcesRequest.cpp', 337 'exported/WebMediaStreamTrackSourcesRequest.cpp',
338 'exported/WebMemoryAllocatorDump.cpp',
339 'exported/WebMemoryDumpProvider.cpp', 338 'exported/WebMemoryDumpProvider.cpp',
340 'exported/WebMessagePortChannelClient.cpp', 339 'exported/WebMessagePortChannelClient.cpp',
341 'exported/WebPasswordCredential.cpp', 340 'exported/WebPasswordCredential.cpp',
342 'exported/WebPrerender.cpp', 341 'exported/WebPrerender.cpp',
343 'exported/WebPrerenderingSupport.cpp', 342 'exported/WebPrerenderingSupport.cpp',
344 'exported/WebPresentationAvailabilityObserver.cpp', 343 'exported/WebPresentationAvailabilityObserver.cpp',
345 'exported/WebPresentationController.cpp', 344 'exported/WebPresentationController.cpp',
346 'exported/WebProcessMemoryDump.cpp', 345 'exported/WebProcessMemoryDump.cpp',
347 'exported/WebRTCConfiguration.cpp', 346 'exported/WebRTCConfiguration.cpp',
348 'exported/WebRTCICECandidate.cpp', 347 'exported/WebRTCICECandidate.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'exported/WebURLLoaderTestDelegate.cpp', 381 'exported/WebURLLoaderTestDelegate.cpp',
383 'exported/WebURLLoadTiming.cpp', 382 'exported/WebURLLoadTiming.cpp',
384 'exported/WebURLRequest.cpp', 383 'exported/WebURLRequest.cpp',
385 'exported/WebURLRequestPrivate.h', 384 'exported/WebURLRequestPrivate.h',
386 'exported/WebURLResponse.cpp', 385 'exported/WebURLResponse.cpp',
387 'exported/WebURLResponsePrivate.h', 386 'exported/WebURLResponsePrivate.h',
388 'exported/WrappedResourceRequest.h', 387 'exported/WrappedResourceRequest.h',
389 'exported/WrappedResourceResponse.h', 388 'exported/WrappedResourceResponse.h',
390 'exported/linux/WebFontInfo.cpp', 389 'exported/linux/WebFontInfo.cpp',
391 'exported/linux/WebFontRenderStyle.cpp', 390 'exported/linux/WebFontRenderStyle.cpp',
391 'exported/web_memory_allocator_dump.cc',
392 'fonts/AcceptLanguagesResolver.cpp', 392 'fonts/AcceptLanguagesResolver.cpp',
393 'fonts/AcceptLanguagesResolver.h', 393 'fonts/AcceptLanguagesResolver.h',
394 'fonts/AlternateFontFamily.h', 394 'fonts/AlternateFontFamily.h',
395 'fonts/Character.cpp', 395 'fonts/Character.cpp',
396 'fonts/Character.h', 396 'fonts/Character.h',
397 'fonts/CharacterEmoji.cpp', 397 'fonts/CharacterEmoji.cpp',
398 'fonts/CustomFontData.h', 398 'fonts/CustomFontData.h',
399 'fonts/Font.cpp', 399 'fonts/Font.cpp',
400 'fonts/Font.h', 400 'fonts/Font.h',
401 'fonts/FontBaseline.h', 401 'fonts/FontBaseline.h',
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'v8_inspector/V8StringUtil.h', 1062 'v8_inspector/V8StringUtil.h',
1063 'v8_inspector/public/V8EventListenerInfo.h', 1063 'v8_inspector/public/V8EventListenerInfo.h',
1064 'v8_inspector/public/V8ContentSearchUtil.h', 1064 'v8_inspector/public/V8ContentSearchUtil.h',
1065 'v8_inspector/public/V8Debugger.h', 1065 'v8_inspector/public/V8Debugger.h',
1066 'v8_inspector/public/V8DebuggerAgent.h', 1066 'v8_inspector/public/V8DebuggerAgent.h',
1067 'v8_inspector/public/V8DebuggerClient.h', 1067 'v8_inspector/public/V8DebuggerClient.h',
1068 'v8_inspector/public/V8HeapProfilerAgent.h', 1068 'v8_inspector/public/V8HeapProfilerAgent.h',
1069 'v8_inspector/public/V8ProfilerAgent.h', 1069 'v8_inspector/public/V8ProfilerAgent.h',
1070 'v8_inspector/public/V8RuntimeAgent.h', 1070 'v8_inspector/public/V8RuntimeAgent.h',
1071 'v8_inspector/public/V8StackTrace.h', 1071 'v8_inspector/public/V8StackTrace.h',
1072 'web_memory_allocator_dump_impl.cc',
1073 'web_memory_allocator_dump_impl.h',
1074 'web_memory_dump_provider_adapter.cc', 1072 'web_memory_dump_provider_adapter.cc',
1075 'web_memory_dump_provider_adapter.h', 1073 'web_memory_dump_provider_adapter.h',
1076 'web_process_memory_dump_impl.cc', 1074 'web_process_memory_dump_impl.cc',
1077 'web_process_memory_dump_impl.h', 1075 'web_process_memory_dump_impl.h',
1078 'weborigin/DatabaseIdentifier.cpp', 1076 'weborigin/DatabaseIdentifier.cpp',
1079 'weborigin/DatabaseIdentifier.h', 1077 'weborigin/DatabaseIdentifier.h',
1080 'weborigin/KURL.cpp', 1078 'weborigin/KURL.cpp',
1081 'weborigin/KURL.h', 1079 'weborigin/KURL.h',
1082 'weborigin/KURLHash.h', 1080 'weborigin/KURLHash.h',
1083 'weborigin/KnownPorts.cpp', 1081 'weborigin/KnownPorts.cpp',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 ['OS!="mac"', 1258 ['OS!="mac"',
1261 { 1259 {
1262 'platform_test_files': [ 1260 'platform_test_files': [
1263 'scroll/ScrollAnimatorTest.cpp', 1261 'scroll/ScrollAnimatorTest.cpp',
1264 ], 1262 ],
1265 } 1263 }
1266 ], 1264 ],
1267 ], 1265 ],
1268 }, 1266 },
1269 } 1267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698