| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 323b333641a4d1b2845d08331904f5f6c18df07f..ca55fa9f7dacd278d27fbc4851780d2c6b2d78ae 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -383,11 +383,6 @@ if (is_android) {
|
| resource_dirs = [ "//components/test/android/browsertests_apk/res" ]
|
| custom_package = "org.chromium.components_browsertests_apk"
|
| }
|
| -
|
| - # TODO(GYP_GONE): Delete this target once recipes no longer require it.
|
| - junit_binary("components_junit_tests") {
|
| - java_files = [ "//testing/android/junit/DummyTest.java" ]
|
| - }
|
| }
|
|
|
| if (!is_ios) {
|
|
|