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) { ...@@ -852,6 +852,7 @@ if (build_angle_deqp_tests && !is_fuchsia) {
deps = [] deps = []
sources = [] sources = []
data = [] data = []
data_deps = []
} }
template("angle_deqp_gtest") { template("angle_deqp_gtest") {
...@@ -869,6 +870,7 @@ if (build_angle_deqp_tests && !is_fuchsia) { ...@@ -869,6 +870,7 @@ if (build_angle_deqp_tests && !is_fuchsia) {
"sources", "sources",
"deps", "deps",
"data", "data",
"data_deps",
]) ])
deps += [ deps += [
...@@ -1026,8 +1028,8 @@ if (build_angle_deqp_tests && !is_fuchsia) { ...@@ -1026,8 +1028,8 @@ if (build_angle_deqp_tests && !is_fuchsia) {
mustpass_dir = _khronos_mustpass mustpass_dir = _khronos_mustpass
data = [ data_deps = [
"$root_out_dir/$angle_data_dir/gl_cts/", ":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