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

Unified Diff: mojo/dart/embedder/io/mojo_patch.dart

Issue 1092793005: Dart: Put generated .mojom.dart files under mojoms pacakge. (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
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/packages.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/io/mojo_patch.dart
diff --git a/mojo/dart/embedder/io/mojo_patch.dart b/mojo/dart/embedder/io/mojo_patch.dart
index 4ba5eefcf5a6b64cf2e42088353ef90d2d70818b..5d440a91b69b164bd9a6b38498f4551815e872d2 100644
--- a/mojo/dart/embedder/io/mojo_patch.dart
+++ b/mojo/dart/embedder/io/mojo_patch.dart
@@ -5,12 +5,12 @@
import 'dart:_mojo/public/dart/application.dart';
import 'dart:_mojo/public/dart/bindings.dart';
import 'dart:_mojo/public/dart/core.dart';
-import 'dart:_mojo/net_address.mojom.dart';
-import 'dart:_mojo/network_error.mojom.dart';
-import 'dart:_mojo/network_service.mojom.dart';
-import 'dart:_mojo/tcp_bound_socket.mojom.dart';
-import 'dart:_mojo/tcp_connected_socket.mojom.dart';
-import 'dart:_mojo/tcp_server_socket.mojom.dart';
+import 'dart:_mojom/mojo/net_address.mojom.dart';
+import 'dart:_mojom/mojo/network_error.mojom.dart';
+import 'dart:_mojom/mojo/network_service.mojom.dart';
+import 'dart:_mojom/mojo/tcp_bound_socket.mojom.dart';
+import 'dart:_mojom/mojo/tcp_connected_socket.mojom.dart';
+import 'dart:_mojom/mojo/tcp_server_socket.mojom.dart';
//
// Mojo objects and helper functions used by the 'dart:io' library.
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/packages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698