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

Unified Diff: chrome/chrome_tests_unit.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_exe.gypi ('k') | chrome/nacl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index d5296d949dabcc6b0bd6803ceda41714fe1b3126..2e2444d3f07a56b307db95a07a4665195f881a8f 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1854,8 +1854,8 @@
'../components/components.gyp:crash_component',
],
'sources': [
- 'app/chrome_breakpad_client.cc',
- 'app/chrome_breakpad_client_mac.mm',
+ 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client_mac.mm',
'app/chrome_main_mac.mm',
],
}],
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/nacl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698