Chromium Code Reviews| Index: build/config/ios/BUILD.gn |
| diff --git a/build/config/ios/BUILD.gn b/build/config/ios/BUILD.gn |
| index ac709ae6ac891a2651d334c2b84f6921f9dd1d37..0dda3e52631cc9f627d1e9519501859bafa6a7a2 100644 |
| --- a/build/config/ios/BUILD.gn |
| +++ b/build/config/ios/BUILD.gn |
| @@ -60,3 +60,7 @@ config("xctest_config") { |
| "XCTest.framework", |
| ] |
| } |
| + |
| +group("xctest") { |
| + public_configs = [ ":xctest_config" ] |
| +} |