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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 2167683002: Creates coordinator for ActionSheet and TextInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Keep message property 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/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index b162ff4d74a3be738aca2d3c1a1fa2f8f62873b9..31cc9e4431d8c221f3341ab29faf2c1aadc95712 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -597,8 +597,12 @@
'browser/translate/translate_service_ios.h',
'browser/ui/UIView+SizeClassSupport.h',
'browser/ui/UIView+SizeClassSupport.mm',
+ 'browser/ui/alert_coordinator/action_sheet_coordinator.h',
+ 'browser/ui/alert_coordinator/action_sheet_coordinator.mm',
'browser/ui/alert_coordinator/alert_coordinator.h',
'browser/ui/alert_coordinator/alert_coordinator.mm',
+ 'browser/ui/alert_coordinator/input_alert_coordinator.h',
+ 'browser/ui/alert_coordinator/input_alert_coordinator.mm',
'browser/ui/animation_util.h',
'browser/ui/animation_util.mm',
'browser/ui/autofill/autofill_client_ios.h',

Powered by Google App Engine
This is Rietveld 408576698