Skip to content

Commit

Permalink
Add leak_tracker package from Dart DEPS to DEPS (#42241)
Browse files Browse the repository at this point in the history
The package leak_tracker was added to Dart DEPS, and analysis_server now depends on it.
This fixes a breakage when rolling Dart into Flutter engine.

Bug: flutter/devtools#5606
  • Loading branch information
whesse authored May 23, 2023
1 parent cc79ae8 commit 431ed51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ vars = {
"upstream_libtess2": "https://github.com/memononen/libtess2.git",
"upstream_libwebp": "https://chromium.googlesource.com/webm/libwebp.git",
"upstream_libxml": "https://gitlab.gnome.org/GNOME/libxml2.git",
"upstream_leak_tracker": "https://github.com/dart-lang/leak_tracker.git",
"upstream_linter": "https://github.com/dart-lang/linter.git",
"upstream_logging": "https://github.com/dart-lang/logging.git",
"upstream_markdown": "https://github.com/dart-lang/markdown.git",
Expand Down Expand Up @@ -401,6 +402,9 @@ deps = {
'src/third_party/dart/third_party/pkg/json_rpc_2':
Var('dart_git') + '/json_rpc_2.git@b2ed6bd1659b932062b1ce5878f5c754ce68679f',

'src/third_party/dart/third_party/pkg/leak_tracker':
Var('dart_git') + '/leak_tracker.git@571c24aeee986767e6a5b8eef4056278cf747850',

'src/third_party/dart/third_party/pkg/linter':
Var('dart_git') + '/linter.git@599b5288ee883393bf3a9ae4d2cfe90c168cce91',

Expand Down

0 comments on commit 431ed51

Please sign in to comment.