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

Unified Diff: BUILD.gn

Issue 1812673005: Use ICU case conversion/transliterator for case conversion behind a flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Yang's comment addressed - return right away for no-change Created 4 years, 7 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 | src/bootstrapper.cc » ('j') | src/js/i18n.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/js/i18n.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698