# Copyright 2020 The Chromium Authors. All rights reserved. | |
# 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" ] | |
} |