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

Unified Diff: ios/BUILD.gn

Issue 2927803002: Add the new content widget including localised title. (Closed)
Patch Set: comments Created 3 years, 6 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/build/chrome_build.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ios/build/chrome_build.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698