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

Unified Diff: runtime/lib/async_sources.gypi

Issue 12380060: Add first version of runAsync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 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 | « no previous file | runtime/lib/event_loop_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/async_sources.gypi
diff --git a/runtime/lib/async_sources.gypi b/runtime/lib/async_sources.gypi
index a64243dad61251dc1aa605fe20444a77a06bdeba..9b39688e846b6b2ec52b110425d58f5f37ae6881 100644
--- a/runtime/lib/async_sources.gypi
+++ b/runtime/lib/async_sources.gypi
@@ -2,9 +2,10 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# This file contains all sources for the dart:isolate library.
+# This file contains all sources for the dart:async library.
{
'sources': [
+ 'event_loop_patch.dart',
'timer_patch.dart',
'deferred_load_patch.dart',
],
« no previous file with comments | « no previous file | runtime/lib/event_loop_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698