diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 22:14:40 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 22:14:40 +0000 |
commit | 96231e9f15c18fc6e043683723a790ac813b75f7 (patch) | |
tree | ef01a9cd09712d64ea976ffb5cba1de3bbc45486 /remoting | |
parent | bc68d46f9ff1109387ffd7c373123bd4ef7b5931 (diff) | |
download | chromium_src-96231e9f15c18fc6e043683723a790ac813b75f7.zip chromium_src-96231e9f15c18fc6e043683723a790ac813b75f7.tar.gz chromium_src-96231e9f15c18fc6e043683723a790ac813b75f7.tar.bz2 |
Fix build error when enable_remoting_host==1
by adding new check in linux non chromeos case
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/14024004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 596a737..5c42def 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -854,7 +854,7 @@ }], # 'OS!="win" and enable_remoting_host==1' - ['OS=="linux" and chromeos==0', { + ['OS=="linux" and chromeos==0 and enable_remoting_host==1', { 'targets': [ # Linux breakpad processing { |