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

Unified Diff: sky/framework/embedder.dart

Issue 990493002: Make package: work like Dart expects in preparation for a Sky SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Made deploy_sdk 100x faster in the --dev-environment case 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: sky/framework/embedder.dart
diff --git a/sky/framework/embedder.dart b/sky/framework/embedder.dart
index b3d82c154b3412e9af8dc1e4454bb47e350077ce..9f7bafd86b85d69c743d7bd6c733b5e13e336e32 100644
--- a/sky/framework/embedder.dart
+++ b/sky/framework/embedder.dart
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import "/mojo/public/dart/application.dart";
+import "package:mojo/public/dart/application.dart";
import "dart:sky.internals" as internals;
import "dart:mojo.bindings" as bindings;
import "dart:mojo.core" as core;

Powered by Google App Engine
This is Rietveld 408576698