| Index: runtime/bin/io_sources.gypi
|
| diff --git a/runtime/bin/io_sources.gypi b/runtime/bin/io_sources.gypi
|
| index 69100f0350b4f9becf35896b851342a38b7cc00e..9e465393b41d666bfd2b26f9861ca0988f99f1b9 100644
|
| --- a/runtime/bin/io_sources.gypi
|
| +++ b/runtime/bin/io_sources.gypi
|
| @@ -5,6 +5,8 @@
|
| # This file contains all sources for the dart:io library.
|
| {
|
| 'sources': [
|
| + 'io.dart',
|
| + # The above file needs to be first as it imports required libraries.
|
| 'common_patch.dart',
|
| 'directory_patch.dart',
|
| 'eventhandler_patch.dart',
|
|
|