chromium/chrome/browser/ui/ash/shell_init/BUILD.gn

# 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.

import("//build/config/chromeos/ui_mode.gni")

assert(is_chromeos_ash)

static_library("shell_init") {
  sources = [
    "ash_shell_init.cc",
    "ash_shell_init.h",
  ]

  deps = [
    "//ash",
    "//ash/constants",
    "//ash/quick_pair/keyed_service",
    "//chrome/browser:browser_process",
    "//chrome/browser/ui:ui_features",
    "//chrome/browser/ui/ash/keyboard",
    "//chrome/browser/ui/ash/shell_delegate",
    "//chromeos/ash/components/dbus",
    "//content/public/browser",
    "//ui/aura",
  ]
}