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

Unified Diff: build/common.gypi

Issue 12529025: Generate Android string files from generated_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed strings.xml files Created 7 years, 9 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 11920ea8b847b701d1576bd8fd2c50f85eab2dc8..73fe2ce11ce2cf959233349a38f50bd2b056d7ca 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1421,7 +1421,8 @@
],
}],
['OS=="android"', {
- 'grit_defines': ['-D', 'android'],
+ 'grit_defines': ['-D', 'android',
+ '-E', 'ANDROID_JAVA_TAGGED_ONLY=true'],
}],
['OS=="mac"', {
'grit_defines': ['-D', 'scale_factors=2x'],

Powered by Google App Engine
This is Rietveld 408576698