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

Unified Diff: headless/BUILD.gn

Issue 2836823002: Fix DCHECH errors on 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') | 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 de78c612c4d7e99506d64ad13a19ef23e896e337..b5b2b056eddd5d7cca20c35e6158e81ba73eb25f 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -623,6 +623,10 @@ executable("headless_shell") {
deps = [
":headless_shell_lib",
]
+
+ if (is_win) {
+ deps += [ "//build/win:default_exe_manifest" ]
+ }
}
process_version("version_header") {
« 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