Chromium Code Reviews| Index: runtime/observatory/BUILD.gn |
| diff --git a/runtime/observatory/BUILD.gn b/runtime/observatory/BUILD.gn |
| index 969d9ee9e5cf1d209d777222318bcca6bb5d7d5b..3189033d5edfc93f67c4ad67e7724052ccb04060 100644 |
| --- a/runtime/observatory/BUILD.gn |
| +++ b/runtime/observatory/BUILD.gn |
| @@ -40,11 +40,13 @@ 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_host_arch($host_toolchain)" ] |
|
zra
2017/06/12 18:12:18
Does the dart_bootstrap use in //utils/generate_pa
rmacnak
2017/06/12 21:10:51
Done. Also updated the analyzer's summaries to use
|
| dart_out_dir = |
| - get_label_info("../bin:dart_bootstrap($host_toolchain)", "root_out_dir") |
| - dart_bootstrap = rebase_path("$dart_out_dir/dart_bootstrap$executable_suffix") |
| + get_label_info("../bin:dart_bootstrap_host_arch($host_toolchain)", |
| + "root_out_dir") |
| + dart_bootstrap = |
| + rebase_path("$dart_out_dir/dart_bootstrap_host_arch$executable_suffix") |
| pub_build_args = [ |
| "--sdk=True", |