Commit 52cc70fa by Nico Weber Committed by Commit Bot

Try to list files instead of directory in isolate for gl_cts data.

Bug: angleproject:3827 Change-Id: I65ed81886dce185bfc7542c321f43cc9bde6ef92 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1771979Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 962503e7
......@@ -852,6 +852,7 @@ if (build_angle_deqp_tests && !is_fuchsia) {
deps = []
sources = []
data = []
data_deps = []
}
template("angle_deqp_gtest") {
......@@ -869,6 +870,7 @@ if (build_angle_deqp_tests && !is_fuchsia) {
"sources",
"deps",
"data",
"data_deps",
])
deps += [
......@@ -1026,8 +1028,8 @@ if (build_angle_deqp_tests && !is_fuchsia) {
mustpass_dir = _khronos_mustpass
data = [
"$root_out_dir/$angle_data_dir/gl_cts/",
data_deps = [
":angle_deqp_khr_data",
]
}
}
......
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