Index: breakpad/BUILD.gn |
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn |
index 75018f0ce6b39f44f43da8bbbd2ad0f7ddf2f955..33f2abc4809a75afccbf1872144822f9c49a2240 100644 |
--- a/breakpad/BUILD.gn |
+++ b/breakpad/BUILD.gn |
@@ -985,13 +985,3 @@ if (is_win) { |
public_configs = [ ":sender_config" ] |
} |
} |
- |
-if (is_android) { |
- # TODO(GYP_GONE) Delete this after we've converted everything to GN. |
- group("breakpad_unittests_deps") { |
- testonly = true |
- deps = [ |
- ":breakpad_unittests", |
- ] |
- } |
-} |