chromium/ios/chrome/browser/ui/authentication/enterprise/enterprise_prompt/BUILD.gn

# Copyright 2021 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("enterprise_prompt") {
  sources = [
    "enterprise_prompt_coordinator.h",
    "enterprise_prompt_coordinator.mm",
    "enterprise_prompt_type.h",
    "enterprise_prompt_view_controller.h",
    "enterprise_prompt_view_controller.mm",
  ]
  deps = [
    "//ios/chrome/app/strings",
    "//ios/chrome/browser/policy/model/resources",
    "//ios/chrome/browser/shared/coordinator/chrome_coordinator",
    "//ios/chrome/browser/shared/model/browser",
    "//ios/chrome/browser/shared/model/url:constants",
    "//ios/chrome/browser/shared/public/commands",
    "//ios/chrome/common/ui/confirmation_alert",
    "//ui/base",
  ]
}