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

Unified Diff: mojo/dart/embedder/builtin.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: Fix SDK dir for SDK mojoms in Modular 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
Index: mojo/dart/embedder/builtin.dart
diff --git a/mojo/dart/embedder/builtin.dart b/mojo/dart/embedder/builtin.dart
index 9c2a9f6bc4da9874234f51b9f6dcc082104b0976..a0ec37d524a893f3ebe96a7b2d1a0e1a1974f74b 100644
--- a/mojo/dart/embedder/builtin.dart
+++ b/mojo/dart/embedder/builtin.dart
@@ -7,7 +7,7 @@ library mojo_builtin;
import 'dart:async';
import 'dart:convert';
//import 'dart:_internal';
-import 'dart:mojo.core';
+import 'dart:mojo.internal';
// import 'root_library'; happens here from C Code
// The root library (aka the script) is imported into this library. The

Powered by Google App Engine
This is Rietveld 408576698