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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 2119373002: Creates coordinators for displaying alerts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 70805734e9a02545d8d04e944ef4186a0d421833..9e6c654c20eba98692b476f8e90bc76a7edb4b9e 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -588,6 +588,13 @@
'browser/translate/translate_message_infobar_controller.mm',
'browser/translate/translate_service_ios.cc',
'browser/translate/translate_service_ios.h',
+ 'browser/ui/alert_coordinator/action_sheet_coordinator.h',
+ 'browser/ui/alert_coordinator/action_sheet_coordinator.mm',
+ 'browser/ui/alert_coordinator/alert_controller_coordinator+subclassing.h',
+ 'browser/ui/alert_coordinator/alert_controller_coordinator.h',
+ 'browser/ui/alert_coordinator/alert_controller_coordinator.mm',
+ 'browser/ui/alert_coordinator/alert_coordinator.h',
+ 'browser/ui/alert_coordinator/alert_coordinator.mm',
'browser/ui/UIView+SizeClassSupport.h',
'browser/ui/UIView+SizeClassSupport.mm',
lpromero 2016/07/06 09:04:00 Can you sort these two files?
gambard 2016/07/07 08:57:43 Done.
'browser/ui/animation_util.h',

Powered by Google App Engine
This is Rietveld 408576698