Roll DEPS for googletest to 5ec7f0c4.

Matches current revision in Chromium.

BUG=chromium:936654

Change-Id: Ic856a805aadaf9901d906f11675f6b4c0c72e46f
Reviewed-on: https://chromium-review.googlesource.com/c/1493217
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Lei Zhang 2019-02-27 16:37:49 -08:00
parent 2853d21e20
commit 83772463d0
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" +
"@release-1.8.0",
"@5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081",
# Protobuf.
"src/src/third_party/protobuf/protobuf":

View file

@ -27,7 +27,7 @@
<project path='src/src/testing'
name='google/googletest.git'
revision='refs/tags/release-1.8.0'
revision='5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081'
remote='github' />
<project path='src/src/third_party/lss'