mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-05 05:13:36 +00:00
gtest: update to 1.11 release
Keeps us in sync with Chromium a bit better. Change-Id: I4cb80f28fc3aa2e3d0cd8637dd2a5b1ff4ae633d Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3223799 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
36032719b1
commit
2d0d117749
2
DEPS
2
DEPS
@ -36,7 +36,7 @@ deps = {
|
||||
# Testing libraries and utilities.
|
||||
"src/src/testing":
|
||||
"https://github.com/google/googletest.git" +
|
||||
"@4fe018038f87675c083d0cfb6a6b57c274fb1753",
|
||||
"@release-1.11.0",
|
||||
|
||||
# Protobuf.
|
||||
"src/src/third_party/protobuf/protobuf":
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
<project path='src/src/testing'
|
||||
name='google/googletest.git'
|
||||
revision='4fe018038f87675c083d0cfb6a6b57c274fb1753'
|
||||
revision='refs/tags/release-1.11.0'
|
||||
remote='github' />
|
||||
|
||||
<project path='src/src/third_party/lss'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user