editor: try to fix moltenvk bots

Change-Id: Id57103ac3bc9bad5f6e4b685e8b00fdc5e53aecd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/230752
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2019-07-30 12:37:43 -04:00 committed by Skia Commit-Bot
parent 8cbf662b29
commit 7679b28639

View File

@ -44,9 +44,11 @@ if (skia_use_icu && skia_use_harfbuzz) {
sources = [
"editor_application.cpp",
]
public_deps = [
"../..:sk_app",
]
deps = [
":editor_lib",
"../..:sk_app",
]
}
}