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

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: flip coin to decide which type of gyp variable expansion to use 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
« no previous file with comments | « build/android/process_resources.py ('k') | build/java.gypi » ('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 2aa4ef1d9ef80cad943238ad263b35c454c2296e..5f9b1528576b4cf6f709d5422e82a6b5e0cdce12 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1434,7 +1434,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'],
« no previous file with comments | « build/android/process_resources.py ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698