Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index a7604ffec83b78760b8225412f24cb21eaf2eea0..6417b1717c81b7382386187a3186931f0d66e6fc 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -208,7 +208,7 @@ source_set("embedded_dart_io") { |
| "builtin.cc", |
| "builtin_gen_snapshot.cc", |
| ] |
| - if (!is_mac) { |
| + if (!is_mac && !is_ios) { |
| # Dart tree uses *_macos.* instead of *_mac.* |
| custom_sources_filter += [ |
| "*_macos.h", |