blob: adbfbd8e7abb4d19e18202e4c8f26658320c00e4 [file] [log] [blame]
April Zhou9379fd72024-07-25 18:10:151# Copyright 2024 The Chromium Authors
2# Use of this source code is governed by a BSD - style license that can be
3# found in the LICENSE file.
4
Georg Neisd557a9c2025-01-28 04:22:135assert(is_chromeos)
April Zhou9379fd72024-07-25 18:10:156
7static_library("boca") {
8 sources = [
9 "chrome_tab_strip_delegate.cc",
10 "chrome_tab_strip_delegate.h",
11 ]
12
Eriko Kurimoto2210a3a32024-08-14 01:12:3013 public_deps = [ "//chrome/browser:browser_public_dependencies" ]
14
April Zhou9379fd72024-07-25 18:10:1515 deps = [
16 "//ash",
17 "//ash/constants",
18 "//ash/public/cpp",
19 "//base",
20 "//chrome/browser/favicon",
Maksim Sisovb37f8092024-10-01 09:13:1421 "//chrome/browser/ui/tabs",
22 "//chrome/browser/ui/tabs:tab_strip",
April Zhou9379fd72024-07-25 18:10:1523 "//components/app_constants",