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

Unified Diff: talk/libjingle.gyp

Issue 1351803002: Exposing RtpSenders and RtpReceivers from PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Return bool from RtpSenderInterface::SetTrack. Created 5 years, 3 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: talk/libjingle.gyp
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index 6198ffe26e6b3e5c9626ae1aa3b3105c30bfcb3c..0235e8e3d13cff274513696a9d06ca6258f6f76b 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -732,8 +732,6 @@
'app/webrtc/mediacontroller.h',
'app/webrtc/mediastream.cc',
'app/webrtc/mediastream.h',
- 'app/webrtc/mediastreamhandler.cc',
- 'app/webrtc/mediastreamhandler.h',
'app/webrtc/mediastreaminterface.h',
'app/webrtc/mediastreamprovider.h',
'app/webrtc/mediastreamproxy.h',
@@ -756,6 +754,12 @@
'app/webrtc/remoteaudiosource.h',
'app/webrtc/remotevideocapturer.cc',
'app/webrtc/remotevideocapturer.h',
+ 'app/webrtc/rtpreceiver.cc',
+ 'app/webrtc/rtpreceiver.h',
+ 'app/webrtc/rtpreceiverinterface.h',
+ 'app/webrtc/rtpsender.cc',
+ 'app/webrtc/rtpsender.h',
+ 'app/webrtc/rtpsenderinterface.h',
'app/webrtc/sctputils.cc',
'app/webrtc/sctputils.h',
'app/webrtc/statscollector.cc',

Powered by Google App Engine
This is Rietveld 408576698