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

Unified Diff: build/common.gypi

Issue 4167006: Mac cloud print proxy work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up condition Created 10 years, 2 months 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 | chrome/chrome.gyp » ('j') | chrome/service/cloud_print/print_system_cups.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 4d5836ee30e13eb88aeb8a5ee79ab715b44589d7..b8a31ebacf71eab64876834ec333746ff8e7da33 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -392,7 +392,7 @@
'NACL_WIN64',
],
}],
- ['OS=="linux" and chromeos==0 and target_arch!="arm"', {
+ ['OS=="mac" or (OS=="linux" and chromeos==0 and target_arch!="arm")', {
'use_cups%': 1,
}, {
'use_cups%': 0,
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | chrome/service/cloud_print/print_system_cups.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698