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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/mediastream/WindowMediaStream.idl ('k') | Source/modules/rtcpeerconnection/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 12f1562f571afff1072cfa7a7f754e4ebb78bafb..7ea3b6b8b82fe5d67e2addf4d34ff4672449cd94 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -87,30 +87,6 @@
'mediasource/SourceBuffer.idl',
'mediasource/SourceBufferList.idl',
'mediasource/VideoPlaybackQuality.idl',
- 'mediastream/MediaDeviceInfo.idl',
- 'mediastream/MediaDeviceInfoCallback.idl',
- 'mediastream/MediaStream.idl',
- 'mediastream/MediaStreamEvent.idl',
- 'mediastream/MediaStreamTrack.idl',
- 'mediastream/MediaStreamTrackEvent.idl',
- 'mediastream/MediaStreamTrackSourcesCallback.idl',
- 'mediastream/NavigatorUserMediaError.idl',
- 'mediastream/NavigatorUserMediaErrorCallback.idl',
- 'mediastream/NavigatorUserMediaSuccessCallback.idl',
- 'mediastream/RTCDTMFSender.idl',
- 'mediastream/RTCDTMFToneChangeEvent.idl',
- 'mediastream/RTCDataChannel.idl',
- 'mediastream/RTCDataChannelEvent.idl',
- 'mediastream/RTCErrorCallback.idl',
- 'mediastream/RTCIceCandidate.idl',
- 'mediastream/RTCIceCandidateEvent.idl',
- 'mediastream/RTCPeerConnection.idl',
- 'mediastream/RTCSessionDescription.idl',
- 'mediastream/RTCSessionDescriptionCallback.idl',
- 'mediastream/RTCStatsCallback.idl',
- 'mediastream/RTCStatsReport.idl',
- 'mediastream/RTCStatsResponse.idl',
- 'mediastream/SourceInfo.idl',
'netinfo/NetworkInformation.idl',
'notifications/Notification.idl',
'notifications/NotificationPermissionCallback.idl',
@@ -126,6 +102,19 @@
'quota/StorageQuota.idl',
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
+ 'rtcpeerconnection/RTCDTMFSender.idl',
+ 'rtcpeerconnection/RTCDTMFToneChangeEvent.idl',
+ 'rtcpeerconnection/RTCDataChannel.idl',
+ 'rtcpeerconnection/RTCDataChannelEvent.idl',
+ 'rtcpeerconnection/RTCErrorCallback.idl',
+ 'rtcpeerconnection/RTCIceCandidate.idl',
+ 'rtcpeerconnection/RTCIceCandidateEvent.idl',
+ 'rtcpeerconnection/RTCPeerConnection.idl',
+ 'rtcpeerconnection/RTCSessionDescription.idl',
+ 'rtcpeerconnection/RTCSessionDescriptionCallback.idl',
+ 'rtcpeerconnection/RTCStatsCallback.idl',
+ 'rtcpeerconnection/RTCStatsReport.idl',
+ 'rtcpeerconnection/RTCStatsResponse.idl',
'screen_orientation/ScreenOrientation.idl',
'serviceworkers/Body.idl',
'serviceworkers/Cache.idl',
@@ -232,9 +221,6 @@
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
'mediasource/HTMLVideoElementMediaSource.idl',
'mediasource/URLMediaSource.idl',
- 'mediastream/NavigatorMediaStream.idl',
- 'mediastream/URLMediaStream.idl',
- 'mediastream/WindowMediaStream.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'netinfo/NavigatorNetworkInformation.idl',
'netinfo/WorkerNavigatorNetworkInformation.idl',
@@ -265,12 +251,10 @@
'gamepad/GamepadEvent.idl',
'geofencing/GeofencingEvent.idl',
'indexeddb/IDBVersionChangeEvent.idl',
- 'mediastream/MediaStreamEvent.idl',
- 'mediastream/MediaStreamTrackEvent.idl',
- 'mediastream/RTCDTMFToneChangeEvent.idl',
- 'mediastream/RTCDataChannelEvent.idl',
- 'mediastream/RTCIceCandidateEvent.idl',
'push_messaging/PushEvent.idl',
+ 'rtcpeerconnection/RTCDTMFToneChangeEvent.idl',
+ 'rtcpeerconnection/RTCDataChannelEvent.idl',
+ 'rtcpeerconnection/RTCIceCandidateEvent.idl',
'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
'serviceworkers/InstallEvent.idl',
@@ -592,69 +576,6 @@
'mediasource/URLMediaSource.h',
'mediasource/VideoPlaybackQuality.cpp',
'mediasource/VideoPlaybackQuality.h',
- 'mediastream/MediaConstraintsImpl.cpp',
- 'mediastream/MediaConstraintsImpl.h',
- 'mediastream/MediaDeviceInfo.cpp',
- 'mediastream/MediaDeviceInfo.h',
- 'mediastream/MediaDeviceInfoCallback.h',
- 'mediastream/MediaDevicesRequest.cpp',
- 'mediastream/MediaDevicesRequest.h',
- 'mediastream/MediaStream.cpp',
- 'mediastream/MediaStream.h',
- 'mediastream/MediaStreamEvent.cpp',
- 'mediastream/MediaStreamEvent.h',
- 'mediastream/MediaStreamRegistry.cpp',
- 'mediastream/MediaStreamRegistry.h',
- 'mediastream/MediaStreamTrack.cpp',
- 'mediastream/MediaStreamTrack.h',
- 'mediastream/MediaStreamTrackEvent.cpp',
- 'mediastream/MediaStreamTrackEvent.h',
- 'mediastream/MediaStreamTrackSourcesCallback.h',
- 'mediastream/MediaStreamTrackSourcesRequestImpl.cpp',
- 'mediastream/MediaStreamTrackSourcesRequestImpl.h',
- 'mediastream/NavigatorMediaStream.cpp',
- 'mediastream/NavigatorMediaStream.h',
- 'mediastream/NavigatorUserMediaError.cpp',
- 'mediastream/NavigatorUserMediaError.h',
- 'mediastream/NavigatorUserMediaErrorCallback.h',
- 'mediastream/NavigatorUserMediaSuccessCallback.h',
- 'mediastream/RTCDTMFSender.cpp',
- 'mediastream/RTCDTMFSender.h',
- 'mediastream/RTCDTMFToneChangeEvent.cpp',
- 'mediastream/RTCDTMFToneChangeEvent.h',
- 'mediastream/RTCDataChannel.cpp',
- 'mediastream/RTCDataChannel.h',
- 'mediastream/RTCDataChannelEvent.cpp',
- 'mediastream/RTCDataChannelEvent.h',
- 'mediastream/RTCErrorCallback.h',
- 'mediastream/RTCIceCandidate.cpp',
- 'mediastream/RTCIceCandidate.h',
- 'mediastream/RTCIceCandidateEvent.cpp',
- 'mediastream/RTCIceCandidateEvent.h',
- 'mediastream/RTCPeerConnection.cpp',
- 'mediastream/RTCPeerConnection.h',
- 'mediastream/RTCSessionDescription.cpp',
- 'mediastream/RTCSessionDescription.h',
- 'mediastream/RTCSessionDescriptionCallback.h',
- 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
- 'mediastream/RTCSessionDescriptionRequestImpl.h',
- 'mediastream/RTCStatsReport.cpp',
- 'mediastream/RTCStatsReport.h',
- 'mediastream/RTCStatsRequestImpl.cpp',
- 'mediastream/RTCStatsRequestImpl.h',
- 'mediastream/RTCStatsResponse.cpp',
- 'mediastream/RTCStatsResponse.h',
- 'mediastream/RTCVoidRequestImpl.cpp',
- 'mediastream/RTCVoidRequestImpl.h',
- 'mediastream/SourceInfo.cpp',
- 'mediastream/SourceInfo.h',
- 'mediastream/URLMediaStream.cpp',
- 'mediastream/URLMediaStream.h',
- 'mediastream/UserMediaClient.h',
- 'mediastream/UserMediaController.cpp',
- 'mediastream/UserMediaController.h',
- 'mediastream/UserMediaRequest.cpp',
- 'mediastream/UserMediaRequest.h',
'navigatorcontentutils/NavigatorContentUtils.cpp',
'navigatorcontentutils/NavigatorContentUtils.h',
'navigatorcontentutils/NavigatorContentUtilsClient.h',
@@ -718,6 +639,34 @@
'quota/StorageUsageCallback.h',
'quota/WorkerNavigatorStorageQuota.cpp',
'quota/WorkerNavigatorStorageQuota.h',
+ 'rtcpeerconnection/RTCDTMFSender.cpp',
+ 'rtcpeerconnection/RTCDTMFSender.h',
+ 'rtcpeerconnection/RTCDTMFToneChangeEvent.cpp',
+ 'rtcpeerconnection/RTCDTMFToneChangeEvent.h',
+ 'rtcpeerconnection/RTCDataChannel.cpp',
+ 'rtcpeerconnection/RTCDataChannel.h',
+ 'rtcpeerconnection/RTCDataChannelEvent.cpp',
+ 'rtcpeerconnection/RTCDataChannelEvent.h',
+ 'rtcpeerconnection/RTCErrorCallback.h',
+ 'rtcpeerconnection/RTCIceCandidate.cpp',
+ 'rtcpeerconnection/RTCIceCandidate.h',
+ 'rtcpeerconnection/RTCIceCandidateEvent.cpp',
+ 'rtcpeerconnection/RTCIceCandidateEvent.h',
+ 'rtcpeerconnection/RTCPeerConnection.cpp',
+ 'rtcpeerconnection/RTCPeerConnection.h',
+ 'rtcpeerconnection/RTCSessionDescription.cpp',
+ 'rtcpeerconnection/RTCSessionDescription.h',
+ 'rtcpeerconnection/RTCSessionDescriptionCallback.h',
+ 'rtcpeerconnection/RTCSessionDescriptionRequestImpl.cpp',
+ 'rtcpeerconnection/RTCSessionDescriptionRequestImpl.h',
+ 'rtcpeerconnection/RTCStatsReport.cpp',
+ 'rtcpeerconnection/RTCStatsReport.h',
+ 'rtcpeerconnection/RTCStatsRequestImpl.cpp',
+ 'rtcpeerconnection/RTCStatsRequestImpl.h',
+ 'rtcpeerconnection/RTCStatsResponse.cpp',
+ 'rtcpeerconnection/RTCStatsResponse.h',
+ 'rtcpeerconnection/RTCVoidRequestImpl.cpp',
+ 'rtcpeerconnection/RTCVoidRequestImpl.h',
'screen_orientation/LockOrientationCallback.cpp',
'screen_orientation/LockOrientationCallback.h',
'screen_orientation/ScreenScreenOrientation.cpp',
« 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