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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 166753002: Roll WebRTC 5523:5548. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the bots Created 6 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
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 653686e5aab6fb62af95e058b4caed54d2d3fc47..0154a3b5b87ce7a172194fabad8af689907ffa78 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -582,6 +582,7 @@
}],
['use_openssl==1', {
'sources': [
+ '<(libjingle_source)/talk/base/openssl.h',
'<(libjingle_source)/talk/base/openssladapter.cc',
'<(libjingle_source)/talk/base/openssldigest.cc',
'<(libjingle_source)/talk/base/opensslidentity.cc',
@@ -679,6 +680,8 @@
'<(libjingle_source)/talk/app/webrtc/peerconnectioninterface.h',
'<(libjingle_source)/talk/app/webrtc/portallocatorfactory.cc',
'<(libjingle_source)/talk/app/webrtc/portallocatorfactory.h',
+ '<(libjingle_source)/talk/app/webrtc/remoteaudiosource.cc',
+ '<(libjingle_source)/talk/app/webrtc/remoteaudiosource.h',
'<(libjingle_source)/talk/app/webrtc/remotevideocapturer.cc',
'<(libjingle_source)/talk/app/webrtc/remotevideocapturer.h',
'<(libjingle_source)/talk/app/webrtc/sctputils.cc',
« content/renderer/p2p/ipc_socket_factory.cc ('K') | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698