Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b285420

Browse files
committed
pull googletest from github instead of fuchsia.googlesource
1 parent 33d483b commit b285420

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DEPS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ allowed_hosts = [
9696
]
9797

9898
deps = {
99-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '45ce223bc8d8ca88e2eb2f38eb0cf799e39edd06',
99+
# DO NOT COMMIT
100+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '1e3cbf5e3e9f102ed2a2ea2e7e02e3249d4cd30b',
100101

101102
# Fuchsia compatibility
102103
#
@@ -107,9 +108,6 @@ deps = {
107108
'src/third_party/benchmark':
108109
Var('fuchsia_git') + '/third_party/benchmark' + '@' + 'a779ffce872b4c811beef482e18bd0b63626aa42',
109110

110-
'src/third_party/googletest':
111-
Var('fuchsia_git') + '/third_party/googletest' + '@' + '3fef9015bfe7617d57806cd7c73a653b28559fae',
112-
113111
'src/third_party/rapidjson':
114112
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',
115113

@@ -138,6 +136,9 @@ deps = {
138136

139137
'src/third_party/khronos':
140138
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275',
139+
140+
'src/third_party/googletest':
141+
Var('github_git') + '/google/googletest' + '@' + 'f5e592d8ee5ffb1d9af5be7f715ce3576b8bf9c4',
141142

142143
'src/third_party/boringssl':
143144
Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_boringssl_gen_rev'),

0 commit comments

Comments
 (0)