diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-05 15:30:26 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-05 15:30:26 -0800 |
commit | a48ead9b7e3dc01f1bde83f69062eebd960edfdc (patch) | |
tree | 2fe9d6ca4d2693ac76e0138833f86992c01158cf /DEPS | |
parent | dd132d8d1e9a27673e5357a657db2b97dda9bcdb (diff) | |
download | pdfium-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-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |