Chromium Code Reviews| Index: talk/libjingle.gyp |
| diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp |
| index 6198ffe26e6b3e5c9626ae1aa3b3105c30bfcb3c..c521b0a804729f129638973188dd203a768ff916 100755 |
| --- a/talk/libjingle.gyp |
| +++ b/talk/libjingle.gyp |
| @@ -131,6 +131,8 @@ |
| 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java', |
| 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java', |
| 'app/webrtc/java/src/org/webrtc/PeerConnection.java', |
| + 'app/webrtc/java/src/org/webrtc/RtpReceiver.java', |
| + 'app/webrtc/java/src/org/webrtc/RtpSender.java', |
| 'app/webrtc/java/src/org/webrtc/SdpObserver.java', |
| 'app/webrtc/java/src/org/webrtc/StatsObserver.java', |
| 'app/webrtc/java/src/org/webrtc/StatsReport.java', |
| @@ -732,8 +734,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 +756,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', |
|
pthatcher1
2015/09/23 14:47:40
Don't forget about BUILD.gn and the FYI bots :).
|
| 'app/webrtc/sctputils.cc', |
| 'app/webrtc/sctputils.h', |
| 'app/webrtc/statscollector.cc', |