blob: a11a4d5ba28a3d55ac3933c26d669b888ad927cd [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# 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_visual_data.cc",
"tab_group_visual_data.h",
]
defines = [ "IS_TAB_GROUPS_IMPL" ]
deps = [
"//base",
"//components/strings",
"//components/tab_groups/public/mojom:mojo_bindings_webui_js",
"//skia",
"//ui/base",
"//ui/gfx",
]
}