Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 8d605416d029e20d0925672c3a5621bfcaf5d97f..d693f3eaf8a80210ffe5718066b6455b9e7242a6 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -406,6 +406,10 @@ action("js2c_experimental") { |
"$target_gen_dir/experimental-libraries.cc", |
] |
+ if (v8_enable_i18n_support) { |
+ sources += [ "src/js/icu-case-mapping.js" ] |
+ } |
+ |
args = [ |
rebase_path("$target_gen_dir/experimental-libraries.cc", |
root_build_dir), |