chromium/chrome/browser/ui/webui/ash/settings/pages/multitasking/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("multitasking") {
  sources = [
    "multitasking_section.cc",
    "multitasking_section.h",
  ]

  public_deps = [ "//base" ]

  deps = [
    "//ash/constants",
    "//chrome/app:generated_resources",
    "//chrome/browser:browser_public_dependencies",
    "//chrome/browser/ui/webui/ash/settings/search",
    "//content/public/browser",
    "//ui/base",
  ]
}