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

Unified Diff: sdk/lib/dart_server.json

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 | « runtime/vm/libraries.yaml ('k') | sdk/lib/dart_server.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/dart_server.json
diff --git a/sdk/lib/dart_server.json b/sdk/lib/dart_server.json
new file mode 100644
index 0000000000000000000000000000000000000000..8775a21aff32bd24c1a250b3e2556ba0a8b5b69a
--- /dev/null
+++ b/sdk/lib/dart_server.json
@@ -0,0 +1,20 @@
+{
+ "libraries": {
+ "_builtin": "../../runtime/bin/builtin.dart",
+ "core": "core/core.dart",
+ "async": "async/async.dart",
+ "collection": "collection/collection.dart",
+ "typed_data": "typed_data/typed_data.dart",
+ "nativewrappers": "html/dartium/nativewrappers.dart",
+ "developer": "developer/developer.dart",
+ "isolate": "isolate/isolate.dart",
+ "mirrors": "mirrors/mirrors.dart",
+ "_vmservice": "vmservice/vmservice.dart",
+ "io": "io/io.dart",
+ "_internal": "internal/internal.dart",
+ "convert": "convert/convert.dart",
+ "profiler": "profiler/profiler.dart",
+ "math": "math/math.dart",
+ "vmservice_io": "../../runtime/bin/vmservice/vmservice_io.dart"
+ }
+}
« no previous file with comments | « runtime/vm/libraries.yaml ('k') | sdk/lib/dart_server.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698