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

Unified Diff: ios/showcase/BUILD.gn

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: More unittests and cleanup. Created 3 years, 8 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 | « ios/clean/chrome/test/BUILD.gn ('k') | ios/showcase/common/coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/BUILD.gn
diff --git a/ios/showcase/BUILD.gn b/ios/showcase/BUILD.gn
index 3dd7d51cc19bc40fc64cc7f8cbaca87f053fb441..307589671b9e1381627bf33d31ee9a43845e272e 100644
--- a/ios/showcase/BUILD.gn
+++ b/ios/showcase/BUILD.gn
@@ -28,6 +28,7 @@ group("features") {
"//ios/clean/chrome/browser/ui/tools:tools_ui",
"//ios/showcase/content_suggestions",
"//ios/showcase/payments",
+ "//ios/showcase/root",
"//ios/showcase/settings",
"//ios/showcase/tab",
"//ios/showcase/tab_grid",
@@ -54,6 +55,7 @@ ios_eg_test("ios_showcase_egtests") {
"//ios/showcase/content_suggestions:eg_tests",
"//ios/showcase/core:eg_tests",
"//ios/showcase/payments:eg_tests",
+ "//ios/showcase/root:eg_tests",
"//ios/showcase/tab:eg_tests",
"//ios/showcase/tab_grid:eg_tests",
« no previous file with comments | « ios/clean/chrome/test/BUILD.gn ('k') | ios/showcase/common/coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698