mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove hooks that download //testing/gtest and //testing/gmock. (#3519)
We already have a //third_party/gtest that we use for our testing.
This commit is contained in:
parent
5e98732301
commit
ae2342e923
9
DEPS
9
DEPS
@ -45,7 +45,7 @@ allowed_hosts = [
|
||||
]
|
||||
|
||||
deps = {
|
||||
'src': 'https://github.com/flutter/buildroot.git' + '@' + '9f21ae60eb69714449d131db7af9deebd2ed1e8a',
|
||||
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'effec4955ea3444bfc7c78a7a2f60836cf722f67',
|
||||
|
||||
# Fuchsia compatibility
|
||||
#
|
||||
@ -76,13 +76,6 @@ deps = {
|
||||
'src/buildtools':
|
||||
Var('fuchsia_git') + '/buildtools' + '@' + Var('buildtools_revision'),
|
||||
|
||||
# TODO(abarth): Remove in favor of //third_party/gtest
|
||||
'src/testing/gtest':
|
||||
Var('chromium_git') + '/external/googletest.git' + '@' + '23574bf2333f834ff665f894c97bef8a5b33a0a9',
|
||||
|
||||
'src/testing/gmock':
|
||||
Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f24565299976b936d1265cb6a271',
|
||||
|
||||
'src/third_party/icu':
|
||||
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c3f79166089e5360c09e3053fce50e6e296c3204',
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user