Index: runtime/observatory/BUILD.gn |
diff --git a/runtime/observatory/BUILD.gn b/runtime/observatory/BUILD.gn |
index 6b35737f76d5c741c1c065050e1c2c15fef8f07d..969d9ee9e5cf1d209d777222318bcca6bb5d7d5b 100644 |
--- a/runtime/observatory/BUILD.gn |
+++ b/runtime/observatory/BUILD.gn |
@@ -27,8 +27,7 @@ declare_args() { |
} |
# We set this to "" in the Fuchsia build to force building with dart_bootstrap. |
-if (defined(is_fuchsia) && defined(is_fuchsia_host) && |
- (is_fuchsia || is_fuchsia_host)) { |
+if (is_fuchsia || is_fuchsia_host) { |
dart_host_pub_exe = "" |
} |