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

Unified Diff: build/common.gypi

Issue 10824121: Upstream Android-specific strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/app/chromium_strings.grd » ('j') | no next file with comments »
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 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,
}],
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698