blob: 3663e505f085bc90412e762b02e3ea79e7dd2814 [file] [log] [blame]
# 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.
source_set("mica_titlebar") {
sources = [
"mica_titlebar.cc",
"mica_titlebar.h",
]
deps = [
"//base",
"//ui/color:accent_color_observer",
"//ui/native_theme",
]
}