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

Unified Diff: mojo/public/dart/core.dart

Issue 782693004: Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hack mojo_system_impl gypi for android :| Created 6 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
Index: mojo/public/dart/core.dart
diff --git a/mojo/public/dart/core.dart b/mojo/public/dart/core.dart
index 6f261045a51628224ca8c3a9106f7792b3242de0..15b5363e67de8697a93d70bd3a55f86e7b00c425 100644
--- a/mojo/public/dart/core.dart
+++ b/mojo/public/dart/core.dart
@@ -5,16 +5,15 @@
library core;
import 'dart:async';
-import 'dart:core';
+import 'dart:collection';
import 'dart:isolate';
import 'dart:typed_data';
-import 'dart-ext:src/mojo_dart_core';
part 'src/buffer.dart';
part 'src/data_pipe.dart';
part 'src/handle.dart';
part 'src/handle_watcher.dart';
part 'src/message_pipe.dart';
+part 'src/timer_impl.dart';
+part 'src/timer_queue.dart';
part 'src/types.dart';
-
-void mojoSystemThunksSet(int thunks) native "MojoSystemThunks_Set";

Powered by Google App Engine
This is Rietveld 408576698