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

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

Issue 691313002: MSE: Implement TrackDefault object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased and addressed PS9 comments Created 6 years, 1 month 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/mediasource/TrackDefault.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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'indexeddb/IDBIndex.idl', 80 'indexeddb/IDBIndex.idl',
81 'indexeddb/IDBKeyRange.idl', 81 'indexeddb/IDBKeyRange.idl',
82 'indexeddb/IDBObjectStore.idl', 82 'indexeddb/IDBObjectStore.idl',
83 'indexeddb/IDBOpenDBRequest.idl', 83 'indexeddb/IDBOpenDBRequest.idl',
84 'indexeddb/IDBRequest.idl', 84 'indexeddb/IDBRequest.idl',
85 'indexeddb/IDBTransaction.idl', 85 'indexeddb/IDBTransaction.idl',
86 'indexeddb/IDBVersionChangeEvent.idl', 86 'indexeddb/IDBVersionChangeEvent.idl',
87 'mediasource/MediaSource.idl', 87 'mediasource/MediaSource.idl',
88 'mediasource/SourceBuffer.idl', 88 'mediasource/SourceBuffer.idl',
89 'mediasource/SourceBufferList.idl', 89 'mediasource/SourceBufferList.idl',
90 'mediasource/TrackDefault.idl',
90 'mediasource/VideoPlaybackQuality.idl', 91 'mediasource/VideoPlaybackQuality.idl',
91 'mediastream/MediaDeviceInfo.idl', 92 'mediastream/MediaDeviceInfo.idl',
92 'mediastream/MediaDeviceInfoCallback.idl', 93 'mediastream/MediaDeviceInfoCallback.idl',
93 'mediastream/MediaStream.idl', 94 'mediastream/MediaStream.idl',
94 'mediastream/MediaStreamEvent.idl', 95 'mediastream/MediaStreamEvent.idl',
95 'mediastream/MediaStreamTrack.idl', 96 'mediastream/MediaStreamTrack.idl',
96 'mediastream/MediaStreamTrackEvent.idl', 97 'mediastream/MediaStreamTrackEvent.idl',
97 'mediastream/MediaStreamTrackSourcesCallback.idl', 98 'mediastream/MediaStreamTrackSourcesCallback.idl',
98 'mediastream/NavigatorUserMediaError.idl', 99 'mediastream/NavigatorUserMediaError.idl',
99 'mediastream/NavigatorUserMediaErrorCallback.idl', 100 'mediastream/NavigatorUserMediaErrorCallback.idl',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'mediasource/HTMLVideoElementMediaSource.cpp', 657 'mediasource/HTMLVideoElementMediaSource.cpp',
657 'mediasource/HTMLVideoElementMediaSource.h', 658 'mediasource/HTMLVideoElementMediaSource.h',
658 'mediasource/MediaSource.cpp', 659 'mediasource/MediaSource.cpp',
659 'mediasource/MediaSource.h', 660 'mediasource/MediaSource.h',
660 'mediasource/MediaSourceRegistry.cpp', 661 'mediasource/MediaSourceRegistry.cpp',
661 'mediasource/MediaSourceRegistry.h', 662 'mediasource/MediaSourceRegistry.h',
662 'mediasource/SourceBuffer.cpp', 663 'mediasource/SourceBuffer.cpp',
663 'mediasource/SourceBuffer.h', 664 'mediasource/SourceBuffer.h',
664 'mediasource/SourceBufferList.cpp', 665 'mediasource/SourceBufferList.cpp',
665 'mediasource/SourceBufferList.h', 666 'mediasource/SourceBufferList.h',
667 'mediasource/TrackDefault.cpp',
668 'mediasource/TrackDefault.h',
666 'mediasource/URLMediaSource.cpp', 669 'mediasource/URLMediaSource.cpp',
667 'mediasource/URLMediaSource.h', 670 'mediasource/URLMediaSource.h',
668 'mediasource/VideoPlaybackQuality.cpp', 671 'mediasource/VideoPlaybackQuality.cpp',
669 'mediasource/VideoPlaybackQuality.h', 672 'mediasource/VideoPlaybackQuality.h',
670 'mediastream/MediaConstraintsImpl.cpp', 673 'mediastream/MediaConstraintsImpl.cpp',
671 'mediastream/MediaConstraintsImpl.h', 674 'mediastream/MediaConstraintsImpl.h',
672 'mediastream/MediaDeviceInfo.cpp', 675 'mediastream/MediaDeviceInfo.cpp',
673 'mediastream/MediaDeviceInfo.h', 676 'mediastream/MediaDeviceInfo.h',
674 'mediastream/MediaDeviceInfoCallback.h', 677 'mediastream/MediaDeviceInfoCallback.h',
675 'mediastream/MediaDevicesRequest.cpp', 678 'mediastream/MediaDevicesRequest.cpp',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'serviceworkers/CacheTest.cpp', 1122 'serviceworkers/CacheTest.cpp',
1120 'serviceworkers/FetchResponseDataTest.cpp', 1123 'serviceworkers/FetchResponseDataTest.cpp',
1121 'serviceworkers/RequestTest.cpp', 1124 'serviceworkers/RequestTest.cpp',
1122 'serviceworkers/ResponseTest.cpp', 1125 'serviceworkers/ResponseTest.cpp',
1123 'serviceworkers/ServiceWorkerContainerTest.cpp', 1126 'serviceworkers/ServiceWorkerContainerTest.cpp',
1124 'websockets/DOMWebSocketTest.cpp', 1127 'websockets/DOMWebSocketTest.cpp',
1125 'websockets/DocumentWebSocketChannelTest.cpp', 1128 'websockets/DocumentWebSocketChannelTest.cpp',
1126 ], 1129 ],
1127 }, 1130 },
1128 } 1131 }
OLDNEW
« no previous file with comments | « Source/modules/mediasource/TrackDefault.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698