| Index: media/cast/BUILD.gn
 | 
| diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
 | 
| index 92aa84e709841ac5b0ea6f1ea9a0916a013c826b..10dfc2e77d7f307059b5d51913d3345a41136c36 100644
 | 
| --- a/media/cast/BUILD.gn
 | 
| +++ b/media/cast/BUILD.gn
 | 
| @@ -299,15 +299,6 @@ static_library("test_support") {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -# TODO(GYP): Delete this after we've converted everything to GN.
 | 
| -# The _run targets exist only for compatibility w/ GYP.
 | 
| -group("cast_unittests_run") {
 | 
| -  testonly = true
 | 
| -  deps = [
 | 
| -    ":cast_unittests",
 | 
| -  ]
 | 
| -}
 | 
| -
 | 
|  test("cast_unittests") {
 | 
|    sources = [
 | 
|      "common/expanded_value_base_unittest.cc",
 | 
| 
 |