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

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 2129913005: Revert of Web MIDI: use mojom::blink::PermissionService directly to ask permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'InspectorEmulationAgent.cpp', 50 'InspectorEmulationAgent.cpp',
51 'InspectorEmulationAgent.h', 51 'InspectorEmulationAgent.h',
52 'InspectorOverlay.cpp', 52 'InspectorOverlay.cpp',
53 'InspectorOverlay.h', 53 'InspectorOverlay.h',
54 'InspectorRenderingAgent.cpp', 54 'InspectorRenderingAgent.cpp',
55 'InspectorRenderingAgent.h', 55 'InspectorRenderingAgent.h',
56 'LinkHighlightImpl.cpp', 56 'LinkHighlightImpl.cpp',
57 'LinkHighlightImpl.h', 57 'LinkHighlightImpl.h',
58 'LocalFileSystemClient.cpp', 58 'LocalFileSystemClient.cpp',
59 'LocalFileSystemClient.h', 59 'LocalFileSystemClient.h',
60 'MIDIClientProxy.cpp',
61 'MIDIClientProxy.h',
60 'MediaKeysClientImpl.cpp', 62 'MediaKeysClientImpl.cpp',
61 'MediaKeysClientImpl.h', 63 'MediaKeysClientImpl.h',
62 'NavigatorContentUtilsClientImpl.cpp', 64 'NavigatorContentUtilsClientImpl.cpp',
63 'NavigatorContentUtilsClientImpl.h', 65 'NavigatorContentUtilsClientImpl.h',
64 'NotificationPermissionClientImpl.cpp', 66 'NotificationPermissionClientImpl.cpp',
65 'NotificationPermissionClientImpl.h', 67 'NotificationPermissionClientImpl.h',
66 'OpenedFrameTracker.cpp', 68 'OpenedFrameTracker.cpp',
67 'OpenedFrameTracker.h', 69 'OpenedFrameTracker.h',
68 'PageOverlay.cpp', 70 'PageOverlay.cpp',
69 'PageOverlay.h', 71 'PageOverlay.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'WebImageCache.cpp', 160 'WebImageCache.cpp',
159 'WebImageDecoder.cpp', 161 'WebImageDecoder.cpp',
160 'WebInputElement.cpp', 162 'WebInputElement.cpp',
161 'WebInputEventConversion.cpp', 163 'WebInputEventConversion.cpp',
162 'WebInputEventConversion.h', 164 'WebInputEventConversion.h',
163 'WebKit.cpp', 165 'WebKit.cpp',
164 'WebLabelElement.cpp', 166 'WebLabelElement.cpp',
165 'WebLeakDetector.cpp', 167 'WebLeakDetector.cpp',
166 'WebLocalFrameImpl.cpp', 168 'WebLocalFrameImpl.cpp',
167 'WebLocalFrameImpl.h', 169 'WebLocalFrameImpl.h',
170 'WebMIDIPermissionRequest.cpp',
168 'WebMediaDeviceChangeObserver.cpp', 171 'WebMediaDeviceChangeObserver.cpp',
169 'WebMediaDevicesRequest.cpp', 172 'WebMediaDevicesRequest.cpp',
170 'WebMediaStreamRegistry.cpp', 173 'WebMediaStreamRegistry.cpp',
171 'WebMetaElement.cpp', 174 'WebMetaElement.cpp',
172 'WebMemoryCoordinator.cpp', 175 'WebMemoryCoordinator.cpp',
173 'WebNetworkStateNotifier.cpp', 176 'WebNetworkStateNotifier.cpp',
174 'WebNode.cpp', 177 'WebNode.cpp',
175 'WebOptionElement.cpp', 178 'WebOptionElement.cpp',
176 'WebPageImportanceSignals.cpp', 179 'WebPageImportanceSignals.cpp',
177 'WebPagePopupImpl.cpp', 180 'WebPagePopupImpl.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'tests/sim/SimNetwork.h', 299 'tests/sim/SimNetwork.h',
297 'tests/sim/SimRequest.cpp', 300 'tests/sim/SimRequest.cpp',
298 'tests/sim/SimRequest.h', 301 'tests/sim/SimRequest.h',
299 'tests/sim/SimTest.cpp', 302 'tests/sim/SimTest.cpp',
300 'tests/sim/SimTest.h', 303 'tests/sim/SimTest.h',
301 'tests/sim/SimWebViewClient.cpp', 304 'tests/sim/SimWebViewClient.cpp',
302 'tests/sim/SimWebViewClient.h', 305 'tests/sim/SimWebViewClient.h',
303 ], 306 ],
304 }, 307 },
305 } 308 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698