Index: sky/tests/resources/event-sender.sky |
diff --git a/sky/tests/resources/event-sender.sky b/sky/tests/resources/event-sender.sky |
index fee71f7c89f419236951b86d47e0e79cf841f095..5a09dd1f980f5f0cc71b78f2e9d5587fcc0c22eb 100644 |
--- a/sky/tests/resources/event-sender.sky |
+++ b/sky/tests/resources/event-sender.sky |
@@ -1,8 +1,8 @@ |
-<import src="/mojo/services/input_events/public/interfaces/input_event_constants.mojom.sky" as="constants" /> |
-<import src="/mojo/services/input_events/public/interfaces/input_events.mojom.sky" as="events" /> |
-<import src="/mojo/services/input_events/public/interfaces/input_key_codes.mojom.sky" as="codes" /> |
+<import src="/gen/mojo/services/input_events/public/interfaces/input_event_constants.mojom.sky" as="constants" /> |
+<import src="/gen/mojo/services/input_events/public/interfaces/input_events.mojom.sky" as="events" /> |
+<import src="/gen/mojo/services/input_events/public/interfaces/input_key_codes.mojom.sky" as="codes" /> |
+<import src="/gen/sky/services/testing/test_harness.mojom.sky" as="harness" /> |
<import src="/sky/framework/shell.sky" as="shell" /> |
-<import src="/sky/services/testing/test_harness.mojom.sky" as="harness" /> |
<script> |
var harness = shell.connectToService("mojo:sky_tester", harness.TestHarness); |