# 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")
import("//build/config/chromeos/ui_mode.gni")

declare_args() {
  # Screen AI service is only supported on desktop platforms.
  enable_screen_ai_service = is_linux || is_mac || is_chromeos || is_win
}