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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2156913002: Creates alertCoordinatorDelegate for alerts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Created 4 years, 5 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/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index f9c28d405a6cc89b9bd5c675dd49f376db976764..25b0f66c9c151b75c1d3de1260c5c0102f9aec34 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -460,8 +460,12 @@ source_set("browser") {
"translate/translate_service_ios.h",
"ui/UIView+SizeClassSupport.h",
"ui/UIView+SizeClassSupport.mm",
+ "ui/alert_coordinator/action_sheet.h",
+ "ui/alert_coordinator/action_sheet.mm",
"ui/alert_coordinator/alert_coordinator.h",
"ui/alert_coordinator/alert_coordinator.mm",
+ "ui/alert_coordinator/modal_alert.h",
+ "ui/alert_coordinator/modal_alert.mm",
"ui/animation_util.h",
"ui/animation_util.mm",
"ui/autofill/autofill_client_ios.h",

Powered by Google App Engine
This is Rietveld 408576698