未验证 提交 af90e8b1 编写于 作者: M Martin Kustermann 提交者: GitHub

Manually add third_party/dart/pkg/stagehand to DEPS (#16785)

This is a new dependency introduced to the create_sdk build in
https://dart-review.googlesource.com/c/sdk/+/136842
上级 effd8a06
......@@ -90,6 +90,7 @@ vars = {
'dart_source_maps_tag': '8af7cc1a1c3a193c1fba5993ce22a546a319c40e',
'dart_source_span_tag': '1.5.5',
'dart_stack_trace_tag': '1.9.3',
'dart_stagehand_tag': 'v3.3.7',
'dart_stream_channel_tag': '2.0.0',
'dart_string_scanner_tag': '1.0.3',
'dart_term_glyph_tag': '1.0.1',
......@@ -334,6 +335,9 @@ deps = {
'src/third_party/dart/third_party/pkg/stack_trace':
Var('dart_git') + '/stack_trace.git' + '@' + Var('dart_stack_trace_tag'),
'src/third_party/dart/third_party/pkg/stagehand':
Var('dart_git') + '/stagehand.git' + '@' + Var('dart_stagehand_tag'),
'src/third_party/dart/third_party/pkg/stream_channel':
Var('dart_git') + '/stream_channel.git' + '@' + Var('dart_stream_channel_tag'),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册