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

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

Issue 2167683002: Creates coordinator for ActionSheet and TextInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Rebase 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 57085cb253c15bab4e3d6eb32a55fb59dde1558c..d02ce56c8de7759ab0f9ae57c661dc7d3c49857a 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_coordinator.h",
+ "ui/alert_coordinator/action_sheet_coordinator.mm",
"ui/alert_coordinator/alert_coordinator.h",
"ui/alert_coordinator/alert_coordinator.mm",
+ "ui/alert_coordinator/input_alert_coordinator.h",
+ "ui/alert_coordinator/input_alert_coordinator.mm",
"ui/animation_util.h",
"ui/animation_util.mm",
"ui/autofill/autofill_client_ios.h",
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698