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

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

Issue 2116763002: Reland: Web MIDI: use mojom::blink::PermissionService directly to ask permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for second attempt Created 4 years, 4 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',
62 'MediaKeysClientImpl.cpp', 60 'MediaKeysClientImpl.cpp',
63 'MediaKeysClientImpl.h', 61 'MediaKeysClientImpl.h',
64 'NavigatorContentUtilsClientImpl.cpp', 62 'NavigatorContentUtilsClientImpl.cpp',
65 'NavigatorContentUtilsClientImpl.h', 63 'NavigatorContentUtilsClientImpl.h',
66 'NotificationPermissionClientImpl.cpp', 64 'NotificationPermissionClientImpl.cpp',
67 'NotificationPermissionClientImpl.h', 65 'NotificationPermissionClientImpl.h',
68 'OpenedFrameTracker.cpp', 66 'OpenedFrameTracker.cpp',
69 'OpenedFrameTracker.h', 67 'OpenedFrameTracker.h',
70 'PageOverlay.cpp', 68 'PageOverlay.cpp',
71 'PageOverlay.h', 69 'PageOverlay.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'WebImageCache.cpp', 158 'WebImageCache.cpp',
161 'WebImageDecoder.cpp', 159 'WebImageDecoder.cpp',
162 'WebInputElement.cpp', 160 'WebInputElement.cpp',
163 'WebInputEventConversion.cpp', 161 'WebInputEventConversion.cpp',
164 'WebInputEventConversion.h', 162 'WebInputEventConversion.h',
165 'WebKit.cpp', 163 'WebKit.cpp',
166 'WebLabelElement.cpp', 164 'WebLabelElement.cpp',
167 'WebLeakDetector.cpp', 165 'WebLeakDetector.cpp',
168 'WebLocalFrameImpl.cpp', 166 'WebLocalFrameImpl.cpp',
169 'WebLocalFrameImpl.h', 167 'WebLocalFrameImpl.h',
170 'WebMIDIPermissionRequest.cpp',
171 'WebMediaDeviceChangeObserver.cpp', 168 'WebMediaDeviceChangeObserver.cpp',
172 'WebMediaDevicesRequest.cpp', 169 'WebMediaDevicesRequest.cpp',
173 'WebMediaStreamRegistry.cpp', 170 'WebMediaStreamRegistry.cpp',
174 'WebMetaElement.cpp', 171 'WebMetaElement.cpp',
175 'WebMemoryCoordinator.cpp', 172 'WebMemoryCoordinator.cpp',
176 'WebNetworkStateNotifier.cpp', 173 'WebNetworkStateNotifier.cpp',
177 'WebNode.cpp', 174 'WebNode.cpp',
178 'WebOptionElement.cpp', 175 'WebOptionElement.cpp',
179 'WebPageImportanceSignals.cpp', 176 'WebPageImportanceSignals.cpp',
180 'WebPagePopupImpl.cpp', 177 'WebPagePopupImpl.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'tests/sim/SimNetwork.h', 298 'tests/sim/SimNetwork.h',
302 'tests/sim/SimRequest.cpp', 299 'tests/sim/SimRequest.cpp',
303 'tests/sim/SimRequest.h', 300 'tests/sim/SimRequest.h',
304 'tests/sim/SimTest.cpp', 301 'tests/sim/SimTest.cpp',
305 'tests/sim/SimTest.h', 302 'tests/sim/SimTest.h',
306 'tests/sim/SimWebViewClient.cpp', 303 'tests/sim/SimWebViewClient.cpp',
307 'tests/sim/SimWebViewClient.h', 304 'tests/sim/SimWebViewClient.h',
308 ], 305 ],
309 }, 306 },
310 } 307 }
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