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

Unified Diff: third_party/codesighs/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 | « sync/BUILD.gn ('k') | third_party/opus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/codesighs/BUILD.gn
diff --git a/third_party/codesighs/BUILD.gn b/third_party/codesighs/BUILD.gn
index a1ffdb700dc8275363101f7e97374ca820fe0d6d..4d21da3fec705ea5071500f3496be3260680cf8d 100644
--- a/third_party/codesighs/BUILD.gn
+++ b/third_party/codesighs/BUILD.gn
@@ -14,6 +14,7 @@ executable("codesighs") {
deps = [
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
@@ -27,6 +28,7 @@ executable("maptsvdifftool") {
deps = [
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
@@ -43,6 +45,7 @@ if (is_win) {
deps = [
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
@@ -56,6 +59,7 @@ if (is_win) {
deps = [
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
} else {
« no previous file with comments | « sync/BUILD.gn ('k') | third_party/opus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698