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

Unified Diff: ios/showcase/BUILD.gn

Issue 2967113003: [ios showcase] Integrated TextBadgeView with Showcase. (Closed)
Patch Set: Added SC prefix, centered text badge Created 3 years, 5 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 71212a2d8539e8abcdbbb00c3171d57b0dc86d1d..8ea5113c9b188d2880092cc02a44088a65a254b2 100644
--- a/ios/showcase/BUILD.gn
+++ b/ios/showcase/BUILD.gn
@@ -34,6 +34,7 @@ group("features") {
"//ios/showcase/settings",
"//ios/showcase/tab",
"//ios/showcase/tab_grid",
+ "//ios/showcase/text_badge_view",
"//ios/showcase/toolbar",
"//ios/showcase/tools_menu",
"//ios/showcase/uikit_table_view_cell",
@@ -74,6 +75,7 @@ ios_eg_test("ios_showcase_egtests") {
"//ios/showcase/root:eg_tests",
"//ios/showcase/tab:eg_tests",
"//ios/showcase/tab_grid:eg_tests",
+ "//ios/showcase/text_badge_view:eg_tests",
"//ios/showcase/toolbar: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