Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: runtime/bin/BUILD.gn

Issue 2174503002: Fix Flutter mac build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698