diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-09-28 10:20:16 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-09-28 10:20:16 -0700 |
commit | d6d9dc6b9a45368abdf43477592ee9f6cdb6102e (patch) | |
tree | 0e62cfc6225a8680e824b101832521e1baacc854 /DEPS | |
parent | cfff2f65aaec70247d020188bc68a0dc4fb34c3e (diff) | |
download | pdfium-d6d9dc6b9a45368abdf43477592ee9f6cdb6102e.tar.xz |
Fix test diff caused by v8 version update
Also changes DEPS to specify a specific v8 version, this will
require us to manually update this version from time to time,
but also solves a longstanding problem where going back to an
older version (say for bisecting) wouldn't always work.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1372963003 .
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ deps = { "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038", "v8": - "https://chromium.googlesource.com/v8/v8.git", + "https://chromium.googlesource.com/v8/v8.git@4d03c3aabad6517ff058124bb799ca6a4156e570", "v8/third_party/icu": "https://chromium.googlesource.com/chromium/deps/icu46", |