| Index: skia/BUILD.gn
|
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
|
| index 05edaf215fd3a0fe1ee3682e25c63a6c76ad1e45..54c189611d14a47f94d97590f2c324a4b3c754a1 100644
|
| --- a/skia/BUILD.gn
|
| +++ b/skia/BUILD.gn
|
| @@ -658,15 +658,6 @@ source_set("skia_opts") {
|
| visibility = [ ":skia" ]
|
| }
|
|
|
| -# TODO(GYP): Delete this after we've converted everything to GN.
|
| -# The _run targets exist only for compatibility w/ GYP.
|
| -group("skia_unittests_run") {
|
| - testonly = true
|
| - deps = [
|
| - ":skia_unittests",
|
| - ]
|
| -}
|
| -
|
| test("skia_unittests") {
|
| sources = [
|
| "ext/analysis_canvas_unittest.cc",
|
|
|