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:
parent
ea236bf818
commit
378be8dcc0
7
BUILD.gn
7
BUILD.gn
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user