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

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
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 42fbe88f871a158f35960e174828212017736e24..23f252d713524c2f4304eff1a05a943968b03827 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/previous_session_info.h',
+ 'browser/metrics/previous_session_info.mm',
+ 'browser/metrics/ios_stability_metrics_provider.h',
lpromero 2015/07/08 13:37:16 Sort.
+ 'browser/metrics/ios_stability_metrics_provider.mm',
'browser/net/chrome_cookie_store_ios_client.h',
'browser/net/chrome_cookie_store_ios_client.mm',
'browser/net/image_fetcher.h',

Powered by Google App Engine
This is Rietveld 408576698