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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1207353005: [iOS] Upstream some stability code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ios/chrome/browser/pref_names.cc ('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 42fbe88f871a158f35960e174828212017736e24..b78d54eae70f8ca5e57a2b60e30cf2b289ee03c7 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -61,6 +61,7 @@
'../../components/components.gyp:keyed_service_core',
'../../components/components.gyp:keyed_service_ios',
'../../components/components.gyp:leveldb_proto',
+ '../../components/components.gyp:metrics',
'../../components/components.gyp:password_manager_core_browser',
'../../components/components.gyp:pref_registry',
'../../components/components.gyp:search_engines',
@@ -140,8 +141,14 @@
'browser/chrome_url_util.mm',
'browser/crash_loop_detection_util.h',
'browser/crash_loop_detection_util.mm',
+ 'browser/crash_report/breakpad_helper.h',
+ 'browser/crash_report/breakpad_helper.mm',
'browser/crash_report/crash_report_background_uploader.h',
'browser/crash_report/crash_report_background_uploader.mm',
+ 'browser/crash_report/crash_report_multi_parameter.h',
+ 'browser/crash_report/crash_report_multi_parameter.mm',
+ 'browser/crash_report/crash_report_user_application_state.h',
+ 'browser/crash_report/crash_report_user_application_state.mm',
'browser/content_settings/cookie_settings_factory.cc',
'browser/content_settings/cookie_settings_factory.h',
'browser/dom_distiller/distiller_viewer.cc',
@@ -229,6 +236,10 @@
'browser/memory/memory_metrics.h',
'browser/memory/memory_wedge.cc',
'browser/memory/memory_wedge.h',
+ 'browser/metrics/ios_stability_metrics_provider.h',
+ 'browser/metrics/ios_stability_metrics_provider.mm',
+ 'browser/metrics/previous_session_info.h',
+ 'browser/metrics/previous_session_info.mm',
'browser/net/chrome_cookie_store_ios_client.h',
'browser/net/chrome_cookie_store_ios_client.mm',
'browser/net/image_fetcher.h',
« no previous file with comments | « ios/chrome/browser/pref_names.cc ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698