blob: 2293203ecae18bf0bd8551886e613eae6abebfe1 [file] [log] [blame]
# Copyright 2024 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") {
sources = [
"parent_access_bottom_sheet_view_controller.h",
"parent_access_bottom_sheet_view_controller.mm",
"parent_access_bottom_sheet_view_controller_presentation_delegate.h",
"parent_access_consumer.h",
]
deps = [
":constants",
"//components/strings:components_strings_grit",
"//ios/chrome/browser/keyboard/ui_bundled",
"//ios/chrome/browser/shared/ui/bottom_sheet:bottom_sheet_view_controller",
"//ios/chrome/browser/shared/ui/symbols",
"//ios/chrome/browser/shared/ui/util",
"//ios/chrome/common/ui/colors:colors",
"//ios/chrome/common/ui/util",
"//ui/base",
]
frameworks = [ "UIKit.framework" ]
}
source_set("constants") {
sources = [
"constants.h",
"constants.mm",
]
}