| Index: ios/BUILD.gn
|
| diff --git a/ios/BUILD.gn b/ios/BUILD.gn
|
| index ec0e0b154b453d917896bea127e8939c11df8f58..d091b5b14329fc70b1d94945b7ebde33afaf4854 100644
|
| --- a/ios/BUILD.gn
|
| +++ b/ios/BUILD.gn
|
| @@ -39,8 +39,9 @@ group("all") {
|
| ]
|
| } else {
|
| deps = [
|
| - # List all the targets that need to be build on iOS by default.
|
| + # List all the targets that need to be built on iOS by default.
|
| "//ios/chrome/app:chrome",
|
| + "//ios/chrome/content_widget_extension",
|
| "//ios/chrome/search_widget_extension",
|
| "//ios/chrome/share_extension",
|
| "//ios/chrome/today_extension",
|
| @@ -49,7 +50,7 @@ group("all") {
|
| "//ios/web/shell:ios_web_shell",
|
| "//ios/web_view/shell:ios_web_view_shell",
|
|
|
| - # List all the test targets that need to be build on iOS by default.
|
| + # List all the test targets that need to be built on iOS by default.
|
| "//ios/chrome/test:all_tests",
|
| "//ios/chrome/test/earl_grey:all_tests",
|
| "//ios/clean/chrome/test:all_tests",
|
|
|