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

Unified Diff: BUILD.gn

Issue 2731463003: [date] Refactor TimezoneCache to be separate from the OS (Closed)
Patch Set: Properly reference windows function 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/base/platform/platform.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 160ad66bae885c7c95756e85b754d94e07d361a7..29c82bcb12b9dad63de7a3e7043153a68a9a19f9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2317,6 +2317,7 @@ v8_component("v8_libbase") {
"src/base/safe_math_impl.h",
"src/base/sys-info.cc",
"src/base/sys-info.h",
+ "src/base/timezone-cache.h",
"src/base/utils/random-number-generator.cc",
"src/base/utils/random-number-generator.h",
]
@@ -2332,7 +2333,10 @@ v8_component("v8_libbase") {
}
if (is_posix) {
- sources += [ "src/base/platform/platform-posix.cc" ]
+ sources += [
+ "src/base/platform/platform-posix.cc",
+ "src/base/platform/platform-posix.h",
+ ]
}
if (is_linux) {
« no previous file with comments | « no previous file | src/base/platform/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698