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

Unified Diff: headless/BUILD.gn

Issue 2835913002: Added crashpad support for Windows (Closed)
Patch Set: Added comment Created 3 years, 7 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') | no next file with comments »
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 719ee27900f1b89619513e535d12b2ca94dfdc20..2f86f791a4c3e2ad24f4011f8aebdba816a2852c 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -576,12 +576,10 @@ if (is_win) {
"//net",
]
- if (is_win) {
- deps += [
- "//content:sandbox_helper_win",
- "//sandbox",
- ]
- }
+ deps += [
+ "//content:sandbox_helper_win",
+ "//sandbox",
+ ]
configs += [ ":headless_implementation" ]
}
@@ -662,7 +660,10 @@ static_library("headless_shell_lib") {
}
if (is_win) {
+ defines = [ "HEADLESS_USE_CRASPHAD" ]
+
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698