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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/services/network.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dart/patch_sdk.diff
diff --git a/tools/dart/patch_sdk.diff b/tools/dart/patch_sdk.diff
index fb9594e9129c9b8ee402ba8e95df69ad3a6a3d69..378ccea87da3a23f8cf81de4957a8d0805dad384 100644
--- a/tools/dart/patch_sdk.diff
+++ b/tools/dart/patch_sdk.diff
@@ -2,24 +2,12 @@ Index: sdk/lib/_internal/libraries.dart
===================================================================
--- sdk/lib/_internal/libraries.dart (revision 44413)
+++ sdk/lib/_internal/libraries.dart (working copy)
-@@ -117,6 +117,26 @@
+@@ -117,6 +117,14 @@
maturity: Maturity.STABLE,
dart2jsPatchPath: "_internal/compiler/js_lib/typed_data_patch.dart"),
-+ "mojo.application": const LibraryInfo(
-+ "../../../../mojo/public/dart/application.dart",
-+ maturity: Maturity.STABLE),
-+
-+ "mojo.bindings": const LibraryInfo(
-+ "../../../../mojo/public/dart/bindings.dart",
-+ maturity: Maturity.STABLE),
-+
-+ "mojo.builtin": const LibraryInfo(
-+ "../../../../mojo/public/dart/builtin.dart",
-+ maturity: Maturity.STABLE),
-+
-+ "mojo.core": const LibraryInfo(
-+ "../../../../mojo/public/dart/core.dart",
++ "mojo.internal": const LibraryInfo(
++ "../../../../mojo/public/dart/internal.dart",
+ maturity: Maturity.STABLE),
+
+ "sky": const LibraryInfo(
« 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