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

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: Add WillBeGarbageCollected attribute to MediaDeviceInfo. Created 6 years, 6 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/modules/mediastream/NavigatorMediaStream.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 '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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'indexeddb/IDBRequestTest.cpp', 962 'indexeddb/IDBRequestTest.cpp',
961 'indexeddb/IDBTransactionTest.cpp', 963 'indexeddb/IDBTransactionTest.cpp',
962 'websockets/WebSocketDeflaterTest.cpp', 964 'websockets/WebSocketDeflaterTest.cpp',
963 'websockets/WebSocketExtensionDispatcherTest.cpp', 965 'websockets/WebSocketExtensionDispatcherTest.cpp',
964 'websockets/WebSocketExtensionParserTest.cpp', 966 'websockets/WebSocketExtensionParserTest.cpp',
965 'websockets/WebSocketPerMessageDeflateTest.cpp', 967 'websockets/WebSocketPerMessageDeflateTest.cpp',
966 'websockets/WebSocketTest.cpp', 968 'websockets/WebSocketTest.cpp',
967 ], 969 ],
968 }, 970 },
969 } 971 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/NavigatorMediaStream.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698