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

Side by Side Diff: third_party/WebKit/public/blink_headers.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 # 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 134 "platform/WebMemoryAllocatorDump.h",
135 "platform/WebMemoryDumpProvider.h",
136 "platform/WebMemoryPressureLevel.h", 135 "platform/WebMemoryPressureLevel.h",
137 "platform/WebMessagePortChannel.h", 136 "platform/WebMessagePortChannel.h",
138 "platform/WebMessagePortChannelClient.h", 137 "platform/WebMessagePortChannelClient.h",
139 "platform/WebMimeRegistry.h", 138 "platform/WebMimeRegistry.h",
140 "platform/WebMockClipboard.h", 139 "platform/WebMockClipboard.h",
141 "platform/WebNativeScrollBehavior.h", 140 "platform/WebNativeScrollBehavior.h",
142 "platform/WebNonCopyable.h", 141 "platform/WebNonCopyable.h",
143 "platform/WebOriginTrialTokenStatus.h", 142 "platform/WebOriginTrialTokenStatus.h",
144 "platform/WebPageVisibilityState.h", 143 "platform/WebPageVisibilityState.h",
145 "platform/WebPasswordCredential.h", 144 "platform/WebPasswordCredential.h",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 480 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
482 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 481 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
483 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 482 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
484 "web/modules/webmidi/WebMIDIClient.h", 483 "web/modules/webmidi/WebMIDIClient.h",
485 "web/modules/webmidi/WebMIDIOptions.h", 484 "web/modules/webmidi/WebMIDIOptions.h",
486 "web/modules/webmidi/WebMIDIPermissionRequest.h", 485 "web/modules/webmidi/WebMIDIPermissionRequest.h",
487 "web/win/WebFontRendering.h", 486 "web/win/WebFontRendering.h",
488 ], 487 ],
489 }, 488 },
490 } 489 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/web_memory_dump_provider_adapter.cc ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698