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

Unified Diff: src/trusted/service_runtime/BUILD.gn

Issue 1947953002: Add default Windows manifest to four .gn executables (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 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 | « src/trusted/debug_stub/BUILD.gn ('k') | src/trusted/validator/driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/BUILD.gn
diff --git a/src/trusted/service_runtime/BUILD.gn b/src/trusted/service_runtime/BUILD.gn
index 3c95071f91903c0c530c9434eca2f714c8eb8591..fdd71b9d0ec529d5d4cddcc22caba2985d8cc50e 100644
--- a/src/trusted/service_runtime/BUILD.gn
+++ b/src/trusted/service_runtime/BUILD.gn
@@ -336,6 +336,7 @@ executable("sel_ldr") {
]
deps = [
":sel_main",
+ "//build/win:default_exe_manifest",
]
if (is_linux) {
configs -= [ "//build/config:default_libs" ]
« no previous file with comments | « src/trusted/debug_stub/BUILD.gn ('k') | src/trusted/validator/driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698