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

Unified Diff: third_party/libjingle/libjingle_nacl.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/libjingle_common.gypi ('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_nacl.gyp
diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
index 9c474efccd263e24054e22823e021ce2ddb7da37..3802aef1ee5226159bc352035d6b60cbe3c508da 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -7,6 +7,7 @@
'libjingle_source': "source",
'webrtc_base': "../webrtc/base",
'webrtc_xmllite': "../webrtc/libjingle/xmllite",
+ 'webrtc_p2p': "../webrtc/p2p",
},
'includes': [
'../../native_client/build/untrusted.gypi',
@@ -248,8 +249,8 @@
],
'sources!': [
# Compiled as part of libjingle_p2p_constants_nacl.
- '<(libjingle_source)/talk/p2p/base/constants.cc',
- '<(libjingle_source)/talk/p2p/base/constants.h',
+ '<(webrtc_p2p)/base/constants.cc',
+ '<(webrtc_p2p)/base/constants.h',
],
'sources/': [
['exclude', '/mac[a-z]+\\.(h|cc)$'],
@@ -312,8 +313,8 @@
'../'
],
'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',
],
}, # end of target 'libjingle_p2p_constants_nacl'
],
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698