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

Unified Diff: mojo/public/dart/lib/application.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/public/dart/io.dart ('k') | mojo/public/dart/lib/bindings.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/lib/application.dart
diff --git a/mojo/public/dart/application.dart b/mojo/public/dart/lib/application.dart
similarity index 82%
rename from mojo/public/dart/application.dart
rename to mojo/public/dart/lib/application.dart
index 37f923e0b5eb11f92f296e48d24cd4e94cf34665..72cf84d595a5f09b567d385d7dc7d2c77de8b9c8 100644
--- a/mojo/public/dart/application.dart
+++ b/mojo/public/dart/lib/application.dart
@@ -8,8 +8,8 @@ import 'dart:async';
import 'dart:convert';
import 'dart:typed_data';
-import 'package:mojo/public/dart/bindings.dart' as bindings;
-import 'package:mojo/public/dart/core.dart' as core;
+import 'package:mojo/bindings.dart' as bindings;
+import 'package:mojo/core.dart' as core;
import 'package:mojom/mojo/application.mojom.dart' as application_mojom;
import 'package:mojom/mojo/service_provider.mojom.dart';
import 'package:mojom/mojo/shell.mojom.dart' as shell_mojom;
« no previous file with comments | « mojo/public/dart/io.dart ('k') | mojo/public/dart/lib/bindings.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698