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:
Mike Frysinger 2021-10-14 11:44:34 -04:00
parent 36032719b1
commit 2d0d117749
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -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":

View file

@ -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'