| Index: runtime/lib/isolate_sources.gypi
|
| diff --git a/runtime/lib/isolate_sources.gypi b/runtime/lib/isolate_sources.gypi
|
| index adf740de7e2a1d90700800a79644eba8409bc4ec..373158f84d45d1d8a1cd58d5bbf8a6edb19871b1 100644
|
| --- a/runtime/lib/isolate_sources.gypi
|
| +++ b/runtime/lib/isolate_sources.gypi
|
| @@ -5,10 +5,7 @@
|
| # This file contains all sources for the dart:isolate library.
|
| {
|
| 'sources': [
|
| - '../../lib/isolate/isolate_api.dart',
|
| - '../../lib/isolate/timer.dart',
|
| - '../../lib/isolate/timer_hook.dart',
|
| - 'isolate.dart',
|
| + 'isolate_patch.dart',
|
| 'isolate.cc',
|
| ],
|
| }
|
|
|