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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1138703004: [iOS] Upstream CrashReportBackgroundUploader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tools/metrics/histograms/histograms.xml 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
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index c791252990c17caff87aa1c237bace54204942d7..5acafce9ad54aed7cd937975c48d9f891fd1bc3b 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -42,6 +42,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:base_prefs',
+ '../../breakpad/breakpad.gyp:breakpad_client',
'../../components/components.gyp:autofill_core_browser',
'../../components/components.gyp:autofill_ios_browser',
'../../components/components.gyp:data_reduction_proxy_core_common',
@@ -118,6 +119,8 @@
'browser/chrome_switches.h',
'browser/chrome_url_constants.cc',
'browser/chrome_url_constants.h',
+ 'browser/crash_report/crash_report_background_uploader.h',
+ 'browser/crash_report/crash_report_background_uploader.mm',
'browser/dom_distiller/distiller_viewer.cc',
'browser/dom_distiller/distiller_viewer.h',
'browser/dom_distiller/dom_distiller_service_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698