Build jingle targets when webrtc is enabled.
BUG=161417 Review URL: https://codereview.chromium.org/11570014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173177 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
'chromium_code': 1,
|
||||
}, # variables
|
||||
'conditions': [
|
||||
['OS != "ios" and OS != "android"', {
|
||||
['enable_webrtc==1 or (OS != "ios" and OS != "android")', {
|
||||
'targets': [
|
||||
# A library of various utils for integration with libjingle.
|
||||
{
|
||||
@ -214,9 +214,9 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
}, { # OS == "ios" or OS == "android"
|
||||
}, { # enable_webrtc != 1 and (OS == "ios" or OS == "android")
|
||||
'targets': [
|
||||
# Stub targets as iOS/Android don't use libjingle.
|
||||
# Stub targets as iOS/Android don't use libjingle when webrtc is disabled.
|
||||
{
|
||||
'target_name': 'jingle_glue',
|
||||
'type': 'none',
|
||||
|
Reference in New Issue
Block a user