blob: 4b150c17500f902a99341dea8499fdec2ffb91f0 [file] [log] [blame]
# Copyright 2020 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("ui_bundled") {
sources = [
"scoped_ui_blocker.h",
"scoped_ui_blocker.mm",
"ui_blocker_manager.h",
"ui_blocker_target.h",
]
deps = [ "//base" ]
}