Disable skiaserve target for Windows ARM64

Bug: skia:8569
Change-Id: I7b86dce88af01184aecbfac522bd4e684438d97f
Reviewed-on: https://skia-review.googlesource.com/c/175995
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
Brian Osman 2018-12-10 11:56:01 -05:00 committed by Skia Commit-Bot
parent 22fabcae16
commit 6788a54afe

View File

@ -1853,7 +1853,7 @@ if (skia_enable_tools) {
]
}
if (!is_ios && target_cpu != "wasm") {
if (!is_ios && target_cpu != "wasm" && !(is_win && target_cpu == "arm64")) {
test_app("skiaserve") {
sources = [
"tools/skiaserve/Request.cpp",