summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 16:14:43 +0000
committerrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 16:14:43 +0000
commit32032d4fec988ee492374be3af7f351a5f277462 (patch)
treec4dcce7e9447076143db70dfb22aacc9ddbab22d /build
parenta89b5ee5f8118cba72841093487734f7d4275dc5 (diff)
downloadchromium_src-32032d4fec988ee492374be3af7f351a5f277462.zip
chromium_src-32032d4fec988ee492374be3af7f351a5f277462.tar.gz
chromium_src-32032d4fec988ee492374be3af7f351a5f277462.tar.bz2
include yasm and virtual_driver_posix deps on os_posix
BUG= TEST=compile Review URL: http://codereview.chromium.org/8688005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 991c22f..f0110ab 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -58,7 +58,7 @@
'<(libjpeg_gyp_path):*',
],
'conditions': [
- ['OS=="mac" or OS=="linux"', {
+ ['os_posix==1 and OS!="android"', {
'dependencies': [
'../third_party/yasm/yasm.gyp:*#host',
'../cloud_print/virtual_driver/virtual_driver_posix.gyp:*',