From 32032d4fec988ee492374be3af7f351a5f277462 Mon Sep 17 00:00:00 2001 From: "robert.nagy@gmail.com" Date: Thu, 24 Nov 2011 16:14:43 +0000 Subject: 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 --- build/all.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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:*', -- cgit v1.1