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

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

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/bindings/snapshot.dart
diff --git a/sky/engine/bindings/snapshot.dart b/sky/engine/bindings/snapshot.dart
index 51fd6f4d20ad4dc598bbf4be2b2cebd52aefe87e..d620521772f37c52db38a0fe24c7c6c4a3e3d2fa 100644
--- a/sky/engine/bindings/snapshot.dart
+++ b/sky/engine/bindings/snapshot.dart
@@ -6,6 +6,7 @@ import 'dart:async';
import 'dart:collection';
import 'dart:convert';
import 'dart:core';
+import 'dart:io';
eseidel 2015/04/27 17:38:37 To answer your earlier question, I think it's tota
Cutch 2015/05/05 22:07:23 Not baking this into the snapshot will incur longe
import 'dart:isolate';
import 'dart:math';
import 'dart:mojo.internal';

Powered by Google App Engine
This is Rietveld 408576698