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

Unified Diff: sky/tests/services/iframe-embed-vmc.sky

Issue 1071693003: Uses mojom module names as Dart's package: import URI (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge 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
« no previous file with comments | « sky/tests/services/event-sender.sky ('k') | sky/tests/services/network.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/iframe-embed-vmc.sky
diff --git a/sky/tests/services/iframe-embed-vmc.sky b/sky/tests/services/iframe-embed-vmc.sky
index 5234c5f5bc656a9f008d64f68295125aa7a4aa2d..8fba541ab22cbe80119969853bd861faf2bf2a3c 100644
--- a/sky/tests/services/iframe-embed-vmc.sky
+++ b/sky/tests/services/iframe-embed-vmc.sky
@@ -11,9 +11,9 @@ import 'dart:typed_data';
import 'package:mojo/public/dart/application.dart';
import 'package:mojo/public/dart/bindings.dart';
import 'package:mojo/public/dart/core.dart';
-import 'package:mojo/public/interfaces/application/shell.mojom.dart' as shell_mojom;
-import 'package:mojo/services/input_events/public/interfaces/input_events.mojom.dart' as input_events;
-import 'package:mojo/services/view_manager/public/interfaces/view_manager.mojom.dart' as view_manager;
+import 'package:mojo/shell.mojom.dart' as shell_mojom;
+import 'package:mojo/input_events.mojom.dart' as input_events;
+import 'package:mojo/view_manager.mojom.dart' as view_manager;
// This include is a hack which only works with sky_server. For this to work
// in the sky_sdk, this echo_service would need to make its own dart package.
« no previous file with comments | « sky/tests/services/event-sender.sky ('k') | sky/tests/services/network.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698