Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '4131d3d7c4bcb0a4266c344581357ffd20fa4be6',
'dart_revision': '41b65b27c20ee76cfafe73384d3b6b2e46ec3667',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand All @@ -52,6 +52,7 @@ vars = {
'dart_csslib_tag': '0.15.0',
'dart_dart2js_info_tag': '0.6.0',
'dart_dart_style_tag': '1.3.1',
'dart_ffi_tag': 'ea88d71b043ee14b268c3aedff14e9eb32e20959',
'dart_fixnum_tag': '0.10.9',
'dart_glob_tag': '1.1.7',
'dart_html_tag': '0.14.0+1',
Expand Down Expand Up @@ -95,7 +96,7 @@ vars = {
'dart_term_glyph_tag': '1.0.1',
'dart_test_reflective_loader_tag': '0.1.9',
'dart_test_tag': 'test-v1.6.4',
'dart_tflite_native_rev': '06e533a9747306d1114c53427cc67eda080f51f9',
'dart_tflite_native_rev': '4e8216d8fd3d5ccc8a56a056ec43d44cf99bf5c0',
'dart_typed_data_tag': '1.1.6',
'dart_usage_tag': '3.4.0',
'dart_watcher_rev': '0.9.7+12-pub',
Expand Down Expand Up @@ -232,6 +233,9 @@ deps = {
'src/third_party/dart/third_party/pkg/dartdoc':
Var('dart_git') + '/[email protected]',

'src/third_party/dart/third_party/pkg/ffi':
Var('dart_git') + '/ffi.git' + '@' + Var('dart_ffi_tag'),

'src/third_party/dart/third_party/pkg/fixnum':
Var('dart_git') + '/fixnum.git' + '@' + Var('dart_fixnum_tag'),

Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: a8c22e07cf37aa363028e5c5180ad025
Signature: 36b7ccb489814b50a25eb6d8f1f90579

UNUSED LICENSES:

Expand Down