Skip to content

Commit

Permalink
Remove old reference to run_gtest_angle_test.py.
Browse files Browse the repository at this point in the history
We should've removed this in https://crrev.com/c/2280255; by
leaving it in, the chromium build still tries to include it
when building fuchsia packages, even though it isn't needed.

TBR=jmadill@chromium.org
Bug: angleproject:3162
Change-Id: I6314a88e276b4459534344d500345ccf5de2b649
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2281553
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
  • Loading branch information
dpranke authored and Commit Bot committed Jul 4, 2020
1 parent 07193df commit 465a912
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gni/angle.gni
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,6 @@ template("angle_test") {
}
data = invoker.data + [
"$angle_root/scripts/run_gtest_angle_test.py",

# TODO(anglebug.com/3162): Remove the reference to the
# //testing/scripts copy of run_gtest_angle_test.py.
"//testing/scripts/run_gtest_angle_test.py",

"//testing/scripts/common.py",
"//testing/xvfb.py",
]
Expand Down

0 comments on commit 465a912

Please sign in to comment.