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

Unified Diff: BUILD.gn

Issue 1941433002: Adding default_exe_manifest to two binaries (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | 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 739d39d3286d00500ace774b3488515851fab3dd..eb7791d8192d394d2f91557bf233c6b9c84d0f8f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1986,6 +1986,7 @@ if (current_toolchain == snapshot_toolchain) {
":v8_libplatform",
":v8_nosnapshot",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
}
@@ -2055,6 +2056,7 @@ if ((current_toolchain == host_toolchain && v8_toolset_for_d8 == "host") ||
":v8",
":v8_libplatform",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
# TODO(jochen): Add support for vtunejit.
« 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