| Index: third_party/yasm/BUILD.gn
|
| diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
|
| index f13799bef5e231fdfb46fabdd7dcafcdcd4b891d..b744cc45185340cb3b532dfedf6f80b91b0d1119 100644
|
| --- a/third_party/yasm/BUILD.gn
|
| +++ b/third_party/yasm/BUILD.gn
|
| @@ -57,6 +57,9 @@ if (current_toolchain == host_toolchain) {
|
| ]
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -71,6 +74,9 @@ if (current_toolchain == host_toolchain) {
|
| ]
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -89,6 +95,9 @@ if (current_toolchain == host_toolchain) {
|
| deps = [
|
| ":yasm_utils",
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -118,6 +127,9 @@ if (current_toolchain == host_toolchain) {
|
| ]
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -132,6 +144,9 @@ if (current_toolchain == host_toolchain) {
|
| ]
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -173,6 +188,9 @@ if (current_toolchain == host_toolchain) {
|
| ]
|
| deps = [
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
| @@ -308,6 +326,9 @@ if (current_toolchain == host_toolchain) {
|
| ":generate_version",
|
| ":yasm_utils",
|
| "//build/config/sanitizers:deps",
|
| +
|
| + # Default manifest on Windows (a no-op elsewhere).
|
| + "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|
|
|