| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 7eecaedbda9a636fe4d2c8910d7a4d2ea2bfd8bb..c6b673597a7ddf5a60a4f76b688caa29af3683fe 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -675,12 +675,6 @@ group("gn_all") {
|
| "//third_party/icu/fuzzers",
|
| "//third_party/qcms:fuzzers",
|
| ]
|
| -
|
| - # TODO(miu): Remove this dependency once the build configuration in
|
| - # chrome/browser/BUILD.gn is migrated to chrome/browser/media/BUILD.gn.
|
| - # This dependency here only exists to allow GN to discover the
|
| - # fuzzer_test target there.
|
| - deps += [ "//chrome/browser/media:cast_remoting_connector_fuzzer" ]
|
| }
|
|
|
| if (enable_nacl) {
|
|
|