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

Unified Diff: ios/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 | « no previous file | ios/chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/BUILD.gn
diff --git a/ios/BUILD.gn b/ios/BUILD.gn
index 3284952a1270881ab7c1f9f10a177dca3f97da48..737f82c855178092027820da61b67ec074d54334 100644
--- a/ios/BUILD.gn
+++ b/ios/BUILD.gn
@@ -26,21 +26,25 @@ group("all") {
]
} else {
deps = [
- "//ios/chrome:ios_chrome_unittests",
- "//ios/chrome/app",
- "//ios/chrome/common",
- "//ios/chrome/common/physical_web",
+ # List all the targets that need to be build on iOS by default.
+ "//ios/chrome/app:chrome",
+ "//ios/chrome/app:chrome_clean_skeleton",
+ "//ios/showcase",
+ "//ios/web/shell:ios_web_shell",
+
+ # List all the test targets that need to be build on iOS by default.
+ "//ios/chrome/test:all_tests",
+ "//ios/chrome/test/earl_grey:all_tests",
+ "//ios/net:all_tests",
+ "//ios/showcase/test:all_tests",
+ "//ios/testing:all_tests",
+ "//ios/web:all_tests",
+ "//ios/web/shell/test:all_tests",
+
+ # Those dependencies are currently only used from downstream code
+ # and will be removed once the dependent code has been upstreamed.
"//ios/chrome/share_extension:packed_resources",
"//ios/chrome/today_extension:packed_resources",
- "//ios/net:ios_net_unittests",
- "//ios/public/provider/chrome/browser",
- "//ios/testing:ocmock_support_unittest",
- "//ios/third_party/earl_grey",
- "//ios/web:earl_grey_test_support",
- "//ios/web:ios_web_inttests",
- "//ios/web:ios_web_unittests",
- "//ios/web/shell:ios_web_shell",
- "//ios/web/shell/test:ios_web_shell_egtests",
]
}
}
« no previous file with comments | « no previous file | ios/chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698