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

Side by Side Diff: third_party/WebKit/public/blink_headers.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 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'blink_public_sources': [ 7 'blink_public_sources': [
8 "platform/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "platform/WebMediaPlayerSource.h", 124 "platform/WebMediaPlayerSource.h",
125 "platform/WebMediaRecorderHandler.h", 125 "platform/WebMediaRecorderHandler.h",
126 "platform/WebMediaRecorderHandlerClient.h", 126 "platform/WebMediaRecorderHandlerClient.h",
127 "platform/WebMediaSource.h", 127 "platform/WebMediaSource.h",
128 "platform/WebMediaStream.h", 128 "platform/WebMediaStream.h",
129 "platform/WebMediaStreamCenter.h", 129 "platform/WebMediaStreamCenter.h",
130 "platform/WebMediaStreamCenterClient.h", 130 "platform/WebMediaStreamCenterClient.h",
131 "platform/WebMediaStreamSource.h", 131 "platform/WebMediaStreamSource.h",
132 "platform/WebMediaStreamTrack.h", 132 "platform/WebMediaStreamTrack.h",
133 "platform/WebMediaStreamTrackSourcesRequest.h", 133 "platform/WebMediaStreamTrackSourcesRequest.h",
134 "platform/WebMemoryAllocatorDump.h",
135 "platform/WebMemoryPressureLevel.h", 134 "platform/WebMemoryPressureLevel.h",
136 "platform/WebMessagePortChannel.h", 135 "platform/WebMessagePortChannel.h",
137 "platform/WebMessagePortChannelClient.h", 136 "platform/WebMessagePortChannelClient.h",
138 "platform/WebMimeRegistry.h", 137 "platform/WebMimeRegistry.h",
139 "platform/WebMockClipboard.h", 138 "platform/WebMockClipboard.h",
140 "platform/WebNativeScrollBehavior.h", 139 "platform/WebNativeScrollBehavior.h",
141 "platform/WebNonCopyable.h", 140 "platform/WebNonCopyable.h",
142 "platform/WebOriginTrialTokenStatus.h", 141 "platform/WebOriginTrialTokenStatus.h",
143 "platform/WebPageVisibilityState.h", 142 "platform/WebPageVisibilityState.h",
144 "platform/WebPasswordCredential.h", 143 "platform/WebPasswordCredential.h",
145 "platform/WebPlatformEventListener.h", 144 "platform/WebPlatformEventListener.h",
146 "platform/WebPlatformEventType.h", 145 "platform/WebPlatformEventType.h",
147 "platform/WebPluginListBuilder.h", 146 "platform/WebPluginListBuilder.h",
148 "platform/WebPoint.h", 147 "platform/WebPoint.h",
149 "platform/WebPrerender.h", 148 "platform/WebPrerender.h",
150 "platform/WebPrerenderingSupport.h", 149 "platform/WebPrerenderingSupport.h",
151 "platform/WebPrescientNetworking.h", 150 "platform/WebPrescientNetworking.h",
152 "platform/WebPrivateOwnPtr.h", 151 "platform/WebPrivateOwnPtr.h",
153 "platform/WebPrivatePtr.h", 152 "platform/WebPrivatePtr.h",
154 "platform/WebProcessMemoryDump.h",
155 "platform/WebPublicSuffixList.h", 153 "platform/WebPublicSuffixList.h",
156 "platform/WebRTCCertificate.h", 154 "platform/WebRTCCertificate.h",
157 "platform/WebRTCCertificateGenerator.h", 155 "platform/WebRTCCertificateGenerator.h",
158 "platform/WebRTCConfiguration.h", 156 "platform/WebRTCConfiguration.h",
159 "platform/WebRTCDTMFSenderHandler.h", 157 "platform/WebRTCDTMFSenderHandler.h",
160 "platform/WebRTCDTMFSenderHandlerClient.h", 158 "platform/WebRTCDTMFSenderHandlerClient.h",
161 "platform/WebRTCDataChannelHandler.h", 159 "platform/WebRTCDataChannelHandler.h",
162 "platform/WebRTCDataChannelHandlerClient.h", 160 "platform/WebRTCDataChannelHandlerClient.h",
163 "platform/WebRTCDataChannelInit.h", 161 "platform/WebRTCDataChannelInit.h",
164 "platform/WebRTCICECandidate.h", 162 "platform/WebRTCICECandidate.h",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 478 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
481 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 479 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
482 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 480 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
483 "web/modules/webmidi/WebMIDIClient.h", 481 "web/modules/webmidi/WebMIDIClient.h",
484 "web/modules/webmidi/WebMIDIOptions.h", 482 "web/modules/webmidi/WebMIDIOptions.h",
485 "web/modules/webmidi/WebMIDIPermissionRequest.h", 483 "web/modules/webmidi/WebMIDIPermissionRequest.h",
486 "web/win/WebFontRendering.h", 484 "web/win/WebFontRendering.h",
487 ], 485 ],
488 }, 486 },
489 } 487 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698