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

Unified Diff: infra/mb/mb_config.pyl

Issue 2321563007: [test] Fix the noi18n trybot (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 1efb4b0da8011cc3c82c66e8891c9115b82b11bb..40a91d4b8b704431c173e2c824ea4100b74a78c7 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -614,8 +614,8 @@
},
'v8_no_i18n': {
- 'gn_args': 'v8_enable_i18n_support=false',
- 'gyp_defines': 'v8_enable_i18n_support=0',
+ 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file_flag=false',
+ 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0',
},
'v8_enable_disassembler': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698