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

Unified Diff: ios/showcase/BUILD.gn

Issue 2764063002: Add TabContainer to Showcase (Closed)
Patch Set: Other heuristic for back button Created 3 years, 9 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 | ios/showcase/core/showcase_model.mm » ('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 d19ba9cbaf2da86c5e5235ad080484775443b3cf..369f9965be3eed6d385613297ce8fcaf5e3a208b 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/settings",
"//ios/showcase/suggestions",
+ "//ios/showcase/tab",
"//ios/showcase/tab_grid",
"//ios/showcase/tab_strip",
"//ios/showcase/toolbar",
@@ -51,6 +52,8 @@ ios_eg_test("ios_showcase_egtests") {
# Add all eg_tests targets below.
"//ios/showcase/core:eg_tests",
+ "//ios/showcase/suggestions:eg_tests",
+ "//ios/showcase/tab:eg_tests",
"//ios/showcase/tab_grid:eg_tests",
# All shared libraries must have the sanitizer deps to properly link in
« no previous file with comments | « no previous file | ios/showcase/core/showcase_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698