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

Unified Diff: mojo/public/dart/application.dart

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 | « mojo/dart/test/validation_test.dart ('k') | mojo/public/tools/bindings/generators/mojom_dart_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/application.dart
diff --git a/mojo/public/dart/application.dart b/mojo/public/dart/application.dart
index ba7f49784625d7bd2d1c0e1b8ce90c32bfe0360f..37f923e0b5eb11f92f296e48d24cd4e94cf34665 100644
--- a/mojo/public/dart/application.dart
+++ b/mojo/public/dart/application.dart
@@ -10,9 +10,9 @@ 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/application.mojom.dart' as application_mojom;
-import 'package:mojo/service_provider.mojom.dart';
-import 'package:mojo/shell.mojom.dart' as shell_mojom;
+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;
part 'src/application.dart';
part 'src/application_connection.dart';
« no previous file with comments | « mojo/dart/test/validation_test.dart ('k') | mojo/public/tools/bindings/generators/mojom_dart_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698