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

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

Issue 2015133002: Move memory dumper from public/platform/ to platform/ (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',
135 'WebScheduler.cpp', 139 'WebScheduler.cpp',
136 'WebTaskRunner.cpp', 140 'WebTaskRunner.cpp',
137 'WebThreadSupportingGC.cpp', 141 'WebThreadSupportingGC.cpp',
138 'WebThreadSupportingGC.h', 142 'WebThreadSupportingGC.h',
139 'WebThread.cpp', 143 'WebThread.cpp',
140 'Widget.cpp', 144 'Widget.cpp',
141 'Widget.h', 145 'Widget.h',
142 'WindowsKeyboardCodes.h', 146 'WindowsKeyboardCodes.h',
143 'animation/AnimationTranslationUtil.cpp', 147 'animation/AnimationTranslationUtil.cpp',
144 'animation/AnimationTranslationUtil.h', 148 'animation/AnimationTranslationUtil.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'exported/WebMediaConstraints.cpp', 329 'exported/WebMediaConstraints.cpp',
326 'exported/WebMediaDeviceInfo.cpp', 330 'exported/WebMediaDeviceInfo.cpp',
327 'exported/WebMediaPlayerClient.cpp', 331 'exported/WebMediaPlayerClient.cpp',
328 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 332 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
329 'exported/WebMediaPlayerSource.cpp', 333 'exported/WebMediaPlayerSource.cpp',
330 'exported/WebMediaRecorderHandler.cpp', 334 'exported/WebMediaRecorderHandler.cpp',
331 'exported/WebMediaStream.cpp', 335 'exported/WebMediaStream.cpp',
332 'exported/WebMediaStreamSource.cpp', 336 'exported/WebMediaStreamSource.cpp',
333 'exported/WebMediaStreamTrack.cpp', 337 'exported/WebMediaStreamTrack.cpp',
334 'exported/WebMediaStreamTrackSourcesRequest.cpp', 338 'exported/WebMediaStreamTrackSourcesRequest.cpp',
335 'exported/WebMemoryAllocatorDump.cpp',
336 'exported/WebMessagePortChannelClient.cpp', 339 'exported/WebMessagePortChannelClient.cpp',
337 'exported/WebPasswordCredential.cpp', 340 'exported/WebPasswordCredential.cpp',
338 'exported/WebPrerender.cpp', 341 'exported/WebPrerender.cpp',
339 'exported/WebPrerenderingSupport.cpp', 342 'exported/WebPrerenderingSupport.cpp',
340 'exported/WebPresentationAvailabilityObserver.cpp', 343 'exported/WebPresentationAvailabilityObserver.cpp',
341 'exported/WebPresentationController.cpp', 344 'exported/WebPresentationController.cpp',
342 'exported/WebProcessMemoryDump.cpp',
343 'exported/WebRTCAnswerOptions.cpp', 345 'exported/WebRTCAnswerOptions.cpp',
344 'exported/WebRTCConfiguration.cpp', 346 'exported/WebRTCConfiguration.cpp',
345 'exported/WebRTCICECandidate.cpp', 347 'exported/WebRTCICECandidate.cpp',
346 'exported/WebRTCOfferOptions.cpp', 348 'exported/WebRTCOfferOptions.cpp',
347 'exported/WebRTCSessionDescription.cpp', 349 'exported/WebRTCSessionDescription.cpp',
348 'exported/WebRTCSessionDescriptionRequest.cpp', 350 'exported/WebRTCSessionDescriptionRequest.cpp',
349 'exported/WebRTCStatsRequest.cpp', 351 'exported/WebRTCStatsRequest.cpp',
350 'exported/WebRTCStatsResponse.cpp', 352 'exported/WebRTCStatsResponse.cpp',
351 'exported/WebRTCVoidRequest.cpp', 353 'exported/WebRTCVoidRequest.cpp',
352 'exported/WebScrollbarImpl.cpp', 354 'exported/WebScrollbarImpl.cpp',
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 ['use_default_render_theme==1', 1331 ['use_default_render_theme==1',
1330 { 1332 {
1331 'platform_test_files': [ 1333 'platform_test_files': [
1332 'scroll/ScrollbarThemeAuraTest.cpp', 1334 'scroll/ScrollbarThemeAuraTest.cpp',
1333 ], 1335 ],
1334 } 1336 }
1335 ], 1337 ],
1336 ], 1338 ],
1337 }, 1339 },
1338 } 1340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698