# Copyright 2021 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("cpp") {
sources = [
"mac_notification_metrics.h",
"mac_notification_metrics.mm",
"notification_style.h",
"notification_style.mm",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [ "//base" ]
frameworks = [ "Foundation.framework" ]
}