blob: e2d19bb0c24802151c60662c38df1d93d24c37c8 [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("scoped_ui_blocker") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"scoped_ui_blocker.h",
"scoped_ui_blocker.h",
"scoped_ui_blocker.mm",
"ui_blocker_manager.h",
"ui_blocker_target.h",
]
deps = [ "//base" ]
}