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

Unified Diff: remoting/host/BUILD.gn

Issue 1925493002: Add manifests to many more gn built exe files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « remoting/BUILD.gn ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index fbe090514db4d3958ad549fe733c58e443319162..d8eed81390aa5fc7096db998f8e86397532ee6db 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -645,6 +645,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
":remoting_core",
":remoting_windows_resources",
+ "//build/win:default_exe_manifest",
]
sources = [
@@ -661,6 +662,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
":remoting_core",
":remoting_windows_resources",
+ "//build/win:default_exe_manifest",
]
sources = [
@@ -710,6 +712,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
"//remoting/host/setup",
]
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698