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

Unified Diff: mojo/dart/test/bindings_generation_test.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
Index: mojo/dart/test/bindings_generation_test.dart
diff --git a/mojo/dart/test/bindings_generation_test.dart b/mojo/dart/test/bindings_generation_test.dart
index 046559b20633a7a34771fea8820b83ae91473bf0..86fe7c6b420391fbaec59f7e75f92c0ab22b3c29 100644
--- a/mojo/dart/test/bindings_generation_test.dart
+++ b/mojo/dart/test/bindings_generation_test.dart
@@ -9,9 +9,9 @@ import 'dart:typed_data';
import 'package:mojo/dart/testing/expect.dart';
import 'package:mojo/public/dart/bindings.dart' as bindings;
import 'package:mojo/public/dart/core.dart' as core;
-import 'package:sample/sample_interfaces.mojom.dart' as sample;
-import 'package:mojo/test/test_structs.mojom.dart' as structs;
-import 'package:mojo/test/rect.mojom.dart' as rect;
+import 'package:mojom/sample/sample_interfaces.mojom.dart' as sample;
+import 'package:mojom/mojo/test/test_structs.mojom.dart' as structs;
+import 'package:mojom/mojo/test/rect.mojom.dart' as rect;
class ProviderImpl implements sample.Provider {
sample.ProviderStub _stub;
« no previous file with comments | « mojo/dart/embedder/tools/dart_embedder_url_mappings.py ('k') | mojo/dart/test/compile_all_interfaces_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698