blob: 88a63b6d9a407d2ec4f191a9d4a8cafb7da951eb [file] [log] [blame]
# 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" ]
}