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

Unified Diff: chrome/chrome_repack_pseudo_locales.gypi

Issue 136793004: Only include ash_strings if use_ash==1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed USE_ASH assignment in python Created 6 years, 11 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: chrome/chrome_repack_pseudo_locales.gypi
diff --git a/chrome/chrome_repack_pseudo_locales.gypi b/chrome/chrome_repack_pseudo_locales.gypi
index 340ed191955ce1651ad7f722c9614b277d497f92..00887d739ed69ed6e748507c1e18df2782645a1c 100644
--- a/chrome/chrome_repack_pseudo_locales.gypi
+++ b/chrome/chrome_repack_pseudo_locales.gypi
@@ -14,7 +14,7 @@
},
'inputs': [
'tools/build/repack_locales.py',
- '<!@pymod_do_main(repack_locales -i -p <(OS) <(branding_flag) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(INTERMEDIATE_DIR) <(pseudo_locales))'
+ '<!@pymod_do_main(repack_locales -i -p <(OS) <(branding_flag) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(INTERMEDIATE_DIR) --use-ash <(use_ash) <(pseudo_locales))'
],
'conditions': [
['OS == "mac" or OS == "ios"', {

Powered by Google App Engine
This is Rietveld 408576698