Commit 4f2fb80b by Jamie Madill Committed by Commit Bot

Tests: Add scripts/common.py to standalone data.

This file is needed by the bots to run as an isolated script. Bug: angleproject:3162 Change-Id: I1bb87b3622613334b379896a3c124a6007676346 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2275729Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 34eb401b
...@@ -369,7 +369,10 @@ template("angle_test") { ...@@ -369,7 +369,10 @@ template("angle_test") {
if (invoker.main != "") { if (invoker.main != "") {
sources = [ "${invoker.main}.cpp" ] sources = [ "${invoker.main}.cpp" ]
} }
data = invoker.data + [ "//testing/xvfb.py" ] data = invoker.data + [
"//testing/scripts/common.py",
"//testing/xvfb.py",
]
if (is_linux && !is_component_build) { if (is_linux && !is_component_build) {
# Set rpath to find shared libs in a non-component build. # Set rpath to find shared libs in a non-component build.
......
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