aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-01-25 15:10:38 -0500
committerMike Frysinger <vapier@chromium.org>2016-01-25 15:10:38 -0500
commitaa5ceea25b1581f4e6b3f35eae4f52ecaab2c056 (patch)
treebcebc73b0c9934c5ac47c6c3be21907f1991b1c8 /DEPS
parentRevert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." (diff)
downloadbreakpad-aa5ceea25b1581f4e6b3f35eae4f52ecaab2c056.tar.xz
DEPS: roll test libs up to the latest release
BUG=chromium:579384 TEST=`make check` passes R=thestig@chromium.org Review URL: https://codereview.chromium.org/1607413003 .
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index 96e5804c..65d4d669 100644
--- a/DEPS
+++ b/DEPS
@@ -36,15 +36,15 @@ deps = {
# Logging code.
"src/src/third_party/glog":
"https://github.com/google/glog.git" +
- "@ac3e91896917b5d9e8b4467bd912b20e8668488a",
+ "@v0.3.4",
# Testing libraries and utilities.
"src/src/testing":
"https://github.com/google/googlemock.git" +
- "@ada23475e27babd85fb9c13250243f6acfd3ffd8",
+ "@release-1.7.0",
"src/src/testing/gtest":
"https://github.com/google/googletest.git" +
- "@a3b859162dd7a4a1798cf8753a03098f2cbdb62e",
+ "@release-1.7.0",
# Protobuf.
"src/src/third_party/protobuf/protobuf":