aboutsummaryrefslogtreecommitdiff
path: root/all.gyp
diff options
context:
space:
mode:
authorharryjin@google.com <harryjin@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-08 00:08:58 +0000
committerharryjin@google.com <harryjin@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-08 00:08:58 +0000
commit8c01e594245bffd5f1dcb22c67a2812c198f4494 (patch)
tree5456cff6a7adae711de9ecbf47a7cb46764e3620 /all.gyp
parent53df88c1bcd42d79d178f8c8da8d4d620f1c12cf (diff)
downloadwebrtc-8c01e594245bffd5f1dcb22c67a2812c198f4494.tar.gz
Allow root build dependencies to be overridden.
R=andrew@webrtc.org, thorcarpenter@google.com Review URL: https://webrtc-codereview.appspot.com/22039004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6856 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'all.gyp')
-rw-r--r--all.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/all.gyp b/all.gyp
index 4830c5425f..b43c3a17f7 100644
--- a/all.gyp
+++ b/all.gyp
@@ -10,6 +10,8 @@
'variables': {
'libjingle_root%': '<(DEPTH)',
'include_tests%': 1,
+ 'webrtc_root_additional_dependencies': [
+ ],
},
'targets': [
{
@@ -20,6 +22,7 @@
'webrtc/webrtc.gyp:*',
'<(libjingle_root)/talk/libjingle.gyp:*',
'<(libjingle_root)/talk/libjingle_examples.gyp:*',
+ '<@(webrtc_root_additional_dependencies)',
],
'conditions': [
['OS=="android"', {