| Index: ios/BUILD.gn
|
| diff --git a/ios/BUILD.gn b/ios/BUILD.gn
|
| index 7ba2d563681e362e6889e8a675a9deb65b3e9ad2..bb776b6fc800bb0d30411dc4a56aac29ecd5efaf 100644
|
| --- a/ios/BUILD.gn
|
| +++ b/ios/BUILD.gn
|
| @@ -40,9 +40,9 @@ group("all") {
|
| deps = [
|
| # List all the targets that need to be build on iOS by default.
|
| "//ios/chrome/app:chrome",
|
| + "//ios/chrome/search_widget_extension",
|
| "//ios/chrome/share_extension",
|
| "//ios/chrome/today_extension",
|
| - "//ios/chrome/widget_extension",
|
| "//ios/clean/chrome/app:chrome_clean_skeleton",
|
| "//ios/showcase",
|
| "//ios/web/shell:ios_web_shell",
|
|
|