Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: ios/clean/chrome/browser/ui/dialogs/BUILD.gn

Issue 2930763003: [iOS Clean] Added HTTP authentication dialog support.
Patch Set: rebased, subclassed DialogMediator Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698