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

Unified Diff: chrome/browser/BUILD.gn

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7c71f3db55b391118583a0054469d1879fcf045b..9fe0974197386a534b81970dedbe2497f38696f9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -386,8 +386,8 @@ static_library("browser") {
"//chrome/app/chrome_breakpad_client.h",
]
deps += [
- "//components/breakpad/app",
- "//components/breakpad/browser",
+ "//components/crash/app",
+ "//components/crash/browser",
]
}
if (use_nss_certs) {
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/browser/DEPS » ('j') | components/components_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698