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

Unified Diff: chrome/chrome_browser.gypi

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP fixup Created 4 years, 8 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 | « chrome/browser/process_singleton_win.cc ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2dd2265c17ca250dbac7dec2cb045a5ea30f1fce..009927af45228189648caf207f63f933fde3bf03 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3666,6 +3666,15 @@
'../components/components.gyp:generate_version_info',
],
}],
+ ['OS == "win" and kasko_failed_rdv_reports == 1', {
+ 'sources': [
+ 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client.h',
+ ],
+ 'dependencies': [
+ '../components/components.gyp:crash_component_lib',
+ ],
+ }],
['use_nss_certs==1', {
'sources': [ '<@(chrome_browser_nss_sources)' ],
'conditions': [
@@ -3825,6 +3834,7 @@
'chrome_process_finder',
'chrome_watcher_client',
'installer_util_strings',
+ 'kasko_util',
'../chrome/common_constants.gyp:version_header',
'../chrome_elf/chrome_elf.gyp:chrome_elf',
'../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
« no previous file with comments | « chrome/browser/process_singleton_win.cc ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698