| Index: ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/dialogs/BUILD.gn b/ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| index 96c194cd8373e4eb345248d4dacfa08eddbf97ac..db0de8c40aa6b75d5458c745eba4c26f4c0890fc 100644
|
| --- a/ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| @@ -2,6 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +source_set("dialogs") {
|
| + public_deps = [
|
| + "//ios/clean/chrome/browser/ui/dialogs/http_auth_dialogs",
|
| + ]
|
| +}
|
| +
|
| source_set("dialogs_internal") {
|
| sources = [
|
| "dialog_mediator+internal.h",
|
|
|