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

Unified Diff: BUILD.gn

Issue 2040623003: Add standard Windows manifest to five v8 executables (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d9db9df21b8c5167c17a1f14d0d1d3d6040ab7fa..e3c59b9dced632f28c24c485bbe5e67d3c5197aa 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2200,6 +2200,7 @@ template("v8_fuzzer") {
deps = [
":" + name,
":simple_fuzzer",
+ "//build/win:default_exe_manifest",
]
configs += [ ":external_config" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698