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

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: Address Yang's comment. the feature is now harmony_in_progress instead of harmony_staged 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/flag-definitions.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 00ccf656f0987fc6fb46bf0663cdb1b897d40dfb..fd131fbb2b162ccaa2c02e77aa0abc7906090b54 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -401,6 +401,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/flag-definitions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698