mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Use flutter mirrors for non-Google github origin deps (flutter/engine#48642)
Rather than using github dependencies directly, this change uses mirrors of those github dependencies which I have configured at https://flutter.googlesource.com/third_party. More context for this change can be found in b/313920867 Since there is pending work for Google-origin Github repositories, this change is only applied to non-Google origin Github repositories which are being included in the engine *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
5fd638eaa9
commit
398d02fff0
10
DEPS
10
DEPS
@ -680,7 +680,7 @@ deps = {
|
||||
Var('chromium_git') + '/external/github.com/brendan-duncan/archive.git' + '@' + '9de7a0544457c6aba755ccb65abb41b0dc1db70d', # 3.1.2
|
||||
|
||||
'src/flutter/third_party/pkg/equatable':
|
||||
Var('github_git') + '/felangel/equatable.git' + '@' + '2117551ff3054f8edb1a58f63ffe1832a8d25623', # 2.0.5
|
||||
Var('flutter_git') + '/third_party/equatable.git' + '@' + '2117551ff3054f8edb1a58f63ffe1832a8d25623', # 2.0.5
|
||||
|
||||
'src/flutter/third_party/pkg/flutter_packages':
|
||||
Var('flutter_git') + '/mirrors/packages' + '@' + '25454e63851fe7933f04d025606e68c1eac4fe0f', # various
|
||||
@ -704,16 +704,16 @@ deps = {
|
||||
Var('dart_git') + '/external/github.com/google/vector_math.dart.git' + '@' + '0a5fd95449083d404df9768bc1b321b88a7d2eef', # 2.1.0
|
||||
|
||||
'src/flutter/third_party/imgui':
|
||||
Var('github_git') + '/ocornut/imgui.git' + '@' + '3ea0fad204e994d669f79ed29dcaf61cd5cb571d',
|
||||
Var('flutter_git') + '/third_party/imgui.git' + '@' + '3ea0fad204e994d669f79ed29dcaf61cd5cb571d',
|
||||
|
||||
'src/third_party/tinygltf':
|
||||
Var('github_git') + '/syoyo/tinygltf.git' + '@' + '9bb5806df4055ac973b970ba5b3e27ce27d98148',
|
||||
Var('flutter_git') + '/third_party/tinygltf.git' + '@' + '9bb5806df4055ac973b970ba5b3e27ce27d98148',
|
||||
|
||||
'src/third_party/json':
|
||||
Var('github_git') + '/nlohmann/json.git' + '@' + '17d9eacd248f58b73f4d1be518ef649fe2295642',
|
||||
Var('flutter_git') + '/third_party/json.git' + '@' + '17d9eacd248f58b73f4d1be518ef649fe2295642',
|
||||
|
||||
'src/third_party/stb':
|
||||
Var('github_git') + '/nothings/stb.git' + '@' + '5736b15f7ea0ffb08dd38af21067c314d6a3aae9',
|
||||
Var('flutter_git') + '/third_party/stb.git' + '@' + '5736b15f7ea0ffb08dd38af21067c314d6a3aae9',
|
||||
|
||||
'src/third_party/gradle': {
|
||||
'packages': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user