chromium/ios/chrome/browser/ui/scoped_ui_blocker/BUILD.gn

# 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") {
  sources = [
    "scoped_ui_blocker.h",
    "scoped_ui_blocker.mm",
    "ui_blocker_manager.h",
    "ui_blocker_target.h",
  ]

  deps = [ "//base" ]
}