Remove libjingle_root GYP variable
It is no longer needed.
R=andrew@webrtc.org, perkj@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/44449004
Cr-Commit-Position: refs/heads/master@{#8627}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8627 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/all.gyp b/all.gyp
index 2280c03..702e7d0 100644
--- a/all.gyp
+++ b/all.gyp
@@ -8,10 +8,8 @@
{
'variables': {
- 'libjingle_root%': '<(DEPTH)',
'include_tests%': 1,
- 'webrtc_root_additional_dependencies': [
- ],
+ 'webrtc_root_additional_dependencies': [],
},
'targets': [
{
@@ -19,8 +17,8 @@
'type': 'none',
'dependencies': [
'webrtc/webrtc.gyp:*',
- '<(libjingle_root)/talk/libjingle.gyp:*',
- '<(libjingle_root)/talk/libjingle_examples.gyp:*',
+ 'talk/libjingle.gyp:*',
+ 'talk/libjingle_examples.gyp:*',
'<@(webrtc_root_additional_dependencies)',
],
'conditions': [
@@ -31,7 +29,7 @@
}],
['include_tests==1', {
'dependencies': [
- '<(libjingle_root)/talk/libjingle_tests.gyp:*',
+ 'talk/libjingle_tests.gyp:*',
],
}],
],
diff --git a/talk/build/common.gypi b/talk/build/common.gypi
index 6cde99f..093933c 100644
--- a/talk/build/common.gypi
+++ b/talk/build/common.gypi
@@ -30,9 +30,7 @@
{
'variables': {
'webrtc_root%': '<(DEPTH)/webrtc',
- # TODO(ronghuawu): Chromium build will need a different libjingle_root.
'libjingle_tests_additional_deps%': [],
- 'libjingle_root%': '<(DEPTH)',
# TODO(ronghuawu): For now, disable the Chrome plugins, which causes a
# flood of chromium-style warnings.
'clang_use_chrome_plugins%': 0,
@@ -45,8 +43,8 @@
},
'target_defaults': {
'include_dirs': [
- '<(libjingle_root)',
'<(DEPTH)',
+ '../..',
'../../third_party',
'../../third_party/webrtc',
'../../webrtc',