mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 09:53:41 +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 changed files with 2 additions and 2 deletions
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 a new issue