| Index: skia/BUILD.gn
 | 
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
 | 
| index 0bee78cebf133a9eaf0da5500013674bfd28ef98..af09b70c37f3578c96854a71282b4f18dab129e5 100644
 | 
| --- a/skia/BUILD.gn
 | 
| +++ b/skia/BUILD.gn
 | 
| @@ -657,15 +657,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",
 | 
| 
 |