summaryrefslogtreecommitdiff
path: root/deps/v8/BUILD.gn
diff options
context:
space:
mode:
authorJaideep Bajwa <bjaideep@ca.ibm.com>2017-08-03 10:54:59 -0400
committerBen Noordhuis <info@bnoordhuis.nl>2017-08-17 15:42:49 +0200
commit8096791d8d3bf59848d57ba16aa6dfbd12a35661 (patch)
treee2eaf3f60d8a8ebc9c8d3cc510437cb06b3d7da8 /deps/v8/BUILD.gn
parenta0895ed6c484fc3b322c70bcbf36080b1fe70154 (diff)
downloadandroid-node-v8-8096791d8d3bf59848d57ba16aa6dfbd12a35661.tar.gz
android-node-v8-8096791d8d3bf59848d57ba16aa6dfbd12a35661.tar.bz2
android-node-v8-8096791d8d3bf59848d57ba16aa6dfbd12a35661.zip
deps: cherry-pick fa4ec9f from V8 upstream
Original commit message: [date] Refactor PosixTimezoneCache for different OS Follow up on https://codereview.chromium.org/2740353002. Created PosixDefaultTimezoneCache which is a subclass of PosixTimezoneCache containing definition of LocalTimezone and LocalTimeOffset which is separate for different OS. R=littledan@chromium.org, ulan@chromium.org BUG=v8:6578 LOG=N Change-Id: I58342893aeefe79ac50e1df041d614fc473f15bf Reviewed-on: https://chromium-review.googlesource.com/568686 Reviewed-by: Daniel Ehrenberg <littledan@chromium.org> Commit-Queue: Jaideep Bajwa <bjaideep@ca.ibm.com> Cr-Commit-Position: refs/heads/master@{#46604} PR-URL: https://github.com/nodejs/node/pull/14608 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/v8/BUILD.gn')
-rw-r--r--deps/v8/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn
index 2060cb1981..b60425df45 100644
--- a/deps/v8/BUILD.gn
+++ b/deps/v8/BUILD.gn
@@ -2507,6 +2507,8 @@ v8_component("v8_libbase") {
if (is_posix) {
sources += [
+ "src/base/platform/platform-posix-time.cc",
+ "src/base/platform/platform-posix-time.h",
"src/base/platform/platform-posix.cc",
"src/base/platform/platform-posix.h",
]