gn: Fix definition of |enable_plugins|.

Plugins are not enabled on android or ios.

BUG=none
R=brettw@chromium.org

Review URL: https://codereview.chromium.org/508823004

Cr-Commit-Position: refs/heads/master@{#292256}
parent 24c348f1
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment