1# Copyright 2016 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/chrome_build.gni")
6import("//build/config/chromecast_build.gni")
7import("//build/config/features.gni")
8
9declare_args() {
10  enable_plugins = !is_android && !is_ios && !is_chromecast && !is_fuchsia
11}
12