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

Unified Diff: media/cast/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 | « mash/example/window_type_launcher/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 10a78054bfefa3c118e8b036447dbf1bc15bb0fb..5d73b3b677c05ed59d69c15b4637b9d19701fa21 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -426,6 +426,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
":net",
":receiver",
":test_support",
+ "//build/win:default_exe_manifest",
]
if (is_linux && !is_chromeos && use_x11) {
@@ -451,6 +452,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
":net",
":sender",
":test_support",
+ "//build/win:default_exe_manifest",
]
}
@@ -472,6 +474,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
":network_simulation_model_proto",
":sender",
":test_support",
+ "//build/win:default_exe_manifest",
]
}
@@ -484,6 +487,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
":test_support",
"//base",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
"//media",
]
}
@@ -497,6 +501,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
":test_support",
"//base",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
"//media",
]
}
@@ -510,6 +515,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
":test_support",
"//base",
"//build/config/sanitizers:deps",
+ "//build/win:default_exe_manifest",
]
}
} else { # !(is_win || is_mac || (is_linux && !is_chromeos))
« no previous file with comments | « mash/example/window_type_launcher/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698