Skip to content

Commit

Permalink
Build jingle targets when webrtc is enabled.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wjia@chromium.org committed Dec 14, 2012
1 parent af275c5 commit 03addad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jingle/jingle.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 03addad

Please sign in to comment.