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

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

Issue 2930763003: [iOS Clean] Added HTTP authentication dialog support.
Patch Set: rebase && Mark's comments 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 599d2b2b14288bb75fbf489fea6422adcfa07e8e..899c6654d88ab8fd111eaf23c1d6063a1589b2bc 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_coordinator+subclassing.h",

Powered by Google App Engine
This is Rietveld 408576698