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

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

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 6 years, 2 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
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/IDBKeyRange.idl', 80 'indexeddb/IDBKeyRange.idl',
81 'indexeddb/IDBObjectStore.idl', 81 'indexeddb/IDBObjectStore.idl',
82 'indexeddb/IDBOpenDBRequest.idl', 82 'indexeddb/IDBOpenDBRequest.idl',
83 'indexeddb/IDBRequest.idl', 83 'indexeddb/IDBRequest.idl',
84 'indexeddb/IDBTransaction.idl', 84 'indexeddb/IDBTransaction.idl',
85 'indexeddb/IDBVersionChangeEvent.idl', 85 'indexeddb/IDBVersionChangeEvent.idl',
86 'mediasource/MediaSource.idl', 86 'mediasource/MediaSource.idl',
87 'mediasource/SourceBuffer.idl', 87 'mediasource/SourceBuffer.idl',
88 'mediasource/SourceBufferList.idl', 88 'mediasource/SourceBufferList.idl',
89 'mediasource/VideoPlaybackQuality.idl', 89 'mediasource/VideoPlaybackQuality.idl',
90 'mediastream/MediaDeviceInfo.idl',
91 'mediastream/MediaDeviceInfoCallback.idl',
92 'mediastream/MediaStream.idl',
93 'mediastream/MediaStreamEvent.idl',
94 'mediastream/MediaStreamTrack.idl',
95 'mediastream/MediaStreamTrackEvent.idl',
96 'mediastream/MediaStreamTrackSourcesCallback.idl',
97 'mediastream/NavigatorUserMediaError.idl',
98 'mediastream/NavigatorUserMediaErrorCallback.idl',
99 'mediastream/NavigatorUserMediaSuccessCallback.idl',
100 'mediastream/RTCDTMFSender.idl',
101 'mediastream/RTCDTMFToneChangeEvent.idl',
102 'mediastream/RTCDataChannel.idl',
103 'mediastream/RTCDataChannelEvent.idl',
104 'mediastream/RTCErrorCallback.idl',
105 'mediastream/RTCIceCandidate.idl',
106 'mediastream/RTCIceCandidateEvent.idl',
107 'mediastream/RTCPeerConnection.idl',
108 'mediastream/RTCSessionDescription.idl',
109 'mediastream/RTCSessionDescriptionCallback.idl',
110 'mediastream/RTCStatsCallback.idl',
111 'mediastream/RTCStatsReport.idl',
112 'mediastream/RTCStatsResponse.idl',
113 'mediastream/SourceInfo.idl',
114 'netinfo/NetworkInformation.idl', 90 'netinfo/NetworkInformation.idl',
115 'notifications/Notification.idl', 91 'notifications/Notification.idl',
116 'notifications/NotificationPermissionCallback.idl', 92 'notifications/NotificationPermissionCallback.idl',
117 'performance/WorkerPerformance.idl', 93 'performance/WorkerPerformance.idl',
118 'presentation/Presentation.idl', 94 'presentation/Presentation.idl',
119 'push_messaging/PushEvent.idl', 95 'push_messaging/PushEvent.idl',
120 'push_messaging/PushManager.idl', 96 'push_messaging/PushManager.idl',
121 'push_messaging/PushRegistration.idl', 97 'push_messaging/PushRegistration.idl',
122 'quota/DeprecatedStorageInfo.idl', 98 'quota/DeprecatedStorageInfo.idl',
123 'quota/DeprecatedStorageQuota.idl', 99 'quota/DeprecatedStorageQuota.idl',
124 'quota/StorageErrorCallback.idl', 100 'quota/StorageErrorCallback.idl',
125 'quota/StorageInfo.idl', 101 'quota/StorageInfo.idl',
126 'quota/StorageQuota.idl', 102 'quota/StorageQuota.idl',
127 'quota/StorageQuotaCallback.idl', 103 'quota/StorageQuotaCallback.idl',
128 'quota/StorageUsageCallback.idl', 104 'quota/StorageUsageCallback.idl',
105 'rtcpeerconnection/RTCDTMFSender.idl',
106 'rtcpeerconnection/RTCDTMFToneChangeEvent.idl',
107 'rtcpeerconnection/RTCDataChannel.idl',
108 'rtcpeerconnection/RTCDataChannelEvent.idl',
109 'rtcpeerconnection/RTCErrorCallback.idl',
110 'rtcpeerconnection/RTCIceCandidate.idl',
111 'rtcpeerconnection/RTCIceCandidateEvent.idl',
112 'rtcpeerconnection/RTCPeerConnection.idl',
113 'rtcpeerconnection/RTCSessionDescription.idl',
114 'rtcpeerconnection/RTCSessionDescriptionCallback.idl',
115 'rtcpeerconnection/RTCStatsCallback.idl',
116 'rtcpeerconnection/RTCStatsReport.idl',
117 'rtcpeerconnection/RTCStatsResponse.idl',
129 'screen_orientation/ScreenOrientation.idl', 118 'screen_orientation/ScreenOrientation.idl',
130 'serviceworkers/Body.idl', 119 'serviceworkers/Body.idl',
131 'serviceworkers/Cache.idl', 120 'serviceworkers/Cache.idl',
132 'serviceworkers/CacheStorage.idl', 121 'serviceworkers/CacheStorage.idl',
133 'serviceworkers/ExtendableEvent.idl', 122 'serviceworkers/ExtendableEvent.idl',
134 'serviceworkers/FetchEvent.idl', 123 'serviceworkers/FetchEvent.idl',
135 'serviceworkers/Headers.idl', 124 'serviceworkers/Headers.idl',
136 'serviceworkers/InstallEvent.idl', 125 'serviceworkers/InstallEvent.idl',
137 'serviceworkers/Request.idl', 126 'serviceworkers/Request.idl',
138 'serviceworkers/Response.idl', 127 'serviceworkers/Response.idl',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'filesystem/WorkerGlobalScopeFileSystem.idl', 214 'filesystem/WorkerGlobalScopeFileSystem.idl',
226 'gamepad/NavigatorGamepad.idl', 215 'gamepad/NavigatorGamepad.idl',
227 'geofencing/NavigatorGeofencing.idl', 216 'geofencing/NavigatorGeofencing.idl',
228 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 217 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
229 'geofencing/WorkerNavigatorGeofencing.idl', 218 'geofencing/WorkerNavigatorGeofencing.idl',
230 'geolocation/NavigatorGeolocation.idl', 219 'geolocation/NavigatorGeolocation.idl',
231 'indexeddb/WindowIndexedDatabase.idl', 220 'indexeddb/WindowIndexedDatabase.idl',
232 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 221 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
233 'mediasource/HTMLVideoElementMediaSource.idl', 222 'mediasource/HTMLVideoElementMediaSource.idl',
234 'mediasource/URLMediaSource.idl', 223 'mediasource/URLMediaSource.idl',
235 'mediastream/NavigatorMediaStream.idl',
236 'mediastream/URLMediaStream.idl',
237 'mediastream/WindowMediaStream.idl',
238 'navigatorcontentutils/NavigatorContentUtils.idl', 224 'navigatorcontentutils/NavigatorContentUtils.idl',
239 'netinfo/NavigatorNetworkInformation.idl', 225 'netinfo/NavigatorNetworkInformation.idl',
240 'netinfo/WorkerNavigatorNetworkInformation.idl', 226 'netinfo/WorkerNavigatorNetworkInformation.idl',
241 'performance/SharedWorkerPerformance.idl', 227 'performance/SharedWorkerPerformance.idl',
242 'performance/WorkerGlobalScopePerformance.idl', 228 'performance/WorkerGlobalScopePerformance.idl',
243 'presentation/NavigatorPresentation.idl', 229 'presentation/NavigatorPresentation.idl',
244 'push_messaging/NavigatorPushManager.idl', 230 'push_messaging/NavigatorPushManager.idl',
245 'push_messaging/ServiceWorkerGlobalScopePush.idl', 231 'push_messaging/ServiceWorkerGlobalScopePush.idl',
246 'quota/NavigatorStorageQuota.idl', 232 'quota/NavigatorStorageQuota.idl',
247 'quota/WindowQuota.idl', 233 'quota/WindowQuota.idl',
(...skipping 10 matching lines...) Expand all
258 # interfaces that inherit from Event 244 # interfaces that inherit from Event
259 'modules_event_idl_files': [ 245 'modules_event_idl_files': [
260 'device_light/DeviceLightEvent.idl', 246 'device_light/DeviceLightEvent.idl',
261 'device_orientation/DeviceMotionEvent.idl', 247 'device_orientation/DeviceMotionEvent.idl',
262 'device_orientation/DeviceOrientationEvent.idl', 248 'device_orientation/DeviceOrientationEvent.idl',
263 'encryptedmedia/MediaKeyMessageEvent.idl', 249 'encryptedmedia/MediaKeyMessageEvent.idl',
264 'encryptedmedia/MediaKeyNeededEvent.idl', 250 'encryptedmedia/MediaKeyNeededEvent.idl',
265 'gamepad/GamepadEvent.idl', 251 'gamepad/GamepadEvent.idl',
266 'geofencing/GeofencingEvent.idl', 252 'geofencing/GeofencingEvent.idl',
267 'indexeddb/IDBVersionChangeEvent.idl', 253 'indexeddb/IDBVersionChangeEvent.idl',
268 'mediastream/MediaStreamEvent.idl',
269 'mediastream/MediaStreamTrackEvent.idl',
270 'mediastream/RTCDTMFToneChangeEvent.idl',
271 'mediastream/RTCDataChannelEvent.idl',
272 'mediastream/RTCIceCandidateEvent.idl',
273 'push_messaging/PushEvent.idl', 254 'push_messaging/PushEvent.idl',
255 'rtcpeerconnection/RTCDTMFToneChangeEvent.idl',
256 'rtcpeerconnection/RTCDataChannelEvent.idl',
257 'rtcpeerconnection/RTCIceCandidateEvent.idl',
274 'serviceworkers/ExtendableEvent.idl', 258 'serviceworkers/ExtendableEvent.idl',
275 'serviceworkers/FetchEvent.idl', 259 'serviceworkers/FetchEvent.idl',
276 'serviceworkers/InstallEvent.idl', 260 'serviceworkers/InstallEvent.idl',
277 'speech/SpeechRecognitionError.idl', 261 'speech/SpeechRecognitionError.idl',
278 'speech/SpeechRecognitionEvent.idl', 262 'speech/SpeechRecognitionEvent.idl',
279 'speech/SpeechSynthesisEvent.idl', 263 'speech/SpeechSynthesisEvent.idl',
280 'webaudio/AudioProcessingEvent.idl', 264 'webaudio/AudioProcessingEvent.idl',
281 'webaudio/OfflineAudioCompletionEvent.idl', 265 'webaudio/OfflineAudioCompletionEvent.idl',
282 'webmidi/MIDIConnectionEvent.idl', 266 'webmidi/MIDIConnectionEvent.idl',
283 'webmidi/MIDIMessageEvent.idl', 267 'webmidi/MIDIMessageEvent.idl',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'mediasource/MediaSourceRegistry.cpp', 569 'mediasource/MediaSourceRegistry.cpp',
586 'mediasource/MediaSourceRegistry.h', 570 'mediasource/MediaSourceRegistry.h',
587 'mediasource/SourceBuffer.cpp', 571 'mediasource/SourceBuffer.cpp',
588 'mediasource/SourceBuffer.h', 572 'mediasource/SourceBuffer.h',
589 'mediasource/SourceBufferList.cpp', 573 'mediasource/SourceBufferList.cpp',
590 'mediasource/SourceBufferList.h', 574 'mediasource/SourceBufferList.h',
591 'mediasource/URLMediaSource.cpp', 575 'mediasource/URLMediaSource.cpp',
592 'mediasource/URLMediaSource.h', 576 'mediasource/URLMediaSource.h',
593 'mediasource/VideoPlaybackQuality.cpp', 577 'mediasource/VideoPlaybackQuality.cpp',
594 'mediasource/VideoPlaybackQuality.h', 578 'mediasource/VideoPlaybackQuality.h',
595 'mediastream/MediaConstraintsImpl.cpp',
596 'mediastream/MediaConstraintsImpl.h',
597 'mediastream/MediaDeviceInfo.cpp',
598 'mediastream/MediaDeviceInfo.h',
599 'mediastream/MediaDeviceInfoCallback.h',
600 'mediastream/MediaDevicesRequest.cpp',
601 'mediastream/MediaDevicesRequest.h',
602 'mediastream/MediaStream.cpp',
603 'mediastream/MediaStream.h',
604 'mediastream/MediaStreamEvent.cpp',
605 'mediastream/MediaStreamEvent.h',
606 'mediastream/MediaStreamRegistry.cpp',
607 'mediastream/MediaStreamRegistry.h',
608 'mediastream/MediaStreamTrack.cpp',
609 'mediastream/MediaStreamTrack.h',
610 'mediastream/MediaStreamTrackEvent.cpp',
611 'mediastream/MediaStreamTrackEvent.h',
612 'mediastream/MediaStreamTrackSourcesCallback.h',
613 'mediastream/MediaStreamTrackSourcesRequestImpl.cpp',
614 'mediastream/MediaStreamTrackSourcesRequestImpl.h',
615 'mediastream/NavigatorMediaStream.cpp',
616 'mediastream/NavigatorMediaStream.h',
617 'mediastream/NavigatorUserMediaError.cpp',
618 'mediastream/NavigatorUserMediaError.h',
619 'mediastream/NavigatorUserMediaErrorCallback.h',
620 'mediastream/NavigatorUserMediaSuccessCallback.h',
621 'mediastream/RTCDTMFSender.cpp',
622 'mediastream/RTCDTMFSender.h',
623 'mediastream/RTCDTMFToneChangeEvent.cpp',
624 'mediastream/RTCDTMFToneChangeEvent.h',
625 'mediastream/RTCDataChannel.cpp',
626 'mediastream/RTCDataChannel.h',
627 'mediastream/RTCDataChannelEvent.cpp',
628 'mediastream/RTCDataChannelEvent.h',
629 'mediastream/RTCErrorCallback.h',
630 'mediastream/RTCIceCandidate.cpp',
631 'mediastream/RTCIceCandidate.h',
632 'mediastream/RTCIceCandidateEvent.cpp',
633 'mediastream/RTCIceCandidateEvent.h',
634 'mediastream/RTCPeerConnection.cpp',
635 'mediastream/RTCPeerConnection.h',
636 'mediastream/RTCSessionDescription.cpp',
637 'mediastream/RTCSessionDescription.h',
638 'mediastream/RTCSessionDescriptionCallback.h',
639 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
640 'mediastream/RTCSessionDescriptionRequestImpl.h',
641 'mediastream/RTCStatsReport.cpp',
642 'mediastream/RTCStatsReport.h',
643 'mediastream/RTCStatsRequestImpl.cpp',
644 'mediastream/RTCStatsRequestImpl.h',
645 'mediastream/RTCStatsResponse.cpp',
646 'mediastream/RTCStatsResponse.h',
647 'mediastream/RTCVoidRequestImpl.cpp',
648 'mediastream/RTCVoidRequestImpl.h',
649 'mediastream/SourceInfo.cpp',
650 'mediastream/SourceInfo.h',
651 'mediastream/URLMediaStream.cpp',
652 'mediastream/URLMediaStream.h',
653 'mediastream/UserMediaClient.h',
654 'mediastream/UserMediaController.cpp',
655 'mediastream/UserMediaController.h',
656 'mediastream/UserMediaRequest.cpp',
657 'mediastream/UserMediaRequest.h',
658 'navigatorcontentutils/NavigatorContentUtils.cpp', 579 'navigatorcontentutils/NavigatorContentUtils.cpp',
659 'navigatorcontentutils/NavigatorContentUtils.h', 580 'navigatorcontentutils/NavigatorContentUtils.h',
660 'navigatorcontentutils/NavigatorContentUtilsClient.h', 581 'navigatorcontentutils/NavigatorContentUtilsClient.h',
661 'netinfo/NavigatorNetworkInformation.cpp', 582 'netinfo/NavigatorNetworkInformation.cpp',
662 'netinfo/NavigatorNetworkInformation.h', 583 'netinfo/NavigatorNetworkInformation.h',
663 'netinfo/NetworkInformation.cpp', 584 'netinfo/NetworkInformation.cpp',
664 'netinfo/NetworkInformation.h', 585 'netinfo/NetworkInformation.h',
665 'netinfo/WorkerNavigatorNetworkInformation.cpp', 586 'netinfo/WorkerNavigatorNetworkInformation.cpp',
666 'netinfo/WorkerNavigatorNetworkInformation.h', 587 'netinfo/WorkerNavigatorNetworkInformation.h',
667 'notifications/Notification.cpp', 588 'notifications/Notification.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'quota/StorageQuota.cpp', 632 'quota/StorageQuota.cpp',
712 'quota/StorageQuota.h', 633 'quota/StorageQuota.h',
713 'quota/StorageQuotaCallback.h', 634 'quota/StorageQuotaCallback.h',
714 'quota/StorageQuotaCallbacksImpl.cpp', 635 'quota/StorageQuotaCallbacksImpl.cpp',
715 'quota/StorageQuotaCallbacksImpl.h', 636 'quota/StorageQuotaCallbacksImpl.h',
716 'quota/StorageQuotaClient.cpp', 637 'quota/StorageQuotaClient.cpp',
717 'quota/StorageQuotaClient.h', 638 'quota/StorageQuotaClient.h',
718 'quota/StorageUsageCallback.h', 639 'quota/StorageUsageCallback.h',
719 'quota/WorkerNavigatorStorageQuota.cpp', 640 'quota/WorkerNavigatorStorageQuota.cpp',
720 'quota/WorkerNavigatorStorageQuota.h', 641 'quota/WorkerNavigatorStorageQuota.h',
642 'rtcpeerconnection/RTCDTMFSender.cpp',
643 'rtcpeerconnection/RTCDTMFSender.h',
644 'rtcpeerconnection/RTCDTMFToneChangeEvent.cpp',
645 'rtcpeerconnection/RTCDTMFToneChangeEvent.h',
646 'rtcpeerconnection/RTCDataChannel.cpp',
647 'rtcpeerconnection/RTCDataChannel.h',
648 'rtcpeerconnection/RTCDataChannelEvent.cpp',
649 'rtcpeerconnection/RTCDataChannelEvent.h',
650 'rtcpeerconnection/RTCErrorCallback.h',
651 'rtcpeerconnection/RTCIceCandidate.cpp',
652 'rtcpeerconnection/RTCIceCandidate.h',
653 'rtcpeerconnection/RTCIceCandidateEvent.cpp',
654 'rtcpeerconnection/RTCIceCandidateEvent.h',
655 'rtcpeerconnection/RTCPeerConnection.cpp',
656 'rtcpeerconnection/RTCPeerConnection.h',
657 'rtcpeerconnection/RTCSessionDescription.cpp',
658 'rtcpeerconnection/RTCSessionDescription.h',
659 'rtcpeerconnection/RTCSessionDescriptionCallback.h',
660 'rtcpeerconnection/RTCSessionDescriptionRequestImpl.cpp',
661 'rtcpeerconnection/RTCSessionDescriptionRequestImpl.h',
662 'rtcpeerconnection/RTCStatsReport.cpp',
663 'rtcpeerconnection/RTCStatsReport.h',
664 'rtcpeerconnection/RTCStatsRequestImpl.cpp',
665 'rtcpeerconnection/RTCStatsRequestImpl.h',
666 'rtcpeerconnection/RTCStatsResponse.cpp',
667 'rtcpeerconnection/RTCStatsResponse.h',
668 'rtcpeerconnection/RTCVoidRequestImpl.cpp',
669 'rtcpeerconnection/RTCVoidRequestImpl.h',
721 'screen_orientation/LockOrientationCallback.cpp', 670 'screen_orientation/LockOrientationCallback.cpp',
722 'screen_orientation/LockOrientationCallback.h', 671 'screen_orientation/LockOrientationCallback.h',
723 'screen_orientation/ScreenScreenOrientation.cpp', 672 'screen_orientation/ScreenScreenOrientation.cpp',
724 'screen_orientation/ScreenScreenOrientation.h', 673 'screen_orientation/ScreenScreenOrientation.h',
725 'screen_orientation/ScreenOrientation.cpp', 674 'screen_orientation/ScreenOrientation.cpp',
726 'screen_orientation/ScreenOrientation.h', 675 'screen_orientation/ScreenOrientation.h',
727 'screen_orientation/ScreenOrientationController.cpp', 676 'screen_orientation/ScreenOrientationController.cpp',
728 'screen_orientation/ScreenOrientationController.h', 677 'screen_orientation/ScreenOrientationController.h',
729 'screen_orientation/ScreenOrientationDispatcher.cpp', 678 'screen_orientation/ScreenOrientationDispatcher.cpp',
730 'screen_orientation/ScreenOrientationDispatcher.h', 679 'screen_orientation/ScreenOrientationDispatcher.h',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'serviceworkers/ServiceWorkerContainerTest.cpp', 1004 'serviceworkers/ServiceWorkerContainerTest.cpp',
1056 'websockets/DOMWebSocketTest.cpp', 1005 'websockets/DOMWebSocketTest.cpp',
1057 'websockets/NewWebSocketChannelImplTest.cpp', 1006 'websockets/NewWebSocketChannelImplTest.cpp',
1058 'websockets/WebSocketDeflaterTest.cpp', 1007 'websockets/WebSocketDeflaterTest.cpp',
1059 'websockets/WebSocketExtensionDispatcherTest.cpp', 1008 'websockets/WebSocketExtensionDispatcherTest.cpp',
1060 'websockets/WebSocketExtensionParserTest.cpp', 1009 'websockets/WebSocketExtensionParserTest.cpp',
1061 'websockets/WebSocketPerMessageDeflateTest.cpp', 1010 'websockets/WebSocketPerMessageDeflateTest.cpp',
1062 ], 1011 ],
1063 }, 1012 },
1064 } 1013 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/WindowMediaStream.idl ('k') | Source/modules/rtcpeerconnection/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698