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

Unified Diff: runtime/observatory/BUILD.gn

Issue 2552203006: Fuchsia: Reland enable observatory. Pass rpath for host builds. (Closed)
Patch Set: Add configs instead of copying flags Created 4 years 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 | « runtime/bin/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/BUILD.gn
diff --git a/runtime/observatory/BUILD.gn b/runtime/observatory/BUILD.gn
index c55b92d9143acca3fa0a99e83a841e314e1e29f7..ca85f297088b11ff6be4cc65960dae733f024c87 100644
--- a/runtime/observatory/BUILD.gn
+++ b/runtime/observatory/BUILD.gn
@@ -23,7 +23,8 @@ declare_args() {
}
# We set this to "" in the Fuchsia build to force building with dart_bootstrap.
-if (defined(is_fuchsia) && is_fuchsia) {
+if (defined(is_fuchsia) && defined(is_fuchsia_host) &&
+ (is_fuchsia || is_fuchsia_host)) {
dart_host_pub_exe = ""
}
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698