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

Unified Diff: sky/tests/services/event-sender.sky

Issue 1092793005: Dart: Put generated .mojom.dart files under mojoms pacakge. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename mojoms -> mojom 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 07ce950af837f10415ec94a08c03512b0952692d..303e3c444bd4bb93e9135d173c1b80514d6bd70e 100644
--- a/sky/tests/services/event-sender.sky
+++ b/sky/tests/services/event-sender.sky
@@ -4,10 +4,10 @@
import "../resources/third_party/unittest/unittest.dart";
import "../resources/unit.dart";
import "dart:sky";
-import "package:mojo/input_event_constants.mojom.dart" as constants;
-import "package:mojo/input_events.mojom.dart" as events;
+import "package:mojom/mojo/input_event_constants.mojom.dart" as constants;
+import "package:mojom/mojo/input_events.mojom.dart" as events;
import "package:sky/framework/embedder.dart";
-import "package:sky/services/testing/test_harness.mojom.dart" as harness;
+import "package:mojom/sky/test_harness.mojom.dart" as harness;
blundell 2015/04/21 15:10:37 nit: should be above line 9 now.
zra 2015/04/21 16:17:55 Done.
void main() {
initUnit();
« 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