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

Side by Side Diff: tools/dart/patch_sdk.diff

Issue 1027603002: Dart: Removes all but native calls and the handle watcher from the snapshot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Hoist application interface dependence Created 5 years, 9 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
« no previous file with comments | « sky/tests/services/network.sky ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Index: sdk/lib/_internal/libraries.dart 1 Index: sdk/lib/_internal/libraries.dart
2 =================================================================== 2 ===================================================================
3 --- sdk/lib/_internal/libraries.dart (revision 44413) 3 --- sdk/lib/_internal/libraries.dart (revision 44413)
4 +++ sdk/lib/_internal/libraries.dart (working copy) 4 +++ sdk/lib/_internal/libraries.dart (working copy)
5 @@ -117,6 +117,26 @@ 5 @@ -117,6 +117,14 @@
6 maturity: Maturity.STABLE, 6 maturity: Maturity.STABLE,
7 dart2jsPatchPath: "_internal/compiler/js_lib/typed_data_patch.dart"), 7 dart2jsPatchPath: "_internal/compiler/js_lib/typed_data_patch.dart"),
8 8
9 + "mojo.application": const LibraryInfo( 9 + "mojo.internal": const LibraryInfo(
10 + "../../../../mojo/public/dart/application.dart", 10 + "../../../../mojo/public/dart/internal.dart",
11 + maturity: Maturity.STABLE),
12 +
13 + "mojo.bindings": const LibraryInfo(
14 + "../../../../mojo/public/dart/bindings.dart",
15 + maturity: Maturity.STABLE),
16 +
17 + "mojo.builtin": const LibraryInfo(
18 + "../../../../mojo/public/dart/builtin.dart",
19 + maturity: Maturity.STABLE),
20 +
21 + "mojo.core": const LibraryInfo(
22 + "../../../../mojo/public/dart/core.dart",
23 + maturity: Maturity.STABLE), 11 + maturity: Maturity.STABLE),
24 + 12 +
25 + "sky": const LibraryInfo( 13 + "sky": const LibraryInfo(
26 + "../../../../out/Debug/gen/sky/bindings/dart_sky.dart", 14 + "../../../../out/Debug/gen/sky/bindings/dart_sky.dart",
27 + maturity: Maturity.STABLE), 15 + maturity: Maturity.STABLE),
28 + 16 +
29 "_native_typed_data": const LibraryInfo( 17 "_native_typed_data": const LibraryInfo(
30 "_internal/compiler/js_lib/native_typed_data.dart", 18 "_internal/compiler/js_lib/native_typed_data.dart",
31 category: "Internal", 19 category: "Internal",
OLDNEW
« no previous file with comments | « sky/tests/services/network.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698