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

Unified Diff: ios/build/chrome_build.gni

Issue 2632333002: Add a prototype today extension behind gn flag (Closed)
Patch Set: Created 3 years, 11 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/build/chrome_build.gni
diff --git a/ios/build/chrome_build.gni b/ios/build/chrome_build.gni
index a5a1394822c8dfaa8b7c65f6034326cde8fe6ff0..471b40c1926164734347026937fe7e2b7915b55b 100644
--- a/ios/build/chrome_build.gni
+++ b/ios/build/chrome_build.gni
@@ -8,7 +8,8 @@ import("//build/config/mac/symbols.gni")
declare_args() {
# Enable today extension.
- ios_enable_today_extension = true
+ ios_enable_today_extension = false
+ ios_enable_proto_today_extension = true
Olivier 2017/01/17 10:13:05 Please do not submit this.
lody 2017/01/17 17:31:45 Done.
# Enable share extension.
ios_enable_share_extension = true

Powered by Google App Engine
This is Rietveld 408576698