| Index: runtime/lib/async_sources.gypi
|
| diff --git a/runtime/lib/isolate_sources.gypi b/runtime/lib/async_sources.gypi
|
| similarity index 87%
|
| copy from runtime/lib/isolate_sources.gypi
|
| copy to runtime/lib/async_sources.gypi
|
| index 373158f84d45d1d8a1cd58d5bbf8a6edb19871b1..d1c0711679a7189610e28d878b4f8825aae0a3c6 100644
|
| --- a/runtime/lib/isolate_sources.gypi
|
| +++ b/runtime/lib/async_sources.gypi
|
| @@ -5,7 +5,6 @@
|
| # This file contains all sources for the dart:isolate library.
|
| {
|
| 'sources': [
|
| - 'isolate_patch.dart',
|
| - 'isolate.cc',
|
| + 'timer_patch.dart',
|
| ],
|
| }
|
|
|