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

Unified Diff: sky/tests/editing/backspace.sky

Issue 1092793005: Dart: Put generated .mojom.dart files under mojoms pacakge. (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/framework/shell.dart ('k') | sky/tests/editing/replace.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/editing/backspace.sky
diff --git a/sky/tests/editing/backspace.sky b/sky/tests/editing/backspace.sky
index 72c8701b7e1db6e3b7d8ace31d49d20181c17e6d..b2a1ad9ceffeb703ec9095916a2a9861947a2740 100644
--- a/sky/tests/editing/backspace.sky
+++ b/sky/tests/editing/backspace.sky
@@ -8,7 +8,7 @@
<script>
import "../resources/event-sender.dart" as eventSender;
import "dart:sky";
-import "package:mojo/input_key_codes.mojom.dart";
+import "package:mojom/mojo/input_key_codes.mojom.dart";
void main() {
var control = document.querySelector('.blue');
« no previous file with comments | « sky/framework/shell.dart ('k') | sky/tests/editing/replace.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698