| Index: runtime/bin/bin.gypi
|
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
|
| index d18807f4069f8367d80f231b131173fca1f9ece1..590d37ed0d4d38b66672f4f84ec10c313784013a 100644
|
| --- a/runtime/bin/bin.gypi
|
| +++ b/runtime/bin/bin.gypi
|
| @@ -170,6 +170,7 @@
|
| {
|
| 'target_name': 'libdart_io',
|
| 'type': 'static_library',
|
| + 'toolsets': ['host', 'target'],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| @@ -545,6 +546,7 @@
|
| 'dependencies': [
|
| 'libdart_withcore',
|
| 'libdart_builtin',
|
| + 'libdart_io',
|
| 'generate_snapshot_file#host',
|
| 'generate_snapshot_test_dat_file#host',
|
| ],
|
|
|