features.gni 469 B

12345678910111213
  1. # Copyright 2022 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. import("//build/config/chromecast_build.gni")
  5. declare_args() {
  6. # Whether the cast remoting feature should be enabled in this build.
  7. cast_streaming_enable_remoting = false
  8. }
  9. assert(!cast_streaming_enable_remoting || enable_cast_receiver,
  10. "Cast remoting can only be enabled on cast receivers.")