remoting_enable.gni 341 B

12345678910111213
  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. import("//build/config/ui.gni")
  5. if (is_ios) {
  6. import("//build/config/ios/ios_sdk.gni")
  7. }
  8. declare_args() {
  9. enable_remoting = !is_castos && !is_cast_android && !is_fuchsia
  10. }