sk_app: fix BUILD file

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Mac-Clang-x86_64-Debug-MoltenVK_Vulkan

Change-Id: I67a298afc41bef7de49e1d9e52cf0bd0f8d1fe0a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/211000
Commit-Queue: Ben Wagner <bungeman@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
This commit is contained in:
Hal Canary 2019-04-26 08:20:14 -04:00 committed by Skia Commit-Bot
parent ea236bf818
commit 378be8dcc0

View File

@ -2175,6 +2175,10 @@ if (skia_enable_tools) {
}
test_lib("sk_app") {
public_deps = [
":skia",
":gpu_tool_utils",
]
sources = [
"tools/sk_app/CommandSet.cpp",
"tools/sk_app/GLWindowContext.cpp",
@ -2258,8 +2262,6 @@ if (skia_enable_tools) {
}
deps = [
":gpu_tool_utils",
":skia",
":tool_utils",
]
if (is_android) {
@ -2463,7 +2465,6 @@ if (skia_enable_tools) {
"experimental/editor/editor_application.cpp",
]
deps = [
":gpu_tool_utils",
":sk_app",
":skia",
"modules/skshaper",