blob: 879214d9a8da8ca1ba97e88fb4ab37517625a006 [file] [log] [blame]
garykac3eddb5b2015-04-17 23:16:381# 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
garykac3eddb5b2015-04-17 23:16:385import("//build/config/ui.gni")
6
Eric Noyau95d5777b2017-10-17 15:31:397if (is_ios) {
8 import("//build/config/ios/ios_sdk.gni")
9}
10
brettw2b112cd2016-10-12 19:35:3611declare_args() {
Patrik Höglundd98b020f2018-05-07 12:17:4412 enable_remoting = !is_chromecast && !is_fuchsia
garykac3eddb5b2015-04-17 23:16:3813}