Commit 86a45a1a by Jamie Madill Committed by Commit Bot

Remove missing script from angle.gni test config.

Was from a subsequent CL. For some reason this was only picked up on the ANGLE roll into Chrome. Bug: angleproject:3162 Change-Id: I6c9d4ab3843bd5a58a6695b79648b57343689c4d Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2236759Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 22c95964
...@@ -363,10 +363,7 @@ template("angle_test") { ...@@ -363,10 +363,7 @@ template("angle_test") {
if (invoker.main != "") { if (invoker.main != "") {
sources = [ "${invoker.main}.cpp" ] sources = [ "${invoker.main}.cpp" ]
} }
data = invoker.data + [ data = invoker.data + [ "//testing/xvfb.py" ]
"src/tests/test_utils/runner/run_gtest_angle_test.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