Skip to content

Commit 539f256

Browse files
author
Dart CI
committed
Version 2.19.0-132.0.dev
Merge commit '66208f5d6644d704ab4c4bd20d305c6456017fc1' into 'dev'
2 parents 840523e + 66208f5 commit 539f256

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ vars = {
111111
"dartdoc_rev": "b3d4aa002d36c28b0af114abd0997b8521c27b11",
112112
"devtools_rev": "d131d19091f6b89ac89486bd92440a25a523e8b0",
113113
"ffi_rev": "fb5f2667826c0900e551d19101052f84e35f41bf",
114-
"file_rev": "0132eeedea2933513bf230513a766a8baeab0c4f", # b/243151015
114+
"file_rev": "b2e31cb6ef40b223701dbfa0b907fe58468484d7",
115115
"fixnum_rev": "e0b17cc1f639c55a9c24947392c64b5a68992535",
116116
"glob_rev": "1d51fcc172e5adfbae6e82c3f8f119774cb2fca2",
117117
"html_rev": "8243e967caad9932c13971af3b2a7c8f028383d5",

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 19
2929
PATCH 0
30-
PRERELEASE 131
30+
PRERELEASE 132
3131
PRERELEASE_PATCH 0

tools/generate_package_config.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@ void main(List<String> args) {
2525
platform('runtime/observatory_2'),
2626
platform('sdk/lib/_internal/sdk_library_metadata'),
2727
platform('third_party/devtools/devtools_shared'),
28-
// Explicitly add package:file (shadowed by //pubspec.yaml).
29-
platform('third_party/pkg/file/packages/file'),
3028
platform('tools/package_deps'),
3129
];
3230

33-
// Remove the package at the top-level of the package:file monorepo.
34-
packageDirs.remove(platform('third_party/pkg/file'));
35-
3631
var cfePackageDirs = [
3732
platform('pkg/front_end/testcases'),
3833
];

0 commit comments

Comments
 (0)