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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 653203005: Roll WebRTC 7546:7549. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Decreased the number of gyp changes in this patch since thats the only major change (the reset is j… Created 6 years, 2 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') | third_party/libjingle/libjingle_common.gypi » ('j') | 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 801d14346e172e93b93030ccc1302505bf353d58..03f2fe366f7d44fc18998ac502d359549329f622 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -13,6 +13,8 @@
'libjingle_source%': "source",
'libpeer_target_type%': 'static_library',
'libpeer_allocator_shim%': 0,
+ 'webrtc_p2p': "../webrtc/p2p",
+ 'webrtc_xmpp': "../webrtc/libjingle/xmpp",
},
# Most of these settings have been split according to their scope into
# :jingle_unexported_configs, :jingle_direct_dependent_configs,
@@ -272,8 +274,8 @@
'includes': [ 'libjingle_common.gypi' ],
'sources!' : [
# Compiled as part of libjingle_p2p_constants.
- '<(libjingle_source)/talk/p2p/base/constants.cc',
- '<(libjingle_source)/talk/p2p/base/constants.h',
+ '<(webrtc_p2p)/base/constants.cc',
+ '<(webrtc_p2p)/base/constants.h',
],
'dependencies': [
'<(DEPTH)/third_party/webrtc/base/base.gyp:webrtc_base',
@@ -295,8 +297,8 @@
'target_name': 'libjingle_p2p_constants',
'type': 'static_library',
'sources': [
- '<(libjingle_source)/talk/p2p/base/constants.cc',
- '<(libjingle_source)/talk/p2p/base/constants.h',
+ '<(webrtc_p2p)/base/constants.cc',
+ '<(webrtc_p2p)/base/constants.h',
],
}, # target libjingle_p2p_constants
# GN version: //third_party/libjingle:peerconnection_server
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | third_party/libjingle/libjingle_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698