Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f0201a8fe2f4a79e86c0345cff30a2d350d3aa53..2735ac8d580526c9a59406cf2049af6b4c26c1f2 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -4969,8 +4969,7 @@ |
# TODO(yyanagisawa): supports GENERATOR==make |
# make generator doesn't support CC_wrapper without CC |
# in make_global_settings yet. |
- ['use_goma==1 and ((OS!="mac" and OS!="ios") or clang_xcode==0) and ' |
- '("<(GENERATOR)"=="ninja" or clang==1)', { |
+ ['use_goma==1 and ("<(GENERATOR)"=="ninja" or clang==1)', { |
'make_global_settings': [ |
['CC_wrapper', '<(gomadir)/gomacc'], |
['CXX_wrapper', '<(gomadir)/gomacc'], |