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

Unified Diff: mojo/dart/test/bindings_generation_test.dart

Issue 1071693003: Uses mojom module names as Dart's package: import URI (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 a66bff5877b785624e6f54269a841a485362e70c..046559b20633a7a34771fea8820b83ae91473bf0 100644
--- a/mojo/dart/test/bindings_generation_test.dart
+++ b/mojo/dart/test/bindings_generation_test.dart
@@ -9,11 +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:mojo/public/interfaces/bindings/tests/sample_interfaces.mojom.dart'
- as sample;
-import 'package:mojo/public/interfaces/bindings/tests/test_structs.mojom.dart'
- as structs;
-import 'package:mojo/public/interfaces/bindings/tests/rect.mojom.dart' as rect;
+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;
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