Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 0176108ad81138cf56fae6d0c7499238c94a0b0a..c9ca741e1d30f9895f349804f4cbd632280e3338 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -400,6 +400,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), |