# 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("error_dialog") {
sources = [
"autofill_error_dialog_coordinator.h",
"autofill_error_dialog_coordinator.mm",
"autofill_error_dialog_mediator.h",
"autofill_error_dialog_mediator.mm",
"autofill_error_dialog_mediator_delegate.h",
]
deps = [
"//base:base",
"//components/autofill/core/browser",
"//ios/chrome/browser/shared/coordinator/chrome_coordinator",
"//ios/chrome/browser/shared/model/browser",
"//ios/chrome/browser/shared/public/commands",
]
frameworks = [ "UIKit.framework" ]
}