Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: build/all.gyp

Issue 8688005: include yasm and virtual_driver_posix deps on os_posix (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 991c22f06b2ee541147fc5f4ca84e70ed043ae85..f0110aba6c9b171918515d3681c5b7051fb84137 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:*',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698