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

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

Issue 18325007: Web MIDI: introduce WebMIDIClient API to request a permission (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address chris' review Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/platform/WebMIDIAccessor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AsyncFileSystemChromium.cpp', 9 'AsyncFileSystemChromium.cpp',
10 'AsyncFileSystemChromium.h', 10 'AsyncFileSystemChromium.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'IDBFactoryBackendProxy.h', 60 'IDBFactoryBackendProxy.h',
61 'InbandTextTrackPrivateImpl.cpp', 61 'InbandTextTrackPrivateImpl.cpp',
62 'InbandTextTrackPrivateImpl.h', 62 'InbandTextTrackPrivateImpl.h',
63 'InspectorClientImpl.cpp', 63 'InspectorClientImpl.cpp',
64 'InspectorClientImpl.h', 64 'InspectorClientImpl.h',
65 'InspectorFrontendClientImpl.cpp', 65 'InspectorFrontendClientImpl.cpp',
66 'InspectorFrontendClientImpl.h', 66 'InspectorFrontendClientImpl.h',
67 'LinkHighlight.cpp', 67 'LinkHighlight.cpp',
68 'LinkHighlight.h', 68 'LinkHighlight.h',
69 'LocalFileSystemChromium.cpp', 69 'LocalFileSystemChromium.cpp',
70 'MIDIClientImpl.cpp',
71 'MIDIClientImpl.h',
70 'MediaSourcePrivateImpl.cpp', 72 'MediaSourcePrivateImpl.cpp',
71 'MediaSourcePrivateImpl.h', 73 'MediaSourcePrivateImpl.h',
72 'NotificationPresenterImpl.cpp', 74 'NotificationPresenterImpl.cpp',
73 'NotificationPresenterImpl.h', 75 'NotificationPresenterImpl.h',
74 'PageOverlay.cpp', 76 'PageOverlay.cpp',
75 'PageOverlay.h', 77 'PageOverlay.h',
76 'PageOverlayList.cpp', 78 'PageOverlayList.cpp',
77 'PageOverlayList.h', 79 'PageOverlayList.h',
78 'PageWidgetDelegate.cpp', 80 'PageWidgetDelegate.cpp',
79 'PageWidgetDelegate.h', 81 'PageWidgetDelegate.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'WebIconLoadingCompletionImpl.h', 184 'WebIconLoadingCompletionImpl.h',
183 'WebImageCache.cpp', 185 'WebImageCache.cpp',
184 'WebImageDecoder.cpp', 186 'WebImageDecoder.cpp',
185 'WebImageSkia.cpp', 187 'WebImageSkia.cpp',
186 'WebInputElement.cpp', 188 'WebInputElement.cpp',
187 'WebInputEvent.cpp', 189 'WebInputEvent.cpp',
188 'WebInputEventConversion.cpp', 190 'WebInputEventConversion.cpp',
189 'WebInputEventConversion.h', 191 'WebInputEventConversion.h',
190 'WebKit.cpp', 192 'WebKit.cpp',
191 'WebLabelElement.cpp', 193 'WebLabelElement.cpp',
194 'WebMIDIPermissionRequest.cpp',
192 'WebMediaPlayerClientImpl.cpp', 195 'WebMediaPlayerClientImpl.cpp',
193 'WebMediaPlayerClientImpl.h', 196 'WebMediaPlayerClientImpl.h',
194 'WebMediaSourceImpl.cpp', 197 'WebMediaSourceImpl.cpp',
195 'WebMediaSourceImpl.h', 198 'WebMediaSourceImpl.h',
196 'WebMediaStreamRegistry.cpp', 199 'WebMediaStreamRegistry.cpp',
197 'WebNetworkStateNotifier.cpp', 200 'WebNetworkStateNotifier.cpp',
198 'WebNode.cpp', 201 'WebNode.cpp',
199 'WebNodeCollection.cpp', 202 'WebNodeCollection.cpp',
200 'WebNodeList.cpp', 203 'WebNodeList.cpp',
201 'WebNotification.cpp', 204 'WebNotification.cpp',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'mac/WebInputEventFactory.mm', 289 'mac/WebInputEventFactory.mm',
287 'mac/WebSubstringUtil.mm', 290 'mac/WebSubstringUtil.mm',
288 'painting/ContinuousPainter.cpp', 291 'painting/ContinuousPainter.cpp',
289 'painting/ContinuousPainter.h', 292 'painting/ContinuousPainter.h',
290 'painting/PaintAggregator.cpp', 293 'painting/PaintAggregator.cpp',
291 'painting/PaintAggregator.h', 294 'painting/PaintAggregator.h',
292 'win/WebInputEventFactory.cpp', 295 'win/WebInputEventFactory.cpp',
293 ], 296 ],
294 }, 297 },
295 } 298 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/platform/WebMIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698