Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c330c99873753c4cc342222a9e764d18474f1d67..05c608f928ca71e5eccb0ddc406a2ded53283935 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -436,7 +436,7 @@ |
'use_gnome_keyring%': 1, |
}], |
- ['toolkit_views==0 or OS=="mac" or OS=="ios"', { |
+ ['(toolkit_views==0 and OS!="android") or OS=="mac" or OS=="ios"', { |
sky
2012/08/02 17:22:50
Can you change the part you have in () to tookit_u
newt (away)
2012/08/02 21:55:07
Hmm... there doesn't seem to be an easy way to use
sky
2012/08/03 16:48:52
I'm surprised that this doesn't work since tookit_
Mark Mentovai
2012/08/03 21:14:24
toolkit_uses_gtk is defined in THIS variables bloc
|
# GTK+, Mac and iOS want Title Case strings |
'use_titlecase_in_grd_files%': 1, |
}], |