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

Unified Diff: sky/engine/bindings/snapshot.dart

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/engine/bindings/mojo_natives.cc ('k') | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/snapshot.dart
diff --git a/sky/engine/bindings/snapshot.dart b/sky/engine/bindings/snapshot.dart
index 2e8c5efd40f49a21b690d2837e82bd4336edee34..51fd6f4d20ad4dc598bbf4be2b2cebd52aefe87e 100644
--- a/sky/engine/bindings/snapshot.dart
+++ b/sky/engine/bindings/snapshot.dart
@@ -8,9 +8,8 @@ import 'dart:convert';
import 'dart:core';
import 'dart:isolate';
import 'dart:math';
+import 'dart:mojo.internal';
import 'dart:mirrors';
import 'dart:sky';
import 'dart:sky_builtin';
import 'dart:typed_data';
-import 'dart:mojo.bindings';
-import 'dart:mojo.core';
« no previous file with comments | « sky/engine/bindings/mojo_natives.cc ('k') | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698