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', |
], |