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..3fd0e762d6b2954efee64ba42267c1cef2f62705 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"', { |
@@ -34,6 +34,7 @@ |
'-g', '<(grit_out_dir)', |
'-s', '<(SHARED_INTERMEDIATE_DIR)', |
'-x', '<(SHARED_INTERMEDIATE_DIR)/.', |
+ '--use-ash', '<(use_ash)', |
'<@(pseudo_locales)', |
], |
} |