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

Unified Diff: mojo/dart/apptest/lib/apptest.dart

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « mojo/dart/apptest/apptest/apptest.dart ('k') | mojo/dart/apptest/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptest/lib/apptest.dart
diff --git a/mojo/dart/apptest/apptest/apptest.dart b/mojo/dart/apptest/lib/apptest.dart
similarity index 93%
rename from mojo/dart/apptest/apptest/apptest.dart
rename to mojo/dart/apptest/lib/apptest.dart
index 3d95b762e29aeccd9067ba0833547cd5e97cf553..888210f3354c6057231eb3c38f2c6bd137c5dcec 100644
--- a/mojo/dart/apptest/apptest/apptest.dart
+++ b/mojo/dart/apptest/lib/apptest.dart
@@ -6,9 +6,9 @@ library apptest;
import 'dart:async';
-import 'package:mojo/public/dart/application.dart';
-import 'package:mojo/public/dart/bindings.dart';
-import 'package:mojo/public/dart/core.dart';
+import 'package:mojo/application.dart';
+import 'package:mojo/bindings.dart';
+import 'package:mojo/core.dart';
// Import and reexport the unittest package. We are a *.dartzip file designed to
// be linked into your_apptest.mojo file and are your main entrypoint.
« no previous file with comments | « mojo/dart/apptest/apptest/apptest.dart ('k') | mojo/dart/apptest/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698