# Copyright 2023 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, "VC Background is ChromeOS only") static_library("vc_background_ui") { sources = [ "url_constants.h", "vc_background_ui.cc", "vc_background_ui.h", ] deps = [ "resources", "//ash/constants", "//ash/webui/common:sea_pen", "//ash/webui/common:trusted_types_util", "//ash/webui/common/mojom:sea_pen", "//ash/webui/system_apps/public:system_web_app_config", "//chromeos/ash/components/system_web_apps:system_web_app_type", "//chromeos/strings", "//components/manta", "//content/public/browser", "//ui/webui", ] }