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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 9567007: libjingle roll 117:119 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 9f8ee890da775a4fea166554190c0a099dcd3faa..78db3d61767a7422fca0744cc4bb82b56f661af0 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -481,13 +481,21 @@
'target_name': 'libjingle_peerconnection',
'type': 'static_library',
'sources': [
- 'source/talk/app/webrtc/audiotrackimpl.cc',
- 'source/talk/app/webrtc/audiotrackimpl.h',
+ 'source/talk/app/webrtc/audiotrack.cc',
+ 'source/talk/app/webrtc/audiotrack.h',
+ 'source/talk/app/webrtc/candidateobserver.h',
+ 'source/talk/app/webrtc/jsep.h',
+ 'source/talk/app/webrtc/jsepicecandidate.cc',
+ 'source/talk/app/webrtc/jsepicecandidate.h',
+ 'source/talk/app/webrtc/jsepsessiondescription.cc',
+ 'source/talk/app/webrtc/jsepsessiondescription.h',
+ 'source/talk/app/webrtc/jsepsignaling.cc',
+ 'source/talk/app/webrtc/jsepsignaling.h',
+ 'source/talk/app/webrtc/mediastream.cc',
'source/talk/app/webrtc/mediastream.h',
'source/talk/app/webrtc/mediastreamhandler.cc',
'source/talk/app/webrtc/mediastreamhandler.h',
- 'source/talk/app/webrtc/mediastreamimpl.cc',
- 'source/talk/app/webrtc/mediastreamimpl.h',
+ 'source/talk/app/webrtc/mediastreaminterface.h',
'source/talk/app/webrtc/mediastreamprovider.h',
'source/talk/app/webrtc/mediastreamproxy.cc',
'source/talk/app/webrtc/mediastreamproxy.h',
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698