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 |