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

Unified Diff: ios/chrome/search_widget_extension/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
Index: ios/chrome/search_widget_extension/BUILD.gn
diff --git a/ios/chrome/search_widget_extension/BUILD.gn b/ios/chrome/search_widget_extension/BUILD.gn
index 38540eb42246999c9ab74a3036b6b35803d60362..79bbe056be10c12574b4e4b4e7bf78b155d2f13e 100644
--- a/ios/chrome/search_widget_extension/BUILD.gn
+++ b/ios/chrome/search_widget_extension/BUILD.gn
@@ -24,7 +24,9 @@ compile_plist("entitlements") {
ios_appex_bundle("search_widget_extension") {
deps = [
+ ":resources",
":search_widget",
+ ":system_strings",
]
extra_substitutions = [
@@ -48,8 +50,6 @@ source_set("search_widget") {
]
deps = [
- ":resources",
- ":system_strings",
"//base",
"//components/open_from_clipboard:open_from_clipboard_impl",
"//ios/chrome/common/app_group",

Powered by Google App Engine
This is Rietveld 408576698