Commit c763e8bb authored by Etienne Pierre-Doray's avatar Etienne Pierre-Doray Committed by Commit Bot

Add dependancy exe_and_shlib_deps for zucchini executable


Bug: 723069
Change-Id: Ic029206b64001406858de8a18efeeec8d7c289c9
Reviewed-on: https://chromium-review.googlesource.com/571042Reviewed-by: default avatarSamuel Huang <huangs@chromium.org>
Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486551}
parent 96de069f
......@@ -29,7 +29,9 @@ executable("zucchini") {
"zucchini_main.cc",
]
deps = []
deps = [
"//build/config:exe_and_shlib_deps",
]
if (is_win) {
deps += [ ":zucchini_exe_version" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment