mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 22:03:36 +00:00
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 .
This commit is contained in:
parent
658eb44f3f
commit
aa5ceea25b
1 changed files with 3 additions and 3 deletions
6
DEPS
6
DEPS
|
@ -36,15 +36,15 @@ deps = {
|
||||||
# Logging code.
|
# Logging code.
|
||||||
"src/src/third_party/glog":
|
"src/src/third_party/glog":
|
||||||
"https://github.com/google/glog.git" +
|
"https://github.com/google/glog.git" +
|
||||||
"@ac3e91896917b5d9e8b4467bd912b20e8668488a",
|
"@v0.3.4",
|
||||||
|
|
||||||
# Testing libraries and utilities.
|
# Testing libraries and utilities.
|
||||||
"src/src/testing":
|
"src/src/testing":
|
||||||
"https://github.com/google/googlemock.git" +
|
"https://github.com/google/googlemock.git" +
|
||||||
"@ada23475e27babd85fb9c13250243f6acfd3ffd8",
|
"@release-1.7.0",
|
||||||
"src/src/testing/gtest":
|
"src/src/testing/gtest":
|
||||||
"https://github.com/google/googletest.git" +
|
"https://github.com/google/googletest.git" +
|
||||||
"@a3b859162dd7a4a1798cf8753a03098f2cbdb62e",
|
"@release-1.7.0",
|
||||||
|
|
||||||
# Protobuf.
|
# Protobuf.
|
||||||
"src/src/third_party/protobuf/protobuf":
|
"src/src/third_party/protobuf/protobuf":
|
||||||
|
|
Loading…
Reference in a new issue