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

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

Issue 16625011: Add minimal implementation of unprefixed MediaSource API that has feature parity with prefixed API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_idl_files': [ 3 'modules_idl_files': [
4 'device_orientation/DeviceAcceleration.idl', 4 'device_orientation/DeviceAcceleration.idl',
5 'device_orientation/DeviceMotionEvent.idl', 5 'device_orientation/DeviceMotionEvent.idl',
6 'device_orientation/DeviceRotationRate.idl', 6 'device_orientation/DeviceRotationRate.idl',
7 'donottrack/NavigatorDoNotTrack.idl', 7 'donottrack/NavigatorDoNotTrack.idl',
8 'encryptedmedia/MediaKeyMessageEvent.idl', 8 'encryptedmedia/MediaKeyMessageEvent.idl',
9 'encryptedmedia/MediaKeyNeededEvent.idl', 9 'encryptedmedia/MediaKeyNeededEvent.idl',
10 'encryptedmedia/MediaKeys.idl', 10 'encryptedmedia/MediaKeys.idl',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'indexeddb/IDBFactory.idl', 53 'indexeddb/IDBFactory.idl',
54 'indexeddb/IDBIndex.idl', 54 'indexeddb/IDBIndex.idl',
55 'indexeddb/IDBKeyRange.idl', 55 'indexeddb/IDBKeyRange.idl',
56 'indexeddb/IDBObjectStore.idl', 56 'indexeddb/IDBObjectStore.idl',
57 'indexeddb/IDBOpenDBRequest.idl', 57 'indexeddb/IDBOpenDBRequest.idl',
58 'indexeddb/IDBRequest.idl', 58 'indexeddb/IDBRequest.idl',
59 'indexeddb/IDBTransaction.idl', 59 'indexeddb/IDBTransaction.idl',
60 'indexeddb/IDBVersionChangeEvent.idl', 60 'indexeddb/IDBVersionChangeEvent.idl',
61 'indexeddb/WorkerContextIndexedDatabase.idl', 61 'indexeddb/WorkerContextIndexedDatabase.idl',
62 'mediasource/DOMWindowMediaSource.idl', 62 'mediasource/DOMWindowMediaSource.idl',
63 'mediasource/MediaSource.idl',
64 'mediasource/SourceBuffer.idl',
65 'mediasource/SourceBufferList.idl',
63 'mediasource/WebKitMediaSource.idl', 66 'mediasource/WebKitMediaSource.idl',
64 'mediasource/WebKitSourceBuffer.idl', 67 'mediasource/WebKitSourceBuffer.idl',
65 'mediasource/WebKitSourceBufferList.idl', 68 'mediasource/WebKitSourceBufferList.idl',
66 'mediastream/MediaStream.idl', 69 'mediastream/MediaStream.idl',
67 'mediastream/MediaStreamEvent.idl', 70 'mediastream/MediaStreamEvent.idl',
68 'mediastream/MediaStreamTrack.idl', 71 'mediastream/MediaStreamTrack.idl',
69 'mediastream/MediaStreamTrackEvent.idl', 72 'mediastream/MediaStreamTrackEvent.idl',
70 'mediastream/NavigatorMediaStream.idl', 73 'mediastream/NavigatorMediaStream.idl',
71 'mediastream/NavigatorUserMediaError.idl', 74 'mediastream/NavigatorUserMediaError.idl',
72 'mediastream/NavigatorUserMediaErrorCallback.idl', 75 'mediastream/NavigatorUserMediaErrorCallback.idl',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'indexeddb/IDBTransaction.h', 318 'indexeddb/IDBTransaction.h',
316 'indexeddb/IDBVersionChangeEvent.cpp', 319 'indexeddb/IDBVersionChangeEvent.cpp',
317 'indexeddb/IDBVersionChangeEvent.h', 320 'indexeddb/IDBVersionChangeEvent.h',
318 'indexeddb/IndexedDB.h', 321 'indexeddb/IndexedDB.h',
319 'indexeddb/PageGroupIndexedDatabase.cpp', 322 'indexeddb/PageGroupIndexedDatabase.cpp',
320 'indexeddb/PageGroupIndexedDatabase.h', 323 'indexeddb/PageGroupIndexedDatabase.h',
321 'indexeddb/WorkerContextIndexedDatabase.cpp', 324 'indexeddb/WorkerContextIndexedDatabase.cpp',
322 'indexeddb/WorkerContextIndexedDatabase.h', 325 'indexeddb/WorkerContextIndexedDatabase.h',
323 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', 326 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
324 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', 327 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
328 'mediasource/MediaSource.cpp',
329 'mediasource/MediaSource.h',
325 'mediasource/MediaSourceBase.cpp', 330 'mediasource/MediaSourceBase.cpp',
326 'mediasource/MediaSourceBase.h', 331 'mediasource/MediaSourceBase.h',
327 'mediasource/MediaSourceRegistry.cpp', 332 'mediasource/MediaSourceRegistry.cpp',
328 'mediasource/MediaSourceRegistry.h', 333 'mediasource/MediaSourceRegistry.h',
334 'mediasource/SourceBuffer.cpp',
335 'mediasource/SourceBuffer.h',
336 'mediasource/SourceBufferList.cpp',
337 'mediasource/SourceBufferList.h',
329 'mediasource/WebKitMediaSource.cpp', 338 'mediasource/WebKitMediaSource.cpp',
330 'mediasource/WebKitMediaSource.h', 339 'mediasource/WebKitMediaSource.h',
331 'mediasource/WebKitSourceBuffer.cpp', 340 'mediasource/WebKitSourceBuffer.cpp',
332 'mediasource/WebKitSourceBuffer.h', 341 'mediasource/WebKitSourceBuffer.h',
333 'mediasource/WebKitSourceBufferList.cpp', 342 'mediasource/WebKitSourceBufferList.cpp',
334 'mediasource/WebKitSourceBufferList.h', 343 'mediasource/WebKitSourceBufferList.h',
335 'mediastream/MediaConstraintsImpl.cpp', 344 'mediastream/MediaConstraintsImpl.cpp',
336 'mediastream/MediaConstraintsImpl.h', 345 'mediastream/MediaConstraintsImpl.h',
337 'mediastream/MediaStream.cpp', 346 'mediastream/MediaStream.cpp',
338 'mediastream/MediaStream.h', 347 'mediastream/MediaStream.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'websockets/WorkerThreadableWebSocketChannel.cpp', 653 'websockets/WorkerThreadableWebSocketChannel.cpp',
645 'websockets/WorkerThreadableWebSocketChannel.h', 654 'websockets/WorkerThreadableWebSocketChannel.h',
646 ], 655 ],
647 'modules_unittest_files': [ 656 'modules_unittest_files': [
648 'websockets/WebSocketDeflaterTest.cpp', 657 'websockets/WebSocketDeflaterTest.cpp',
649 'websockets/WebSocketExtensionDispatcherTest.cpp', 658 'websockets/WebSocketExtensionDispatcherTest.cpp',
650 'websockets/WebSocketPerMessageDeflateTest.cpp', 659 'websockets/WebSocketPerMessageDeflateTest.cpp',
651 ], 660 ],
652 }, 661 },
653 } 662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698