diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-27 12:56:25 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-27 12:56:25 -0800 |
commit | 3d25502adc5ae37d1c3c74d367f16f770c465109 (patch) | |
tree | ba894fdc7bba7e097864898fa2f80318c9b17638 /DEPS | |
parent | ec61a859344dc6d2a60e4cbcd1555e6d317f2add (diff) | |
download | pdfium-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-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |