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

Unified Diff: BUILD.gn

Issue 2273953003: Add support for DateTimeFormat.formatToParts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: explain why UDAT_*FILEDS cannot show up Created 4 years, 4 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 2207ddae1aa5f091bc9420e8c37ed7e92468034c..53b8c74a2989f203dc32ad83337858e82168520c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -440,6 +440,7 @@ action("js2c_experimental") {
if (v8_enable_i18n_support) {
sources += [
+ "src/js/datetime-format-to-parts.js",
"src/js/icu-case-mapping.js",
"src/js/intl-extra.js",
]
@@ -2082,9 +2083,7 @@ v8_source_set("v8_libbase") {
defines = []
if (is_posix) {
- sources += [
- "src/base/platform/platform-posix.cc",
- ]
+ sources += [ "src/base/platform/platform-posix.cc" ]
}
if (is_linux) {
« 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