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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 2107743002: Add InfoBarPickerController for displaying a picker view from an infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_passwords_strings
Patch Set: Rename InfoBarPickerController to InfoBarPickerViewController Created 4 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/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 8f228844fbaf3250ef6bdb3260fcb94f0f2da00c..07eb7455b4c99bf974a0c8d05d3194ffd453e053 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -25,10 +25,10 @@
],
},
'sources': [
- 'app/application_delegate/memory_warning_helper.h',
- 'app/application_delegate/memory_warning_helper.mm',
'app/UIApplication+ExitsOnSuspend.h',
'app/UIApplication+ExitsOnSuspend.mm',
+ 'app/application_delegate/memory_warning_helper.h',
+ 'app/application_delegate/memory_warning_helper.mm',
'app/deferred_initialization_runner.h',
'app/deferred_initialization_runner.mm',
'app/safe_mode_crashing_modules_config.h',
@@ -339,6 +339,10 @@
'browser/infobars/infobar_controller.mm',
'browser/infobars/infobar_manager_impl.h',
'browser/infobars/infobar_manager_impl.mm',
+ 'browser/infobars/infobar_picker_coordinator.h',
+ 'browser/infobars/infobar_picker_coordinator.mm',
+ 'browser/infobars/infobar_picker_view_controller.h',
+ 'browser/infobars/infobar_picker_view_controller.mm',
'browser/infobars/infobar_utils.h',
'browser/infobars/infobar_utils.mm',
'browser/install_time_util.h',
@@ -409,8 +413,8 @@
'browser/net/proxy_service_factory.h',
'browser/net/retryable_url_fetcher.h',
'browser/net/retryable_url_fetcher.mm',
- 'browser/notification_promo.h',
'browser/notification_promo.cc',
+ 'browser/notification_promo.h',
'browser/ntp_snippets/ios_chrome_ntp_snippets_service_factory.cc',
'browser/ntp_snippets/ios_chrome_ntp_snippets_service_factory.h',
'browser/open_from_clipboard/create_clipboard_recent_content.h',
@@ -460,11 +464,11 @@
'browser/reading_list/reading_list_entry.h',
'browser/reading_list/reading_list_model.cc',
'browser/reading_list/reading_list_model.h',
+ 'browser/reading_list/reading_list_model_factory.cc',
+ 'browser/reading_list/reading_list_model_factory.h',
'browser/reading_list/reading_list_model_impl.cc',
'browser/reading_list/reading_list_model_impl.h',
'browser/reading_list/reading_list_model_observer.h',
- 'browser/reading_list/reading_list_model_factory.cc',
- 'browser/reading_list/reading_list_model_factory.h',
'browser/reading_list/reading_list_model_observer.h',
'browser/reading_list/reading_list_model_storage.h',
'browser/reading_list/reading_list_model_storage_defaults.h',
« no previous file with comments | « ios/chrome/browser/infobars/infobar_picker_view_controller_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698