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

Unified Diff: sky/tests/services/event-sender.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/resources/event-sender.dart ('k') | sky/tests/services/iframe-embed-vmc.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/event-sender.sky
diff --git a/sky/tests/services/event-sender.sky b/sky/tests/services/event-sender.sky
index 2d039b0b5e9747d4b206c3ff0aa0ed2229c8e4f1..07ce950af837f10415ec94a08c03512b0952692d 100644
--- a/sky/tests/services/event-sender.sky
+++ b/sky/tests/services/event-sender.sky
@@ -4,8 +4,8 @@
import "../resources/third_party/unittest/unittest.dart";
import "../resources/unit.dart";
import "dart:sky";
-import "package:mojo/services/input_events/public/interfaces/input_event_constants.mojom.dart" as constants;
-import "package:mojo/services/input_events/public/interfaces/input_events.mojom.dart" as events;
+import "package:mojo/input_event_constants.mojom.dart" as constants;
+import "package:mojo/input_events.mojom.dart" as events;
import "package:sky/framework/embedder.dart";
import "package:sky/services/testing/test_harness.mojom.dart" as harness;
« no previous file with comments | « sky/tests/resources/event-sender.dart ('k') | sky/tests/services/iframe-embed-vmc.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698