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
This commit is contained in:
parent
53df88c1bc
commit
8c01e59424
3
all.gyp
3
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"', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user