# 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 = [
"blocking_overlay_view_controller.h",
"blocking_overlay_view_controller.mm",
]
deps = [
"//base",
"//ios/chrome/app:blocking_scene_commands",
"//ios/chrome/app/strings",
"//ios/chrome/common/ui/colors",
"//ios/chrome/common/ui/util",
]
}