From a0a7a045d1d3cba7c7cdf925373e285eb697a5db Mon Sep 17 00:00:00 2001 From: rsesek Date: Thu, 18 Sep 2014 16:59:20 -0700 Subject: Rename BreakpadClient to CrashReporterClient. BUG=406410 R=jochen@chromium.org Review URL: https://codereview.chromium.org/585633002 Cr-Commit-Position: refs/heads/master@{#295612} --- chrome/chrome_exe.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/chrome_exe.gypi') diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 6044979..04b76a7 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', -- cgit v1.1