[imagediff] Fix typo in Windows cross-build logic
There was one naming discrepancy in CL 1489484
. This CL fixes it.
Bug: 893460
Change-Id: I734b395d8fd634064833ed36fd1ff084e5b42dd8
Reviewed-on: https://chromium-review.googlesource.com/c/1497221
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637004}
This commit is contained in:
@ -20,7 +20,7 @@ import("//build/symlink.gni")
|
||||
# not provide it. Instead, determine it here.
|
||||
if (target_os == "win" && host_os != "win") {
|
||||
# When targeting Windows from not Windows, use the test target toolchain.
|
||||
image_diff_toolchain = default_toolchain
|
||||
imagediff_toolchain = default_toolchain
|
||||
} else if (target_os != host_os) {
|
||||
# In common cross-compilation scenarios, the build host matches the test host.
|
||||
# TODO: In chrome/android-on-mac cross builds, image_diff would still have to
|
||||
|
Reference in New Issue
Block a user