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

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

Issue 919883002: Allow sky apps to be consumers of mojo services (Closed) Base URL: https://github.com/eseidel/skydart.git@master
Patch Set: Created 5 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
Index: sky/engine/bindings2/snapshot.dart
diff --git a/sky/engine/bindings2/snapshot.dart b/sky/engine/bindings2/snapshot.dart
index 8ce249a51d815255e269f0913a508fec2bc1d627..afe36c51cb733d24737395a9cd9b2d6e60c458ef 100644
--- a/sky/engine/bindings2/snapshot.dart
+++ b/sky/engine/bindings2/snapshot.dart
@@ -12,3 +12,6 @@ import 'dart:mirrors';
import 'dart:sky';
import 'dart:sky_builtin';
import 'dart:typed_data';
+import 'dart:mojo_application';
zra 2015/02/12 04:01:45 We tend to put imports in alphabetical order.
rafaelw 2015/02/12 18:54:55 Done.
+import 'dart:mojo_bindings';
+import 'dart:mojo_core';

Powered by Google App Engine
This is Rietveld 408576698