# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_chromeos)

static_library("video") {
  sources = [
    "gpu_arc_video_service_host.cc",
    "gpu_arc_video_service_host.h",
  ]

  deps = [
    "//base",
    "//chromeos/ash/experiences/arc",
    "//chromeos/ash/experiences/arc/mojom",
    "//chromeos/components/cdm_factory_daemon:cdm_factory_daemon_browser",
    "//components/keyed_service/core",
    "//content/public/browser",
    "//content/public/common",
    "//media/gpu:buildflags",
    "//mojo/public/cpp/bindings",
    "//mojo/public/cpp/platform",
    "//mojo/public/cpp/system",
  ]
}
