Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index a93770c40f38acd7123d0b83fee7f5043780bd85..f401669ff35b69407855f1a7959d24f5c78655e9 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -221,7 +221,7 @@ io_impl_sources_gypi = |
| [ "io_impl_sources.gypi" ]) |
| } |
| -if (current_toolchain == host_toolchain) { |
| +if (!defined(is_fuchsia) || (current_toolchain == host_toolchain)) { |
| executable("gen_snapshot") { |
| configs += ["..:dart_config", |