| Index: chrome/chrome_repack_locales.gypi
|
| diff --git a/chrome/chrome_repack_locales.gypi b/chrome/chrome_repack_locales.gypi
|
| index 28515c7868f6b9a3cc08fedb718f171c4606cf6f..fc70f7466108cb2e89f1928291c616cdd523ada4 100644
|
| --- a/chrome/chrome_repack_locales.gypi
|
| +++ b/chrome/chrome_repack_locales.gypi
|
| @@ -18,7 +18,7 @@
|
| },
|
| 'inputs': [
|
| '<(repack_locales_path)',
|
| - '<!@pymod_do_main(repack_locales -i -p <(OS) <(branding_flag) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) --use-ash <(use_ash) <(pak_locales))'
|
| + '<!@pymod_do_main(repack_locales -i -p <(OS) <(branding_flag) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) --use-ash <(use_ash) --enable-autofill-dialog <(enable_autofill_dialog) <(pak_locales))'
|
| ],
|
| 'outputs': [
|
| '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(pak_locales))'
|
| @@ -31,7 +31,8 @@
|
| '-g', '<(grit_out_dir)',
|
| '-s', '<(SHARED_INTERMEDIATE_DIR)',
|
| '-x', '<(SHARED_INTERMEDIATE_DIR)/.',
|
| - '--use-ash', '<(use_ash)',
|
| + '--use-ash=<(use_ash)',
|
| + '--enable-autofill-dialog=<(enable_autofill_dialog)',
|
| '<@(repack_options)',
|
| '<@(pak_locales)',
|
| ],
|
|
|