blob: f7d200ff408600997fc7af0a7a340edc1b940465 [file] [log] [blame]
# Copyright 2025 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_win || is_mac || is_linux)
source_set("shortcuts") {
sources = [
"desktop_shortcuts_utils.cc",
"desktop_shortcuts_utils.h",
]
deps = [
"//chrome/browser/profiles:profile",
"//chrome/browser/ui/browser_window",
"//components/tabs:public",
"//content/public/browser",
"//content/public/common",
"//extensions/buildflags",
"//extensions/common:common_constants",
]
}