mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-08 07:28:13 +01:00
Upgrade google test to 1.8.0
Some test fail on recent debian with 1.7.0 due to crashes. Change-Id: Ia25625c27968671e24826a3eeae70dbfa5c67c95 Reviewed-on: https://chromium-review.googlesource.com/412701 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
11d7510c08
commit
33c24776f3
4 changed files with 250 additions and 240 deletions
23
default.xml
23
default.xml
|
|
@ -25,14 +25,14 @@
|
|||
revision='e8ab0833a42691cd2184bd4c45d779e43821d3e0'
|
||||
remote='chromium' />
|
||||
|
||||
<project path='src/src/testing/gtest'
|
||||
name='google/googletest.git'
|
||||
revision='refs/tags/release-1.7.0'
|
||||
<project path='src/src/third_party/glog'
|
||||
name='google/glog.git'
|
||||
revision='refs/tags/v0.3.4'
|
||||
remote='github' />
|
||||
|
||||
<project path='src/src/third_party/protobuf/protobuf'
|
||||
name='google/protobuf.git'
|
||||
revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
|
||||
<project path='src/src/testing'
|
||||
name='google/googletest.git'
|
||||
revision='refs/tags/release-1.8.0'
|
||||
remote='github' />
|
||||
|
||||
<project path='src/src/third_party/lss'
|
||||
|
|
@ -40,14 +40,9 @@
|
|||
revision='3f6478ac95edf86cd3da300c2c0d34a438f5dbeb'
|
||||
remote='chromium' />
|
||||
|
||||
<project path='src/src/third_party/glog'
|
||||
name='google/glog.git'
|
||||
revision='refs/tags/v0.3.4'
|
||||
remote='github' />
|
||||
|
||||
<project path='src/src/testing'
|
||||
name='google/googlemock.git'
|
||||
revision='refs/tags/release-1.7.0'
|
||||
<project path='src/src/third_party/protobuf/protobuf'
|
||||
name='google/protobuf.git'
|
||||
revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
|
||||
remote='github' />
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue