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

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

Issue 286673003: MediaStream API: Patch #3 of implementing navigator.getMediaDevices (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Initial patch by tommyw@ from https://codereview.chromium.org/145583015/ Created 6 years, 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'indexeddb/IDBKeyRange.idl', 71 'indexeddb/IDBKeyRange.idl',
72 'indexeddb/IDBObjectStore.idl', 72 'indexeddb/IDBObjectStore.idl',
73 'indexeddb/IDBOpenDBRequest.idl', 73 'indexeddb/IDBOpenDBRequest.idl',
74 'indexeddb/IDBRequest.idl', 74 'indexeddb/IDBRequest.idl',
75 'indexeddb/IDBTransaction.idl', 75 'indexeddb/IDBTransaction.idl',
76 'indexeddb/IDBVersionChangeEvent.idl', 76 'indexeddb/IDBVersionChangeEvent.idl',
77 'mediasource/MediaSource.idl', 77 'mediasource/MediaSource.idl',
78 'mediasource/SourceBuffer.idl', 78 'mediasource/SourceBuffer.idl',
79 'mediasource/SourceBufferList.idl', 79 'mediasource/SourceBufferList.idl',
80 'mediasource/VideoPlaybackQuality.idl', 80 'mediasource/VideoPlaybackQuality.idl',
81 'mediastream/MediaDeviceInfo.idl',
82 'mediastream/MediaDeviceInfoCallback.idl',
81 'mediastream/MediaStream.idl', 83 'mediastream/MediaStream.idl',
82 'mediastream/MediaStreamEvent.idl', 84 'mediastream/MediaStreamEvent.idl',
83 'mediastream/MediaStreamTrack.idl', 85 'mediastream/MediaStreamTrack.idl',
84 'mediastream/MediaStreamTrackEvent.idl', 86 'mediastream/MediaStreamTrackEvent.idl',
85 'mediastream/MediaStreamTrackSourcesCallback.idl', 87 'mediastream/MediaStreamTrackSourcesCallback.idl',
86 'mediastream/NavigatorUserMediaError.idl', 88 'mediastream/NavigatorUserMediaError.idl',
87 'mediastream/NavigatorUserMediaErrorCallback.idl', 89 'mediastream/NavigatorUserMediaErrorCallback.idl',
88 'mediastream/NavigatorUserMediaSuccessCallback.idl', 90 'mediastream/NavigatorUserMediaSuccessCallback.idl',
89 'mediastream/RTCDTMFSender.idl', 91 'mediastream/RTCDTMFSender.idl',
90 'mediastream/RTCDTMFToneChangeEvent.idl', 92 'mediastream/RTCDTMFToneChangeEvent.idl',
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'indexeddb/IDBKeyPathTest.cpp', 929 'indexeddb/IDBKeyPathTest.cpp',
928 'indexeddb/IDBRequestTest.cpp', 930 'indexeddb/IDBRequestTest.cpp',
929 'indexeddb/IDBTransactionTest.cpp', 931 'indexeddb/IDBTransactionTest.cpp',
930 'websockets/WebSocketDeflaterTest.cpp', 932 'websockets/WebSocketDeflaterTest.cpp',
931 'websockets/WebSocketExtensionDispatcherTest.cpp', 933 'websockets/WebSocketExtensionDispatcherTest.cpp',
932 'websockets/WebSocketExtensionParserTest.cpp', 934 'websockets/WebSocketExtensionParserTest.cpp',
933 'websockets/WebSocketPerMessageDeflateTest.cpp', 935 'websockets/WebSocketPerMessageDeflateTest.cpp',
934 ], 936 ],
935 }, 937 },
936 } 938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698