blob: ffd135a459cac7268adab629d7091e56d70a769f [file] [log] [blame]
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
component("tab_groups") {
sources = [
"tab_group_color.cc",
"tab_group_color.h",
"tab_group_id.cc",
"tab_group_id.h",
"tab_group_info.cc",
"tab_group_info.h",
"tab_group_visual_data.cc",
"tab_group_visual_data.h",
]
defines = [ "IS_TAB_GROUPS_IMPL" ]
deps = [
"//base",
"//components/strings",
"//components/tab_groups/public/mojom:mojo_bindings_ts__generator",
"//skia",
"//ui/base",
"//ui/gfx",
]
}