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

Unified Diff: third_party/libjingle/libjingle_nacl.gyp

Issue 2082473002: Move third_party/libjingle/overrides to third_party/webrtc_overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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') | third_party/libjingle/overrides/DEPS » ('j') | 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 fce8321326043014f75961dd6b1d1bc3e5c28c77..487cee4e333990c2df5c3af62845ad95b6460f36 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -4,7 +4,6 @@
{
'variables': {
- 'libjingle_source': "source",
'webrtc_base': "../webrtc/base",
'webrtc_xmllite': "../webrtc/libjingle/xmllite",
'webrtc_p2p': "../webrtc/p2p",
@@ -44,7 +43,6 @@
'timezone=_timezone',
],
'include_dirs': [
- './<(libjingle_source)',
'../',
],
'includes': ['libjingle_common.gypi', ],
@@ -254,7 +252,7 @@
'sources!': [
# For NACL, we have the field_trial_default and don't need the
# field_trail.cc.
- 'overrides/field_trial.cc',
+ '../webrtc_overrides/field_trial.cc',
],
'sources/': [
['exclude', '/mac[a-z]+\\.(h|cc)$'],
@@ -269,8 +267,6 @@
],
'direct_dependent_settings': {
'include_dirs': [
- './overrides',
- './<(libjingle_source)',
'../../third_party/webrtc_overrides',
'../../third_party',
'../../third_party/webrtc',
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | third_party/libjingle/overrides/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698