Chromium Code Reviews| Index: chrome/test/base/js2gtest.gni |
| diff --git a/chrome/test/base/js2gtest.gni b/chrome/test/base/js2gtest.gni |
| index c4fde1f4865dd02e3155c6c28264130c70037b88..e265f124093925715abec559436cf630b7127925 100644 |
| --- a/chrome/test/base/js2gtest.gni |
| +++ b/chrome/test/base/js2gtest.gni |
| @@ -39,7 +39,7 @@ template("js2gtest") { |
| v8_shell_path = get_label_info("//v8:v8_shell($snapshot_toolchain)", |
| "root_out_dir") + "/v8_shell" |
| - if (is_win) { |
| + if (host_os == "win") { |
| v8_shell_path += ".exe" |
| } |