Index: ios/BUILD.gn |
diff --git a/ios/BUILD.gn b/ios/BUILD.gn |
index feff75ced5e091450b935171cddf7a748b31c36a..a3f2f48dfae9312dfdb4a8d61404c584a027f4fd 100644 |
--- a/ios/BUILD.gn |
+++ b/ios/BUILD.gn |
@@ -29,13 +29,14 @@ group("all") { |
# 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/showcase:all_tests", |
"//ios/testing:all_tests", |
"//ios/web:all_tests", |
"//ios/web/shell/test:all_tests", |