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

Unified Diff: components/crash.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/test/base/chrome_test_launcher.cc ('k') | components/crash/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index 5406d953c51342fd401904ecedc05494a6c5e070..70f7b0bddcd8e9bbfaf7aa1b724afae22ebcdbdf 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -8,8 +8,8 @@
'target_name': 'crash_component_lib',
'type': 'static_library',
'sources': [
- 'crash/app/breakpad_client.cc',
- 'crash/app/breakpad_client.h',
+ 'crash/app/crash_reporter_client.cc',
+ 'crash/app/crash_reporter_client.h',
'crash/app/crash_keys_win.cc',
'crash/app/crash_keys_win.h',
],
@@ -127,8 +127,8 @@
'target_name': 'breakpad_win64',
'type': 'static_library',
'sources': [
- 'crash/app/breakpad_client.cc',
- 'crash/app/breakpad_client.h',
+ 'crash/app/crash_reporter_client.cc',
+ 'crash/app/crash_reporter_client.h',
'crash/app/breakpad_linux.cc',
'crash/app/breakpad_linux.h',
'crash/app/breakpad_linux_impl.h',
@@ -187,8 +187,8 @@
'../base/base.gyp:base',
],
'sources': [
- 'crash/app/breakpad_client.cc',
- 'crash/app/breakpad_client.h',
+ 'crash/app/crash_reporter_client.cc',
+ 'crash/app/crash_reporter_client.h',
'crash/app/breakpad_mac.h',
'crash/app/breakpad_mac_stubs.mm',
],
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | components/crash/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698