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

Unified Diff: content/shell/BUILD.gn

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 | « content/content_shell.gypi ('k') | content/shell/app/shell_breakpad_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index d5c38f43cfa5449ab21ef1270d2968f3d2f9241c..b3fb27b6f0014bd11967406c324ee04fb7819d56 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -28,8 +28,8 @@ static_library("content_shell_lib") {
"android/shell_manager.h",
"app/paths_mac.h",
"app/paths_mac.mm",
- "app/shell_breakpad_client.cc",
- "app/shell_breakpad_client.h",
+ "app/shell_crash_reporter_client.cc",
+ "app/shell_crash_reporter_client.h",
"app/shell_main_delegate.cc",
"app/shell_main_delegate.h",
"app/shell_main_delegate_mac.h",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/app/shell_breakpad_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698