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

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

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 {
2 "libraries": {
3 "_builtin": "../../runtime/bin/builtin.dart",
4 "core": "core/core.dart",
5 "async": "async/async.dart",
6 "collection": "collection/collection.dart",
7 "typed_data": "typed_data/typed_data.dart",
8 "nativewrappers": "html/dartium/nativewrappers.dart",
9 "developer": "developer/developer.dart",
10 "isolate": "isolate/isolate.dart",
11 "mirrors": "mirrors/mirrors.dart",
12 "_vmservice": "vmservice/vmservice.dart",
13 "io": "io/io.dart",
14 "_internal": "internal/internal.dart",
15 "convert": "convert/convert.dart",
16 "profiler": "profiler/profiler.dart",
17 "math": "math/math.dart",
18 "vmservice_io": "../../runtime/bin/vmservice/vmservice_io.dart"
19 }
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698