File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ CHANNEL dev
2727MAJOR 2
2828MINOR 19
2929PATCH 0
30- PRERELEASE 131
30+ PRERELEASE 132
3131PRERELEASE_PATCH 0
Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments