| Index: runtime/observatory/BUILD.gn
|
| diff --git a/runtime/observatory/BUILD.gn b/runtime/observatory/BUILD.gn
|
| index 969d9ee9e5cf1d209d777222318bcca6bb5d7d5b..a799aa2e2ae9ebcd2d1d0831a289262c0ccd57b7 100644
|
| --- a/runtime/observatory/BUILD.gn
|
| +++ b/runtime/observatory/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("../../build/executable_suffix.gni")
|
| import("../../build/prebuilt_dart_sdk.gni")
|
| +import("../../build/dart_host_toolchain.gni")
|
|
|
| # Currently paths here are hard coded for convenience in building Mojo/Flutter.
|
| declare_args() {
|
| @@ -40,10 +41,10 @@ if (dart_host_pub_exe != "") {
|
| dart_host_pub_exe,
|
| ]
|
| } else if (!prebuilt_dart_exe_works) {
|
| - pub_build_deps += [ "../bin:dart_bootstrap($host_toolchain)" ]
|
| + pub_build_deps += [ "../bin:dart_bootstrap($dart_host_toolchain)" ]
|
|
|
| - dart_out_dir =
|
| - get_label_info("../bin:dart_bootstrap($host_toolchain)", "root_out_dir")
|
| + dart_out_dir = get_label_info("../bin:dart_bootstrap($dart_host_toolchain)",
|
| + "root_out_dir")
|
| dart_bootstrap = rebase_path("$dart_out_dir/dart_bootstrap$executable_suffix")
|
|
|
| pub_build_args = [
|
|
|