Avi Drissman | d6cdf9b | 2022-09-15 19:52:53 | [diff] [blame] | 1 | # Copyright 2015 The Chromium Authors |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [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 | |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 5 | import("//build/config/ui.gni") |
| 6 | |
Joshua Pawlicki | 57d9b52 | 2023-03-21 13:43:10 | [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() { |
Randolf Jung | 857019f | 2023-06-27 18:29:58 | [diff] [blame] | 12 | enable_remoting = !is_castos && !is_cast_android && !is_fuchsia && |
| 13 | (!is_linux || target_cpu != "arm64") |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 14 | } |