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

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

Issue 1206283002: Add MediaSession runtime flag along with stub MediaSession object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add dummy warning to test, move comment to test and update stale expected file. 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/OWNERS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('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 '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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'indexeddb/IDBOpenDBRequest.idl', 100 'indexeddb/IDBOpenDBRequest.idl',
101 'indexeddb/IDBRequest.idl', 101 'indexeddb/IDBRequest.idl',
102 'indexeddb/IDBTransaction.idl', 102 'indexeddb/IDBTransaction.idl',
103 'indexeddb/IDBVersionChangeEvent.idl', 103 'indexeddb/IDBVersionChangeEvent.idl',
104 'mediasource/MediaSource.idl', 104 'mediasource/MediaSource.idl',
105 'mediasource/SourceBuffer.idl', 105 'mediasource/SourceBuffer.idl',
106 'mediasource/SourceBufferList.idl', 106 'mediasource/SourceBufferList.idl',
107 'mediasource/TrackDefault.idl', 107 'mediasource/TrackDefault.idl',
108 'mediasource/TrackDefaultList.idl', 108 'mediasource/TrackDefaultList.idl',
109 'mediasource/VideoPlaybackQuality.idl', 109 'mediasource/VideoPlaybackQuality.idl',
110 'mediasession/MediaSession.idl',
110 'mediastream/MediaDeviceInfo.idl', 111 'mediastream/MediaDeviceInfo.idl',
111 'mediastream/MediaDevices.idl', 112 'mediastream/MediaDevices.idl',
112 'mediastream/MediaStream.idl', 113 'mediastream/MediaStream.idl',
113 'mediastream/MediaStreamEvent.idl', 114 'mediastream/MediaStreamEvent.idl',
114 'mediastream/MediaStreamTrack.idl', 115 'mediastream/MediaStreamTrack.idl',
115 'mediastream/MediaStreamTrackEvent.idl', 116 'mediastream/MediaStreamTrackEvent.idl',
116 'mediastream/MediaStreamTrackSourcesCallback.idl', 117 'mediastream/MediaStreamTrackSourcesCallback.idl',
117 'mediastream/NavigatorUserMediaError.idl', 118 'mediastream/NavigatorUserMediaError.idl',
118 'mediastream/NavigatorUserMediaErrorCallback.idl', 119 'mediastream/NavigatorUserMediaErrorCallback.idl',
119 'mediastream/NavigatorUserMediaSuccessCallback.idl', 120 'mediastream/NavigatorUserMediaSuccessCallback.idl',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'indexeddb/IndexedDBClient.cpp', 913 'indexeddb/IndexedDBClient.cpp',
913 'indexeddb/IndexedDBClient.h', 914 'indexeddb/IndexedDBClient.h',
914 'indexeddb/InspectorIndexedDBAgent.cpp', 915 'indexeddb/InspectorIndexedDBAgent.cpp',
915 'indexeddb/InspectorIndexedDBAgent.h', 916 'indexeddb/InspectorIndexedDBAgent.h',
916 'indexeddb/WebIDBCallbacksImpl.cpp', 917 'indexeddb/WebIDBCallbacksImpl.cpp',
917 'indexeddb/WebIDBCallbacksImpl.h', 918 'indexeddb/WebIDBCallbacksImpl.h',
918 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 919 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
919 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 920 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
920 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 921 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
921 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 922 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
923 'mediasession/MediaSession.h',
924 'mediasession/MediaSession.cpp',
922 'mediasource/HTMLVideoElementMediaSource.cpp', 925 'mediasource/HTMLVideoElementMediaSource.cpp',
923 'mediasource/HTMLVideoElementMediaSource.h', 926 'mediasource/HTMLVideoElementMediaSource.h',
924 'mediasource/MediaSource.cpp', 927 'mediasource/MediaSource.cpp',
925 'mediasource/MediaSource.h', 928 'mediasource/MediaSource.h',
926 'mediasource/MediaSourceRegistry.cpp', 929 'mediasource/MediaSourceRegistry.cpp',
927 'mediasource/MediaSourceRegistry.h', 930 'mediasource/MediaSourceRegistry.h',
928 'mediasource/SourceBuffer.cpp', 931 'mediasource/SourceBuffer.cpp',
929 'mediasource/SourceBuffer.h', 932 'mediasource/SourceBuffer.h',
930 'mediasource/SourceBufferList.cpp', 933 'mediasource/SourceBufferList.cpp',
931 'mediasource/SourceBufferList.h', 934 'mediasource/SourceBufferList.h',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1478 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1476 'webaudio/ConvolverNodeTest.cpp', 1479 'webaudio/ConvolverNodeTest.cpp',
1477 'webaudio/DynamicsCompressorNodeTest.cpp', 1480 'webaudio/DynamicsCompressorNodeTest.cpp',
1478 'webaudio/ScriptProcessorNodeTest.cpp', 1481 'webaudio/ScriptProcessorNodeTest.cpp',
1479 'webaudio/StereoPannerNodeTest.cpp', 1482 'webaudio/StereoPannerNodeTest.cpp',
1480 'websockets/DOMWebSocketTest.cpp', 1483 'websockets/DOMWebSocketTest.cpp',
1481 'websockets/DocumentWebSocketChannelTest.cpp', 1484 'websockets/DocumentWebSocketChannelTest.cpp',
1482 ], 1485 ],
1483 }, 1486 },
1484 } 1487 }
OLDNEW
« no previous file with comments | « Source/modules/mediasession/OWNERS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698