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

Unified Diff: build/config/features.gni

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 | « BUILD.gn ('k') | build/config/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 5bd1c1803289adeaaf015ef00eff79b71b2a26a2..f5d2c59ea06c0c028ebc88b5894ed9f6cc8f71de 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -70,9 +70,9 @@ use_seccomp_bpf = (is_linux || is_android) &&
enable_webrtc = !is_ios
-# Enable notifications everywhere except Android.
+# Enable notifications everywhere except Android/iOS.
# Android is http://crbug.com/115320
-enable_notifications = !is_android
+enable_notifications = !is_android && !is_ios
# TODO(brettw) this should be moved to net and only dependents get this define.
disable_ftp_support = is_ios
« no previous file with comments | « BUILD.gn ('k') | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698