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

Unified Diff: build/config/features.gni

Issue 508823004: gn: Fix definition of |enable_plugins|. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | no next file » | 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 5970a728fbe4cfc4efb236704f7a5a577bd9c64d..28bffd44c16015cf1d51a1669574dd7634d5e1a6 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -19,7 +19,7 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
- enable_plugins = !is_android || !is_ios
+ enable_plugins = !is_android && !is_ios
# Enables Native Client support.
# TODO(GYP) enable this when nacl works in GN.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698