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

Unified Diff: services/dart/snapshot.dart

Issue 816113004: Dart: Adds a content handler and a test. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address comments Created 5 years, 11 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 | « services/dart/lib/src/service_provider.dart ('k') | services/dart/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/snapshot.dart
diff --git a/mojo/dart/embedder/snapshot.dart b/services/dart/snapshot.dart
similarity index 93%
rename from mojo/dart/embedder/snapshot.dart
rename to services/dart/snapshot.dart
index b643b289d89754770091d6539f16c2d1401f5260..e0966a089bd6db2eb6ecb7ece7c52d67d4054bc2 100644
--- a/mojo/dart/embedder/snapshot.dart
+++ b/services/dart/snapshot.dart
@@ -9,6 +9,7 @@ import 'dart:convert';
import 'dart:isolate';
import 'dart:math';
import 'dart:mirrors';
+import 'dart:mojo_application';
import 'dart:mojo_bindings';
import 'dart:mojo_builtin';
import 'dart:mojo_core';
« no previous file with comments | « services/dart/lib/src/service_provider.dart ('k') | services/dart/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698