Index: mojo/application/BUILD.gn |
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn |
index 5ea3a25e0676148aaca11b55df63a8aec3ba6ded..d39f10e8e5c9958921a1ad0b1dc0f5dc34e80bfa 100644 |
--- a/mojo/application/BUILD.gn |
+++ b/mojo/application/BUILD.gn |
@@ -35,7 +35,7 @@ source_set("content_handler") { |
] |
} |
-source_set("test_support_source_set") { |
+source_set("test_support") { |
testonly = true |
sources = [ |
"application_test_base_chromium.cc", |
@@ -52,15 +52,6 @@ source_set("test_support_source_set") { |
"//third_party/mojo/src/mojo/public/cpp/system", |
"//testing/gtest", |
] |
-} |
- |
-# This group wraps the source_set above, so building any apptest that depends |
-# on this target also builds this target's data_deps; see crbug.com/477104. |
-group("test_support") { |
- testonly = true |
- public_deps = [ |
- ":test_support_source_set", |
- ] |
data_deps = [] |
if (is_android) { |