aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2016-11-18 14:19:03 +0200
committerMike Frysinger <vapier@chromium.org>2016-11-23 23:04:33 +0000
commit33c24776f30e58420b73d7a8bef9639faf30e1c6 (patch)
tree99fcd3d0c23d2e1bb26911b8c0cfc2734d5e9bbb /DEPS
parentUpdate links (diff)
downloadbreakpad-33c24776f30e58420b73d7a8bef9639faf30e1c6.tar.xz
Upgrade google test to 1.8.0
Some test fail on recent debian with 1.7.0 due to crashes. Change-Id: Ia25625c27968671e24826a3eeae70dbfa5c67c95 Reviewed-on: https://chromium-review.googlesource.com/412701 Reviewed-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 1 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index 0a06f1bb..7a37d18b 100644
--- a/DEPS
+++ b/DEPS
@@ -40,11 +40,8 @@ deps = {
# Testing libraries and utilities.
"src/src/testing":
- "https://github.com/google/googlemock.git" +
- "@release-1.7.0",
- "src/src/testing/gtest":
"https://github.com/google/googletest.git" +
- "@release-1.7.0",
+ "@release-1.8.0",
# Protobuf.
"src/src/third_party/protobuf/protobuf":