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

Unified Diff: ios/net/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/chrome/test/earl_grey/BUILD.gn ('k') | ios/showcase/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/BUILD.gn
diff --git a/ios/net/BUILD.gn b/ios/net/BUILD.gn
index be401baa11e62a0de538080e6ea34eb8864b915c..eef32482de3d2906f866d1e078f678cb22813061 100644
--- a/ios/net/BUILD.gn
+++ b/ios/net/BUILD.gn
@@ -6,6 +6,13 @@ import("//ios/build/config.gni")
import("//testing/test.gni")
import("//url/features.gni")
+group("all_tests") {
+ testonly = true
+ deps = [
+ ":ios_net_unittests",
+ ]
+}
+
source_set("net") {
deps = [
"//base",
« no previous file with comments | « ios/chrome/test/earl_grey/BUILD.gn ('k') | ios/showcase/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698