Reorganize libjingle path variables.
BUG=chromium:343106 TEST=Trybots passing. I also successfully ran build/gyp_chromium and built Chromium with the talk/build/common.gypi modification in the checkout. R=andrew@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9019004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5644 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
10
all.gyp
10
all.gyp
@ -7,16 +7,18 @@
|
|||||||
# be found in the AUTHORS file in the root of the source tree.
|
# be found in the AUTHORS file in the root of the source tree.
|
||||||
|
|
||||||
{
|
{
|
||||||
'includes': ['talk/build/common.gypi'],
|
'variables': {
|
||||||
|
'libjingle_root%': '<(DEPTH)',
|
||||||
|
},
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': 'All',
|
'target_name': 'All',
|
||||||
'type': 'none',
|
'type': 'none',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'webrtc/webrtc.gyp:*',
|
'webrtc/webrtc.gyp:*',
|
||||||
'talk/libjingle.gyp:*',
|
'<(libjingle_root)/talk/libjingle.gyp:*',
|
||||||
'talk/libjingle_examples.gyp:*',
|
'<(libjingle_root)/talk/libjingle_examples.gyp:*',
|
||||||
'talk/libjingle_tests.gyp:*',
|
'<(libjingle_root)/talk/libjingle_tests.gyp:*',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="android"', {
|
['OS=="android"', {
|
||||||
|
@ -46,7 +46,8 @@
|
|||||||
},
|
},
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'../..',
|
'<(libjingle_root)',
|
||||||
|
'<(DEPTH)',
|
||||||
'../../third_party',
|
'../../third_party',
|
||||||
'../../third_party/webrtc',
|
'../../third_party/webrtc',
|
||||||
'../../webrtc',
|
'../../webrtc',
|
||||||
|
Reference in New Issue
Block a user