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

Unified Diff: BUILD.gn

Issue 2683083003: [bootstrapper] Remove Intl experimental natives files (Closed)
Patch Set: Changes based on review 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 66d1b5248bc527848bc7e62ad5a11849da43e022..331c8e820e1788f159dd370856c2ad1ea1e7bae8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -499,13 +499,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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698