chromium/components/cast_streaming/features.gni

# 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/cast.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.")