blob: ef573e548bd4836824bfe8340dc7265537f14d33 [file] [log] [blame]
# Copyright 2023 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("utils") {
sources = [
"notification_observer_bridge.h",
"notification_observer_bridge.mm",
]
deps = [ "//base" ]
}