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

Unified Diff: services/dart/dart_apptests/lib/main.dart

Issue 1539843004: Support some file operations in dart:io under mojo (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years 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/BUILD.gn ('k') | services/dart/dart_apptests/lib/src/file_apptests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/lib/main.dart
diff --git a/services/dart/dart_apptests/lib/main.dart b/services/dart/dart_apptests/lib/main.dart
index 50382a86d6190a1c52e0927315dbb5d19f0f0509..41d8234a53e03c4650211fea0e93a2f9b746c6a1 100644
--- a/services/dart/dart_apptests/lib/main.dart
+++ b/services/dart/dart_apptests/lib/main.dart
@@ -7,6 +7,7 @@ import 'package:mojo_apptest/apptest.dart';
import 'src/connect_to_loader_apptests.dart' as connect_to_loader_apptests;
import 'src/echo_apptests.dart' as echo;
+import 'src/file_apptests.dart' as file;
import 'src/pingpong_apptests.dart' as pingpong;
import 'src/io_http_apptests.dart' as io_http;
import 'src/io_internet_address_apptests.dart' as io_internet_address;
@@ -16,6 +17,7 @@ main(List args) {
final tests = [
connect_to_loader_apptests.connectToLoaderApptests,
echo.echoApptests,
+ file.tests,
io_internet_address.tests,
io_http.tests,
pingpong.pingpongApptests,
« no previous file with comments | « services/dart/dart_apptests/BUILD.gn ('k') | services/dart/dart_apptests/lib/src/file_apptests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698