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

Unified Diff: third_party/yasm/BUILD.gn

Issue 1906193002: Fixing gn manifests for many executables (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 | « third_party/protobuf/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « third_party/protobuf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698