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

Unified Diff: headless/BUILD.gn

Issue 2835913002: Added crashpad support for Windows (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | headless/app/headless_shell.cc » ('j') | headless/app/headless_shell.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index b5b2b056eddd5d7cca20c35e6158e81ba73eb25f..2da8eda874691f18f1a6231c92c94d021797e328 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -549,6 +549,7 @@ static_library("headless_shell_browser_lib") {
if (is_win) {
deps += [
+ "//components/crash/content/app:run_as_crashpad_handler",
"//content:sandbox_helper_win",
"//sandbox",
]
@@ -583,6 +584,10 @@ static_library("headless_shell_child_lib") {
"//ui/base",
]
+ if (is_win) {
+ deps += [ "//components/crash/content/app:run_as_crashpad_handler" ]
+ }
+
configs += [ ":headless_implementation" ]
}
@@ -609,6 +614,7 @@ static_library("headless_shell_lib") {
if (is_win) {
deps += [
+ "//components/crash/content/app:run_as_crashpad_handler",
"//content:sandbox_helper_win",
"//sandbox",
]
« no previous file with comments | « no previous file | headless/app/headless_shell.cc » ('j') | headless/app/headless_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698