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

Unified Diff: content/shell/BUILD.gn

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « components/crash/tools/generate_breakpad_symbols.py ('k') | content/shell/android/BUILD.gn » ('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 010758e5fd99e1f3937360e551b773b49ef32a41..1ee13ab28df51b695a212cd101007694503f6ce3 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -201,7 +201,7 @@ static_library("content_shell_lib") {
"//base/allocator",
"//base/third_party/dynamic_annotations",
"//cc",
- "//components/crash/app",
+ "//components/crash/content/app",
"//components/devtools_discovery",
"//components/devtools_http_handler",
"//components/plugins/renderer",
@@ -272,7 +272,7 @@ static_library("content_shell_lib") {
}
if (is_posix && !is_mac) {
- deps += [ "//components/crash/browser" ]
+ deps += [ "//components/crash/content/browser" ]
}
if (use_aura) {
@@ -458,7 +458,7 @@ if (is_win) {
deps = [
"//base",
"//build/config/sanitizers:deps",
- "//components/crash/tools:crash_service",
+ "//components/crash/content/tools:crash_service",
]
configs -= [ "//build/config/win:console" ]
« no previous file with comments | « components/crash/tools/generate_breakpad_symbols.py ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698