| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 6e8d96b138640c08b1c4b62848cfe8c5ec8b26b4..214dadefe4e92d14957d759a725690ecdb9f0379 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -273,6 +273,15 @@ test("gpu_perftests") {
|
| ]
|
| }
|
|
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("angle_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":angle_unittests",
|
| + ]
|
| +}
|
| +
|
| test("angle_unittests") {
|
| sources = [
|
| "angle_unittest_main.cc",
|
|
|