# 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("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", ] }