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

Unified Diff: mojo/dart/embedder/packages.dart

Issue 1531293002: Add file system service to Dart's embedder private package (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 | « mojo/dart/embedder/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/packages.dart
diff --git a/mojo/dart/embedder/packages.dart b/mojo/dart/embedder/packages.dart
index ef815bd03b9dd94565b70b84ef4d013debc4a06b..8f4002570afdb4305e55f2eaf2ea082cd30d9dbf 100644
--- a/mojo/dart/embedder/packages.dart
+++ b/mojo/dart/embedder/packages.dart
@@ -15,9 +15,11 @@ library dart_embedder_packages;
// DO NOT export anything from this library.
+// Core packages.
import 'dart:_mojo/application.dart';
import 'dart:_mojo/bindings.dart';
import 'dart:_mojo/core.dart';
+// Network.
import 'dart:_mojo/mojo/network_error.mojom.dart';
import 'dart:_mojo_services/mojo/host_resolver.mojom.dart';
import 'dart:_mojo_services/mojo/net_address.mojom.dart';
@@ -25,3 +27,9 @@ import 'dart:_mojo_services/mojo/network_service.mojom.dart';
import 'dart:_mojo_services/mojo/tcp_bound_socket.mojom.dart';
import 'dart:_mojo_services/mojo/tcp_connected_socket.mojom.dart';
import 'dart:_mojo_services/mojo/tcp_server_socket.mojom.dart';
+// File system.
+import 'dart:_mojo_services/mojo/files/file.mojom.dart';
+import 'dart:_mojo_services/mojo/files/files.mojom.dart';
+import 'dart:_mojo_services/mojo/files/directory.mojom.dart';
+import 'dart:_mojo_services/mojo/files/ioctl.mojom.dart';
+import 'dart:_mojo_services/mojo/files/types.mojom.dart';
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698