summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-09 14:05:37 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-09 14:05:37 -0700
commitea18d0b4bdb7e993f3c78b83493e3dac9acc4a44 (patch)
tree525bea4e4c133f7bc22a4041566004d999ca21ee /DEPS
parent70476c21026f533ffb916b6a7ce387639f34e696 (diff)
downloadpdfium-ea18d0b4bdb7e993f3c78b83493e3dac9acc4a44.tar.xz
Update DEPS to pull V8 from the new repository.
Also update build files to deal with the new revision. The main issue is the external startup files for v8. The default is not to use them (simpler for standalone users to deploy), but can be built either way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1059023003
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f75e983ce1..6be5e57363 100644
--- a/DEPS
+++ b/DEPS
@@ -14,7 +14,7 @@ deps = {
"https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038",
"v8":
- "https://chromium.googlesource.com/external/v8",
+ "https://chromium.googlesource.com/v8/v8.git",
"v8/third_party/icu":
"https://chromium.googlesource.com/chromium/deps/icu46",