summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-02-27 12:56:25 -0800
committerTom Sepez <tsepez@chromium.org>2015-02-27 12:56:25 -0800
commit3d25502adc5ae37d1c3c74d367f16f770c465109 (patch)
treeba894fdc7bba7e097864898fa2f80318c9b17638 /DEPS
parentec61a859344dc6d2a60e4cbcd1555e6d317f2add (diff)
downloadpdfium-3d25502adc5ae37d1c3c74d367f16f770c465109.tar.xz
Pull in gmock for standalone pdfium builds.
For chromium checkouts, the top-level gmock is used instead. Verify build with a simple test that ensures neither mock method is fired. R=thestig@chromium.org Review URL: https://codereview.chromium.org/955513009
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 335f80231b..6bde04d7e1 100644
--- a/DEPS
+++ b/DEPS
@@ -4,6 +4,9 @@ deps = {
"build/gyp":
"https://chromium.googlesource.com/external/gyp",
+ "testing/gmock":
+ "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f24565299976b936d1265cb6a271",
+
"testing/gtest":
"https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038",