# 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("default_pinned_apps") {
  sources = [
    "default_pinned_apps.cc",
    "default_pinned_apps.h",
  ]

  public_deps = [ "//content/public/browser" ]

  deps = [
    "//ash/constants",
    "//ash/webui/mall:app_id",
    "//build:branding_buildflags",
    "//chromeos/ash/components/file_manager:constants",
    "//chromeos/ash/experiences/arc:arc_app_constants",
    "//chromeos/constants",
    "//extensions/common:common_constants",
  ]
}
