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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1147703002: [iOS] Upstream crash loop detection utilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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/browser/crash_loop_detection_util_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ios/chrome/browser/crash_loop_detection_util_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698