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

Unified Diff: services/dart/dart_apptests/pingpong_apptests.dart

Issue 1027603002: Dart: Removes all but native calls and the handle watcher from the snapshot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Hoist application interface dependence Created 5 years, 9 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 | « services/dart/dart_apptests/echo_apptests.dart ('k') | services/dart/snapshot.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/pingpong_apptests.dart
diff --git a/services/dart/dart_apptests/pingpong_apptests.dart b/services/dart/dart_apptests/pingpong_apptests.dart
index 4bab4d2bb9db6d907e5a45abd9001ed9c0eac954..5e7664dbfda577996b5120491c09a4bcc12b1d67 100644
--- a/services/dart/dart_apptests/pingpong_apptests.dart
+++ b/services/dart/dart_apptests/pingpong_apptests.dart
@@ -5,11 +5,11 @@
library pingpong_apptests;
import 'dart:async';
-import 'dart:mojo.application';
-import 'dart:mojo.bindings';
-import 'dart:mojo.core';
import 'package:apptest/apptest.dart';
+import 'package:mojo/public/dart/application.dart';
+import 'package:mojo/public/dart/bindings.dart';
+import 'package:mojo/public/dart/core.dart';
import 'package:services/dart/test/pingpong_service.mojom.dart';
class _TestingPingPongClient extends PingPongClient {
« no previous file with comments | « services/dart/dart_apptests/echo_apptests.dart ('k') | services/dart/snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698