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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 1357913002: Update to use third_party/webrtc_overrides instead of third_party/webrtc/overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_webrtc_overrides
Patch Set: Rebase. Created 5 years, 3 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/BUILD.gn ('k') | third_party/libjingle/libjingle_nacl.gyp » ('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 06c8723f9ae34eb2c4930d6ca51369045035ce79..2e529103e9b3b41245fed7be8b6f1e26a09e46f3 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -46,7 +46,7 @@
},
'include_dirs': [
'./overrides',
- '../../third_party/webrtc/overrides',
+ '../../third_party/webrtc_overrides',
'./<(libjingle_source)',
'../..',
'../../testing/gtest/include',
@@ -66,7 +66,7 @@
],
'direct_dependent_settings': {
'include_dirs': [
- '../../third_party/webrtc/overrides',
+ '../../third_party/webrtc_overrides',
'./overrides',
'./<(libjingle_source)',
'../..',
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/libjingle_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698