[go: nahoru, domu]

blob: bcddf41564e1e24e00593331d2a64e9b7aeb8227 [file] [log] [blame]
Avi Drissmand6cdf9b2022-09-15 19:52:531# Copyright 2015 The Chromium Authors
garykac3eddb5b2015-04-17 23:16:382# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
garykac3eddb5b2015-04-17 23:16:385import("//build/config/ui.gni")
6
Joshua Pawlicki57d9b522023-03-21 13:43:107if (is_ios) {
8 import("//build/config/ios/ios_sdk.gni")
9}
10
brettw2b112cd2016-10-12 19:35:3611declare_args() {
Randolf Jung857019f2023-06-27 18:29:5812 enable_remoting = !is_castos && !is_cast_android && !is_fuchsia &&
13 (!is_linux || target_cpu != "arm64")
garykac3eddb5b2015-04-17 23:16:3814}