Index: chrome/chrome_repack_locales.gypi |
diff --git a/chrome/chrome_repack_locales.gypi b/chrome/chrome_repack_locales.gypi |
index 0e24ee2b4aa483fc6230d7b73a9facffced91f91..28515c7868f6b9a3cc08fedb718f171c4606cf6f 100644 |
--- a/chrome/chrome_repack_locales.gypi |
+++ b/chrome/chrome_repack_locales.gypi |
@@ -7,6 +7,7 @@ |
{ |
'variables': { |
'repack_locales_path': 'tools/build/repack_locales.py', |
+ 'repack_options%': [], |
'conditions': [ |
['branding=="Chrome"', { |
'branding_flag': ['-b', 'google_chrome',], |
@@ -31,6 +32,7 @@ |
'-s', '<(SHARED_INTERMEDIATE_DIR)', |
'-x', '<(SHARED_INTERMEDIATE_DIR)/.', |
'--use-ash', '<(use_ash)', |
+ '<@(repack_options)', |
'<@(pak_locales)', |
], |
} |