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") |
sergeyu | 5342d96f | 2017-01-23 20:18:52 | [diff] [blame] | 6 | import("//media/media_options.gni") |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 7 | |
brettw | 2b112cd | 2016-10-12 19:35:36 | [diff] [blame] | 8 | declare_args() { |
scottmg | 2f97ee12 | 2017-05-12 17:50:37 | [diff] [blame] | 9 | enable_remoting = !is_chromecast && !is_fuchsia && enable_webrtc |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 10 | } |