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

Unified Diff: mojo/dart/packages/mojo/lib/core.dart

Issue 1978593002: Make the dart:mojo.internal import configuration specific. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add test. Created 4 years, 7 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 | « no previous file | mojo/dart/packages/mojo/lib/src/buffer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojo/lib/core.dart
diff --git a/mojo/dart/packages/mojo/lib/core.dart b/mojo/dart/packages/mojo/lib/core.dart
index 789fe6cf771736f4a5d8008d086443212679f34a..19dae70e0e6ea4aad01236be56b8d2ad9902f67f 100644
--- a/mojo/dart/packages/mojo/lib/core.dart
+++ b/mojo/dart/packages/mojo/lib/core.dart
@@ -5,11 +5,11 @@
library core;
import 'dart:async';
-import 'dart:collection';
import 'dart:isolate';
-import 'dart:mojo.internal';
import 'dart:typed_data';
+import 'src/internal.dart';
+
part 'src/buffer.dart';
part 'src/data_pipe.dart';
part 'src/drain_data.dart';
« no previous file with comments | « no previous file | mojo/dart/packages/mojo/lib/src/buffer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698