garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 1 | # Copyright 2015 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 | |||||
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 5 | import("//build/config/ui.gni") |
6 | |||||
Eric Noyau | 95d5777b | 2017-10-17 15:31:39 | [diff] [blame] | 7 | if (is_ios) { |
8 | import("//build/config/ios/ios_sdk.gni") | ||||
9 | } | ||||
10 | |||||
brettw | 2b112cd | 2016-10-12 19:35:36 | [diff] [blame] | 11 | declare_args() { |
Patrik Höglund | d98b020f | 2018-05-07 12:17:44 | [diff] [blame] | 12 | enable_remoting = !is_chromecast && !is_fuchsia |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 13 | } |