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

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

Issue 1217743003: Add stub for assigning media session to media elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments round #3 - idl issues, gypi issues, doc issues Created 5 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
« no previous file with comments | « Source/modules/mediasession/MediaSession.idl ('k') | no next file » | 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 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'filesystem/HTMLInputElementFileSystem.idl', 269 'filesystem/HTMLInputElementFileSystem.idl',
270 'filesystem/WindowFileSystem.idl', 270 'filesystem/WindowFileSystem.idl',
271 'filesystem/WorkerGlobalScopeFileSystem.idl', 271 'filesystem/WorkerGlobalScopeFileSystem.idl',
272 'gamepad/NavigatorGamepad.idl', 272 'gamepad/NavigatorGamepad.idl',
273 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 273 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
274 'geofencing/ServiceWorkerRegistrationGeofencing.idl', 274 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
275 'geofencing/WorkerNavigatorGeofencing.idl', 275 'geofencing/WorkerNavigatorGeofencing.idl',
276 'geolocation/NavigatorGeolocation.idl', 276 'geolocation/NavigatorGeolocation.idl',
277 'indexeddb/WindowIndexedDatabase.idl', 277 'indexeddb/WindowIndexedDatabase.idl',
278 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 278 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
279 'mediasession/HTMLMediaElementMediaSession.idl',
279 'mediasource/HTMLVideoElementMediaSource.idl', 280 'mediasource/HTMLVideoElementMediaSource.idl',
280 'mediasource/URLMediaSource.idl', 281 'mediasource/URLMediaSource.idl',
281 'mediastream/NavigatorMediaStream.idl', 282 'mediastream/NavigatorMediaStream.idl',
282 'mediastream/NavigatorUserMedia.idl', 283 'mediastream/NavigatorUserMedia.idl',
283 'mediastream/URLMediaStream.idl', 284 'mediastream/URLMediaStream.idl',
284 'mediastream/WindowMediaStream.idl', 285 'mediastream/WindowMediaStream.idl',
285 'navigatorconnect/NavigatorServices.idl', 286 'navigatorconnect/NavigatorServices.idl',
286 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', 287 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
287 'navigatorconnect/WorkerNavigatorServices.idl', 288 'navigatorconnect/WorkerNavigatorServices.idl',
288 'navigatorcontentutils/NavigatorContentUtils.idl', 289 'navigatorcontentutils/NavigatorContentUtils.idl',
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'indexeddb/IndexedDBClient.cpp', 930 'indexeddb/IndexedDBClient.cpp',
930 'indexeddb/IndexedDBClient.h', 931 'indexeddb/IndexedDBClient.h',
931 'indexeddb/InspectorIndexedDBAgent.cpp', 932 'indexeddb/InspectorIndexedDBAgent.cpp',
932 'indexeddb/InspectorIndexedDBAgent.h', 933 'indexeddb/InspectorIndexedDBAgent.h',
933 'indexeddb/WebIDBCallbacksImpl.cpp', 934 'indexeddb/WebIDBCallbacksImpl.cpp',
934 'indexeddb/WebIDBCallbacksImpl.h', 935 'indexeddb/WebIDBCallbacksImpl.h',
935 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 936 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
936 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 937 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
937 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 938 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
938 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 939 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
940 'mediasession/HTMLMediaElementMediaSession.cpp',
941 'mediasession/HTMLMediaElementMediaSession.h',
942 'mediasession/MediaSession.cpp',
939 'mediasession/MediaSession.h', 943 'mediasession/MediaSession.h',
940 'mediasession/MediaSession.cpp',
941 'mediasource/HTMLVideoElementMediaSource.cpp', 944 'mediasource/HTMLVideoElementMediaSource.cpp',
942 'mediasource/HTMLVideoElementMediaSource.h', 945 'mediasource/HTMLVideoElementMediaSource.h',
943 'mediasource/MediaSource.cpp', 946 'mediasource/MediaSource.cpp',
944 'mediasource/MediaSource.h', 947 'mediasource/MediaSource.h',
945 'mediasource/MediaSourceRegistry.cpp', 948 'mediasource/MediaSourceRegistry.cpp',
946 'mediasource/MediaSourceRegistry.h', 949 'mediasource/MediaSourceRegistry.h',
947 'mediasource/SourceBuffer.cpp', 950 'mediasource/SourceBuffer.cpp',
948 'mediasource/SourceBuffer.h', 951 'mediasource/SourceBuffer.h',
949 'mediasource/SourceBufferList.cpp', 952 'mediasource/SourceBufferList.cpp',
950 'mediasource/SourceBufferList.h', 953 'mediasource/SourceBufferList.h',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1507 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1505 'webaudio/ConvolverNodeTest.cpp', 1508 'webaudio/ConvolverNodeTest.cpp',
1506 'webaudio/DynamicsCompressorNodeTest.cpp', 1509 'webaudio/DynamicsCompressorNodeTest.cpp',
1507 'webaudio/ScriptProcessorNodeTest.cpp', 1510 'webaudio/ScriptProcessorNodeTest.cpp',
1508 'webaudio/StereoPannerNodeTest.cpp', 1511 'webaudio/StereoPannerNodeTest.cpp',
1509 'websockets/DOMWebSocketTest.cpp', 1512 'websockets/DOMWebSocketTest.cpp',
1510 'websockets/DocumentWebSocketChannelTest.cpp', 1513 'websockets/DocumentWebSocketChannelTest.cpp',
1511 ], 1514 ],
1512 }, 1515 },
1513 } 1516 }
OLDNEW
« no previous file with comments | « Source/modules/mediasession/MediaSession.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698