Skip to content

Commit 465a912

Browse files
dprankeCommit Bot
authored and
Commit Bot
committed
Remove old reference to run_gtest_angle_test.py.
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. [email protected] Bug: angleproject:3162 Change-Id: I6314a88e276b4459534344d500345ccf5de2b649 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2281553 Reviewed-by: Dirk Pranke <[email protected]> Commit-Queue: Dirk Pranke <[email protected]>
1 parent 07193df commit 465a912

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gni/angle.gni

-5
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,6 @@ template("angle_test") {
371371
}
372372
data = invoker.data + [
373373
"$angle_root/scripts/run_gtest_angle_test.py",
374-
375-
# TODO(anglebug.com/3162): Remove the reference to the
376-
# //testing/scripts copy of run_gtest_angle_test.py.
377-
"//testing/scripts/run_gtest_angle_test.py",
378-
379374
"//testing/scripts/common.py",
380375
"//testing/xvfb.py",
381376
]

0 commit comments

Comments
 (0)