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

Unified Diff: content/shell/BUILD.gn

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/DEPS » ('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 b464832be85ce3d8816679aad261ce8341952684..bfff38e3e01fd7969110d50a01506ae08ed1e183 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -207,7 +207,7 @@ static_library("content_shell_lib") {
"//base/allocator",
"//base/third_party/dynamic_annotations",
"//cc",
- "//components/breakpad/app",
+ "//components/crash/app",
"//content:resources",
"//content/app:both",
"//content/app/resources",
@@ -266,7 +266,7 @@ static_library("content_shell_lib") {
}
if (is_posix && !is_mac && (!is_android || !is_android_webview_build)) {
- deps += [ "//components/breakpad/browser" ]
+ deps += [ "//components/crash/browser" ]
}
if (use_aura) {
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698