Index: ios/chrome/ios_chrome.gyp |
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp |
index 2977e1e3caf3e61f0bc720025296a3ee6c79edd1..7290dc6d2131bfffbb15e04ee8e0be8fb7dd5739 100644 |
--- a/ios/chrome/ios_chrome.gyp |
+++ b/ios/chrome/ios_chrome.gyp |
@@ -122,6 +122,8 @@ |
'browser/chrome_url_constants.h', |
'browser/chrome_url_util.h', |
'browser/chrome_url_util.mm', |
+ 'browser/crash_loop_detection_util.h', |
+ 'browser/crash_loop_detection_util.mm', |
'browser/crash_report/crash_report_background_uploader.h', |
'browser/crash_report/crash_report_background_uploader.mm', |
'browser/dom_distiller/distiller_viewer.cc', |
@@ -225,8 +227,6 @@ |
'browser/ui/animation_util.mm', |
'browser/ui/background_generator.h', |
'browser/ui/background_generator.mm', |
- 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', |
- 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', |
'browser/ui/commands/clear_browsing_data_command.h', |
'browser/ui/commands/clear_browsing_data_command.mm', |
'browser/ui/commands/generic_chrome_command.h', |
@@ -240,6 +240,8 @@ |
'browser/ui/commands/show_mail_composer_command.mm', |
'browser/ui/commands/show_signin_command.h', |
'browser/ui/commands/show_signin_command.mm', |
+ 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', |
+ 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', |
'browser/ui/file_locations.h', |
'browser/ui/file_locations.mm', |
'browser/ui/image_util.h', |