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

Unified Diff: sdk/lib/dart_server.yaml

Issue 2698003003: Proposal: Add YAML file with VM patch file information. (Closed)
Patch Set: Add reference to issue 28836. Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/dart_server.json ('k') | tools/yaml2json.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/dart_server.yaml
diff --git a/sdk/lib/dart_server.yaml b/sdk/lib/dart_server.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e8932cb2a2af7a46f084b0de2e3dd2d137dcedb6
--- /dev/null
+++ b/sdk/lib/dart_server.yaml
@@ -0,0 +1,30 @@
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+# Note: if you edit this file, you must also edit dart_server.json in this
+# directory:
+#
+# ../../tools/yaml2json.py dart_server.yaml dart_server.json
+#
+# We currently have several different files that needs to be updated when
+# changing libraries, sources, and patch files. See
+# https://github.com/dart-lang/sdk/issues/28836.
+
+libraries:
+ _builtin: ../../runtime/bin/builtin.dart
+ _internal: internal/internal.dart
+ _vmservice: vmservice/vmservice.dart
+ async: async/async.dart
+ collection: collection/collection.dart
+ convert: convert/convert.dart
+ core: core/core.dart
+ developer: developer/developer.dart
+ io: io/io.dart
+ isolate: isolate/isolate.dart
+ math: math/math.dart
+ mirrors: mirrors/mirrors.dart
+ nativewrappers: html/dartium/nativewrappers.dart
+ profiler: profiler/profiler.dart
+ typed_data: typed_data/typed_data.dart
+ vmservice_io: ../../runtime/bin/vmservice/vmservice_io.dart
« no previous file with comments | « sdk/lib/dart_server.json ('k') | tools/yaml2json.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698