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

Unified Diff: BUILD.gn

Issue 2683083003: [bootstrapper] Remove Intl experimental natives files (Closed)
Patch Set: Fix gypfile Created 3 years, 10 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/bootstrapper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3d7f0a7badf91632f2c9e127cf2798b692656876..5489b00ce11e17afc3387885cf7f3a721dd3ede2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -494,13 +494,6 @@ action("js2c_experimental") {
"$target_gen_dir/experimental-libraries.cc",
]
- if (v8_enable_i18n_support) {
- sources += [
- "src/js/datetime-format-to-parts.js",
- "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/bootstrapper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698