# Copyright 2022 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/chromecast_build.gni") declare_args() { # Whether the cast remoting feature should be enabled in this build. cast_streaming_enable_remoting = false } assert(!cast_streaming_enable_remoting || enable_cast_receiver, "Cast remoting can only be enabled on cast receivers.")