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

Unified Diff: mojo/public/dart/bindings.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 | « mojo/public/dart/application.dart ('k') | mojo/public/dart/core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/bindings.dart
diff --git a/mojo/public/dart/bindings.dart b/mojo/public/dart/bindings.dart
index 642744f238b6986e7edf41b32619ac7385dfc9ed..e68afec2d67c5f2447a42cf9204a17a2eafc9f24 100644
--- a/mojo/public/dart/bindings.dart
+++ b/mojo/public/dart/bindings.dart
@@ -7,7 +7,8 @@ library bindings;
import 'dart:async';
import 'dart:convert';
import 'dart:typed_data';
-import 'dart:mojo.core' as core;
+
+import 'package:mojo/public/dart/core.dart' as core;
part 'src/codec.dart';
part 'src/message.dart';
« no previous file with comments | « mojo/public/dart/application.dart ('k') | mojo/public/dart/core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698