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

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: Address haraken's review 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'exported/WebImage.cpp', 330 'exported/WebImage.cpp',
331 'exported/WebMediaConstraints.cpp', 331 'exported/WebMediaConstraints.cpp',
332 'exported/WebMediaDeviceInfo.cpp', 332 'exported/WebMediaDeviceInfo.cpp',
333 'exported/WebMediaPlayerClient.cpp', 333 'exported/WebMediaPlayerClient.cpp',
334 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 334 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
335 'exported/WebMediaRecorderHandler.cpp', 335 'exported/WebMediaRecorderHandler.cpp',
336 'exported/WebMediaStream.cpp', 336 'exported/WebMediaStream.cpp',
337 'exported/WebMediaStreamSource.cpp', 337 'exported/WebMediaStreamSource.cpp',
338 'exported/WebMediaStreamTrack.cpp', 338 'exported/WebMediaStreamTrack.cpp',
339 'exported/WebMediaStreamTrackSourcesRequest.cpp', 339 'exported/WebMediaStreamTrackSourcesRequest.cpp',
340 'exported/WebMemoryAllocatorDump.cpp',
341 'exported/WebMemoryDumpProvider.cpp', 340 'exported/WebMemoryDumpProvider.cpp',
342 'exported/WebMessagePortChannelClient.cpp', 341 'exported/WebMessagePortChannelClient.cpp',
343 'exported/WebPasswordCredential.cpp', 342 'exported/WebPasswordCredential.cpp',
344 'exported/WebPrerender.cpp', 343 'exported/WebPrerender.cpp',
345 'exported/WebPrerenderingSupport.cpp', 344 'exported/WebPrerenderingSupport.cpp',
346 'exported/WebPresentationAvailabilityObserver.cpp', 345 'exported/WebPresentationAvailabilityObserver.cpp',
347 'exported/WebPresentationController.cpp', 346 'exported/WebPresentationController.cpp',
348 'exported/WebProcessMemoryDump.cpp', 347 'exported/WebProcessMemoryDump.cpp',
349 'exported/WebRTCConfiguration.cpp', 348 'exported/WebRTCConfiguration.cpp',
350 'exported/WebRTCICECandidate.cpp', 349 'exported/WebRTCICECandidate.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'exported/WebURLLoaderTestDelegate.cpp', 383 'exported/WebURLLoaderTestDelegate.cpp',
385 'exported/WebURLLoadTiming.cpp', 384 'exported/WebURLLoadTiming.cpp',
386 'exported/WebURLRequest.cpp', 385 'exported/WebURLRequest.cpp',
387 'exported/WebURLRequestPrivate.h', 386 'exported/WebURLRequestPrivate.h',
388 'exported/WebURLResponse.cpp', 387 'exported/WebURLResponse.cpp',
389 'exported/WebURLResponsePrivate.h', 388 'exported/WebURLResponsePrivate.h',
390 'exported/WrappedResourceRequest.h', 389 'exported/WrappedResourceRequest.h',
391 'exported/WrappedResourceResponse.h', 390 'exported/WrappedResourceResponse.h',
392 'exported/linux/WebFontInfo.cpp', 391 'exported/linux/WebFontInfo.cpp',
393 'exported/linux/WebFontRenderStyle.cpp', 392 'exported/linux/WebFontRenderStyle.cpp',
393 'exported/web_memory_allocator_dump.cc',
394 'fonts/AcceptLanguagesResolver.cpp', 394 'fonts/AcceptLanguagesResolver.cpp',
395 'fonts/AcceptLanguagesResolver.h', 395 'fonts/AcceptLanguagesResolver.h',
396 'fonts/AlternateFontFamily.h', 396 'fonts/AlternateFontFamily.h',
397 'fonts/Character.cpp', 397 'fonts/Character.cpp',
398 'fonts/Character.h', 398 'fonts/Character.h',
399 'fonts/CharacterEmoji.cpp', 399 'fonts/CharacterEmoji.cpp',
400 'fonts/CustomFontData.h', 400 'fonts/CustomFontData.h',
401 'fonts/Font.cpp', 401 'fonts/Font.cpp',
402 'fonts/Font.h', 402 'fonts/Font.h',
403 'fonts/FontBaseline.h', 403 'fonts/FontBaseline.h',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'v8_inspector/public/V8ContentSearchUtil.h', 1073 'v8_inspector/public/V8ContentSearchUtil.h',
1074 'v8_inspector/public/V8Debugger.h', 1074 'v8_inspector/public/V8Debugger.h',
1075 'v8_inspector/public/V8DebuggerAgent.h', 1075 'v8_inspector/public/V8DebuggerAgent.h',
1076 'v8_inspector/public/V8DebuggerClient.h', 1076 'v8_inspector/public/V8DebuggerClient.h',
1077 'v8_inspector/public/V8HeapProfilerAgent.h', 1077 'v8_inspector/public/V8HeapProfilerAgent.h',
1078 'v8_inspector/public/V8ProfilerAgent.h', 1078 'v8_inspector/public/V8ProfilerAgent.h',
1079 'v8_inspector/public/V8RuntimeAgent.h', 1079 'v8_inspector/public/V8RuntimeAgent.h',
1080 'v8_inspector/public/V8StackTrace.h', 1080 'v8_inspector/public/V8StackTrace.h',
1081 'v8_inspector/public/V8ToProtocolValue.cpp', 1081 'v8_inspector/public/V8ToProtocolValue.cpp',
1082 'v8_inspector/public/V8ToProtocolValue.h', 1082 'v8_inspector/public/V8ToProtocolValue.h',
1083 'web_memory_allocator_dump_impl.cc',
1084 'web_memory_allocator_dump_impl.h',
1085 'web_memory_dump_provider_adapter.cc', 1083 'web_memory_dump_provider_adapter.cc',
1086 'web_memory_dump_provider_adapter.h', 1084 'web_memory_dump_provider_adapter.h',
1087 'web_process_memory_dump_impl.cc', 1085 'web_process_memory_dump_impl.cc',
1088 'web_process_memory_dump_impl.h', 1086 'web_process_memory_dump_impl.h',
1089 'weborigin/DatabaseIdentifier.cpp', 1087 'weborigin/DatabaseIdentifier.cpp',
1090 'weborigin/DatabaseIdentifier.h', 1088 'weborigin/DatabaseIdentifier.h',
1091 'weborigin/KURL.cpp', 1089 'weborigin/KURL.cpp',
1092 'weborigin/KURL.h', 1090 'weborigin/KURL.h',
1093 'weborigin/KURLHash.h', 1091 'weborigin/KURLHash.h',
1094 'weborigin/KnownPorts.cpp', 1092 'weborigin/KnownPorts.cpp',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 ['OS!="mac"', 1272 ['OS!="mac"',
1275 { 1273 {
1276 'platform_test_files': [ 1274 'platform_test_files': [
1277 'scroll/ScrollAnimatorTest.cpp', 1275 'scroll/ScrollAnimatorTest.cpp',
1278 ], 1276 ],
1279 } 1277 }
1280 ], 1278 ],
1281 ], 1279 ],
1282 }, 1280 },
1283 } 1281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698