Chromium Code Reviews| Index: runtime/observatory/BUILD.gn |
| diff --git a/runtime/observatory/BUILD.gn b/runtime/observatory/BUILD.gn |
| index d4c736ca876e67179de01ab5bec8fa6797b888ec..a3bff255cce30504772030df0798867da9918928 100644 |
| --- a/runtime/observatory/BUILD.gn |
| +++ b/runtime/observatory/BUILD.gn |
| @@ -22,6 +22,10 @@ declare_args() { |
| dart_host_pub_exe = rebase_path("$dart_host_sdk/bin/pub") |
| } |
| +if (defined(is_fuchsia) && is_fuchsia) { |
| + dart_host_pub_exe = "" |
| +} |
|
siva
2016/12/06 23:24:39
What is this for? Can you add a comment.
zra
2016/12/07 19:11:23
Done.
|
| + |
| # Construct arguments to the observatory tool for finding pub. |
| pub_build_deps = [] |
| pub_build_args = [] |