Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2067)

Unified Diff: build/config/ios/BUILD.gn

Issue 2220823002: Add a target //build/config/ios:xctest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-bundle-creation
Patch Set: Rebase on origin/master. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698