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

Unified Diff: base/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 | « ash/BUILD.gn ('k') | build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 32f10d07bf9db0c0de512929b43b442d5cebbe51..98954d51f5166d17dd29e3f71a1e00d901d7e48c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1574,6 +1574,7 @@ if (is_ios || is_android || is_win || (is_linux && !is_chromeos)) {
deps = [
":base",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
"//third_party/icu:icuuc",
]
}
@@ -1585,6 +1586,7 @@ if (is_ios || is_android || is_win || (is_linux && !is_chromeos)) {
deps = [
":base",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
}
« no previous file with comments | « ash/BUILD.gn ('k') | build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698