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

Unified Diff: ios/testing/BUILD.gn

Issue 2570523002: Refactor //ios:all target in preparation of upstreaming. (Closed)
Patch Set: Rebase Created 4 years 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 | « ios/test/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/BUILD.gn
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn
index 3ad58c9061a3e5511409a0d8eb7d3f36b2bb3948..4a526f093b732096d5f7a2c614ceaf3efa9982db 100644
--- a/ios/testing/BUILD.gn
+++ b/ios/testing/BUILD.gn
@@ -5,6 +5,13 @@
import("//ios/build/config.gni")
import("//testing/test.gni")
+group("all_tests") {
+ testonly = true
+ deps = [
+ ":ocmock_support_unittest",
+ ]
+}
+
source_set("ios_test_support") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
« no previous file with comments | « ios/test/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698