chromium/chrome/browser/win/BUILD.gn

# 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",
  ]
}