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

Unified Diff: ios/build/chrome_build.gni

Issue 2814783003: Rename widget to search widget and use new bundleid to always build. (Closed)
Patch Set: seems I didn't actually delete widget_view_controller... Created 3 years, 8 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 | « ios/BUILD.gn ('k') | ios/chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/chrome_build.gni
diff --git a/ios/build/chrome_build.gni b/ios/build/chrome_build.gni
index 30ff8fbe1c4c1f214880a1de3718ce69c62a91b3..d4a6e6b326aa6a9af89bf23e9c6c28deb65181c3 100644
--- a/ios/build/chrome_build.gni
+++ b/ios/build/chrome_build.gni
@@ -9,7 +9,7 @@ import("//build/config/mac/symbols.gni")
declare_args() {
# Enable today extension.
ios_enable_today_extension = true
- ios_enable_widget_extension = false
+ ios_enable_search_widget_extension = true
# Enable share extension.
ios_enable_share_extension = true
@@ -29,8 +29,6 @@ declare_args() {
# entitlements.
ios_egtests_entitlements_additions = []
}
-assert(!(ios_enable_today_extension && ios_enable_widget_extension),
- "Both today extensions cannot be enabled simultaneously.")
# Configure whether breakpad support is enabled.
breakpad_enabled = is_official_build && is_chrome_branded
« no previous file with comments | « ios/BUILD.gn ('k') | ios/chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698