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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 865603002: Use rtc_base instead of webrtc_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added components/devtools_bridge.gyp Created 5 years, 11 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 | « components/devtools_bridge.gyp ('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 d24112e4f27274d55fda65e7c83d26d22ff93c33..a5b76cb1303fdb03f93308168d13b0d6db0f86d9 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -278,7 +278,7 @@
'<(webrtc_p2p)/base/constants.h',
],
'dependencies': [
- '<(DEPTH)/third_party/webrtc/base/base.gyp:webrtc_base',
+ '<(DEPTH)/third_party/webrtc/base/base.gyp:rtc_base',
'<(DEPTH)/third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
'libjingle_p2p_constants',
'<@(libjingle_additional_deps)',
« no previous file with comments | « components/devtools_bridge.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698