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

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: cr comments 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
« no previous file with comments | « sky/engine/bindings2/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/bindings2/snapshot.dart
diff --git a/sky/engine/bindings2/snapshot.dart b/sky/engine/bindings2/snapshot.dart
index 8ce249a51d815255e269f0913a508fec2bc1d627..de3d83adc0b5628b25c5a659653f68d3b2748630 100644
--- a/sky/engine/bindings2/snapshot.dart
+++ b/sky/engine/bindings2/snapshot.dart
@@ -9,6 +9,8 @@ import 'dart:core';
import 'dart:isolate';
import 'dart:math';
import 'dart:mirrors';
+import 'dart:mojo_bindings';
+import 'dart:mojo_core';
import 'dart:sky';
import 'dart:sky_builtin';
import 'dart:typed_data';
« no previous file with comments | « sky/engine/bindings2/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