Avi Drissman | 60039d4 | 2022-09-13 21:49:05 | [diff] [blame] | 1 | # Copyright 2016 The Chromium Authors |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
3 | # found in the LICENSE file. | ||||
4 | |||||
Daniel Nicoara | cf98a1bf | 2022-08-09 19:51:44 | [diff] [blame] | 5 | import("//build/config/chromecast_build.gni") |
6 | |||||
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 7 | declare_args() { |
Daniel Nicoara | cf98a1bf | 2022-08-09 19:51:44 | [diff] [blame] | 8 | enable_extensions = !is_android && !is_ios && !is_castos |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 9 | } |