blob: 129832ef6338f94fa4f2d65641b10e34bd35c7bb [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# 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.")