Commit 802a73ba by Tom Anderson Committed by Commit Bot

[ANGLE] Add missing dependency on exe_and_shlib_deps

BUG=chromium:593874 Change-Id: I025f31e422cf3eb5db1730710cca26587c283839 Reviewed-on: https://chromium-review.googlesource.com/557350Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 8ff73235
...@@ -362,6 +362,7 @@ if (build_angle_deqp_tests) { ...@@ -362,6 +362,7 @@ if (build_angle_deqp_tests) {
shared_library(shared_library_name) { shared_library(shared_library_name) {
deps = [ deps = [
":angle_deqp_libtester", ":angle_deqp_libtester",
"//build/config:exe_and_shlib_deps",
"//third_party/angle:angle_util", "//third_party/angle:angle_util",
] ]
......
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