summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-05 15:30:26 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-05 15:30:26 -0800
commita48ead9b7e3dc01f1bde83f69062eebd960edfdc (patch)
tree2fe9d6ca4d2693ac76e0138833f86992c01158cf /DEPS
parentdd132d8d1e9a27673e5357a657db2b97dda9bcdb (diff)
downloadpdfium-a48ead9b7e3dc01f1bde83f69062eebd960edfdc.tar.xz
Re-enable pdfium_unittests.chromium/2271chromium/2270chromium/2269
In order for the standalone pdfium build to succeed, DEPS is updated to pull in gtest, and a stub gtest.gyp file is provided (which is unused under a chromium checkout). R=brucedawson@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/835233002
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 2c1ef73bcf..335f80231b 100644
--- a/DEPS
+++ b/DEPS
@@ -4,6 +4,9 @@ deps = {
"build/gyp":
"https://chromium.googlesource.com/external/gyp",
+ "testing/gtest":
+ "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038",
+
"v8":
"https://chromium.googlesource.com/external/v8",