Allow root build dependencies to be overridden.
RISK=P2 TESTED=manual R=andrew@webrtc.org, thorcarpenter@google.com Review URL: https://webrtc-codereview.appspot.com/19009004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6839 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
4b5625e5ac
commit
e34abfb8e7
11
all.gyp
11
all.gyp
@ -10,16 +10,19 @@
|
|||||||
'variables': {
|
'variables': {
|
||||||
'libjingle_root%': '<(DEPTH)',
|
'libjingle_root%': '<(DEPTH)',
|
||||||
'include_tests%': 1,
|
'include_tests%': 1,
|
||||||
|
'webrtc_root_all_dependencies': [
|
||||||
|
'third_party/openmax_dl/dl/dl.gyp:*',
|
||||||
|
'webrtc/webrtc.gyp:*',
|
||||||
|
'<(DEPTH)/talk/libjingle.gyp:*',
|
||||||
|
'<(DEPTH)/talk/libjingle_examples.gyp:*',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': 'All',
|
'target_name': 'All',
|
||||||
'type': 'none',
|
'type': 'none',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'third_party/openmax_dl/dl/dl.gyp:*',
|
'<@(webrtc_root_all_dependencies)',
|
||||||
'webrtc/webrtc.gyp:*',
|
|
||||||
'<(libjingle_root)/talk/libjingle.gyp:*',
|
|
||||||
'<(libjingle_root)/talk/libjingle_examples.gyp:*',
|
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="android"', {
|
['OS=="android"', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user