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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2097563002: Split the mediastream module in Blink into mediastream and peerconnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS file Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index cb0ff9c4cc807e86093e2ff4363802fb636bbdb5..a909afeb71f6f20ee5b5f1164b26ab8d1a5260e8 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -886,13 +886,6 @@
'mediastream/MediaStreamTrackSourcesRequest.h',
'mediastream/MediaStreamWebAudioSource.cpp',
'mediastream/MediaStreamWebAudioSource.h',
- 'mediastream/RTCAnswerOptionsPlatform.h',
- 'mediastream/RTCConfiguration.h',
- 'mediastream/RTCOfferOptionsPlatform.h',
- 'mediastream/RTCSessionDescriptionRequest.h',
- 'mediastream/RTCStatsRequest.h',
- 'mediastream/RTCStatsResponseBase.h',
- 'mediastream/RTCVoidRequest.h',
'mhtml/ArchiveResource.cpp',
'mhtml/MHTMLArchive.cpp',
'mhtml/MHTMLArchive.h',
@@ -933,6 +926,13 @@
'network/WebSocketHandshakeRequest.h',
'network/WebSocketHandshakeResponse.cpp',
'network/WebSocketHandshakeResponse.h',
+ 'peerconnection/RTCAnswerOptionsPlatform.h',
+ 'peerconnection/RTCConfiguration.h',
+ 'peerconnection/RTCOfferOptionsPlatform.h',
+ 'peerconnection/RTCSessionDescriptionRequest.h',
+ 'peerconnection/RTCStatsRequest.h',
+ 'peerconnection/RTCStatsResponseBase.h',
+ 'peerconnection/RTCVoidRequest.h',
'plugins/PluginData.cpp',
'plugins/PluginData.h',
'plugins/PluginListBuilder.cpp',

Powered by Google App Engine
This is Rietveld 408576698