Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Side by Side Diff: sdk/lib/dart_server.yaml

Issue 3009503002: Start trying to compile platform from unpatched sources. (Closed)
Patch Set: Add LibraryBuilder.isPatch. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698