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

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

Issue 1414483010: Dart: Use a RawReceivePort to receive events for Mojo handles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/bindings_generation_test.dart ('k') | mojo/dart/test/handle_finalizer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/test/compile_all_interfaces_test.dart
diff --git a/mojo/dart/test/compile_all_interfaces_test.dart b/mojo/dart/test/compile_all_interfaces_test.dart
index 8761879bd7f007570dc2c27be14b1b353d5067f3..c169fa376ed7ef197afef5a519d26ffd6cf333eb 100644
--- a/mojo/dart/test/compile_all_interfaces_test.dart
+++ b/mojo/dart/test/compile_all_interfaces_test.dart
@@ -14,9 +14,9 @@ import 'package:_testing/expect.dart';
import 'package:mojo/application.dart';
import 'package:mojo/bindings.dart';
import 'package:mojo/core.dart';
-import 'package:mojom/mojo/application.mojom.dart';
-import 'package:mojom/mojo/service_provider.mojom.dart';
-import 'package:mojom/mojo/shell.mojom.dart';
+import 'package:mojo/mojo/application.mojom.dart';
+import 'package:mojo/mojo/service_provider.mojom.dart';
+import 'package:mojo/mojo/shell.mojom.dart';
import 'package:mojom/math/math_calculator.mojom.dart';
import 'package:mojom/no_module.mojom.dart';
import 'package:mojom/mojo/test/rect.mojom.dart';
« no previous file with comments | « mojo/dart/test/bindings_generation_test.dart ('k') | mojo/dart/test/handle_finalizer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698