| OLD | NEW |
| (Empty) |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | |
| 2 # for details. All rights reserved. Use of this source code is governed by a | |
| 3 # BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 # Note: if you edit this file, you must also edit dart_server.json in this | |
| 6 # directory: | |
| 7 # | |
| 8 # ../../tools/yaml2json.py dart_server.yaml dart_server.json | |
| 9 # | |
| 10 # We currently have several different files that needs to be updated when | |
| 11 # changing libraries, sources, and patch files. See | |
| 12 # https://github.com/dart-lang/sdk/issues/28836. | |
| 13 | |
| 14 libraries: | |
| 15 _builtin: ../../runtime/bin/builtin.dart | |
| 16 _internal: internal/internal.dart | |
| 17 _vmservice: vmservice/vmservice.dart | |
| 18 async: async/async.dart | |
| 19 collection: collection/collection.dart | |
| 20 convert: convert/convert.dart | |
| 21 core: core/core.dart | |
| 22 developer: developer/developer.dart | |
| 23 io: io/io.dart | |
| 24 isolate: isolate/isolate.dart | |
| 25 math: math/math.dart | |
| 26 mirrors: mirrors/mirrors.dart | |
| 27 nativewrappers: html/dartium/nativewrappers.dart | |
| 28 profiler: profiler/profiler.dart | |
| 29 typed_data: typed_data/typed_data.dart | |
| 30 vmservice_io: ../../runtime/bin/vmservice/vmservice_io.dart | |
| OLD | NEW |