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

Unified Diff: sky/examples/dart-mojo.sky

Issue 951783004: Dart: Renames dart:mojo_blah -> mojo:blah (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/core/script/dart_loader.cc ('k') | sky/framework/embedder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/dart-mojo.sky
diff --git a/sky/examples/dart-mojo.sky b/sky/examples/dart-mojo.sky
index cee9de92d13e0db47fc7f89523478e7bd5d80058..056bc71ca92d0a476b911a630f4a1acd9c58b9b6 100644
--- a/sky/examples/dart-mojo.sky
+++ b/sky/examples/dart-mojo.sky
@@ -4,10 +4,10 @@
<script>
import 'dart:async';
import '/mojo/public/dart/application.dart';
-import 'dart:mojo_bindings';
-import 'dart:mojo_core';
import 'dart:typed_data';
import 'dart:sky.internals' as internals;
+import 'mojo:bindings';
+import 'mojo:core';
import 'package:mojo/services/network/public/interfaces/network_service.mojom.dart';
import 'package:mojo/services/network/public/interfaces/url_loader.mojom.dart';
« no previous file with comments | « sky/engine/core/script/dart_loader.cc ('k') | sky/framework/embedder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698