| Index: gni/v8.gni
|
| diff --git a/gni/v8.gni b/gni/v8.gni
|
| index d3490da1db6d978bf00c34024ec914e7eda358ac..3759572b935157e65237443c84ef456c508c2010 100644
|
| --- a/gni/v8.gni
|
| +++ b/gni/v8.gni
|
| @@ -26,6 +26,10 @@ declare_args() {
|
| # Use external files for startup data blobs:
|
| # the JS builtins sources and the start snapshot.
|
| v8_use_external_startup_data = ""
|
| +
|
| + # Enable ECMAScript Internationalization API. Enabling this feature will
|
| + # add a dependency on the ICU library.
|
| + v8_enable_i18n_support = true
|
| }
|
|
|
| if (v8_use_external_startup_data == "") {
|
|
|