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

Unified Diff: chrome/chrome_exe.gypi

Issue 585633002: Rename BreakpadClient to CrashReporterClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows Created 6 years, 3 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/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 6044979accbbafd2381cf14c00f0f61175beb781..04b76a76e477b38f6ed041eac132939ad83ee58d 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -501,8 +501,8 @@
'../sandbox/sandbox.gyp:sandbox',
],
'sources': [
- 'app/chrome_breakpad_client.cc',
- 'app/chrome_breakpad_client.h',
+ 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client.h',
'app/chrome_exe.rc',
'common/crash_keys.cc',
'common/crash_keys.h',
@@ -610,7 +610,7 @@
'type': 'executable',
'product_name': 'nacl64',
'sources': [
- 'app/chrome_breakpad_client.cc',
+ 'app/chrome_crash_reporter_client.cc',
'common/crash_keys.cc',
'nacl/nacl_exe_win_64.cc',
'../content/app/startup_helper_win.cc',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698