diff options
Diffstat (limited to 'third_party/yasm/BUILD.gn')
-rw-r--r-- | third_party/yasm/BUILD.gn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn index 94dbf9131c..3a6e88570c 100644 --- a/third_party/yasm/BUILD.gn +++ b/third_party/yasm/BUILD.gn @@ -86,8 +86,6 @@ if (current_toolchain == host_toolchain) { "//build/config/compiler:no_chromium_code", ] deps = [ - "//build/config:exe_and_shlib_deps", - # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", ] @@ -103,8 +101,6 @@ if (current_toolchain == host_toolchain) { "//build/config/compiler:no_chromium_code", ] deps = [ - "//build/config:exe_and_shlib_deps", - # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", ] @@ -128,7 +124,6 @@ if (current_toolchain == host_toolchain) { deps = [ ":yasm_utils", - "//build/config:exe_and_shlib_deps", # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", @@ -164,8 +159,6 @@ if (current_toolchain == host_toolchain) { "//build/config/compiler:no_chromium_code", ] deps = [ - "//build/config:exe_and_shlib_deps", - # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", ] @@ -181,8 +174,6 @@ if (current_toolchain == host_toolchain) { "//build/config/compiler:no_chromium_code", ] deps = [ - "//build/config:exe_and_shlib_deps", - # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", ] @@ -225,8 +216,6 @@ if (current_toolchain == host_toolchain) { ":re2c_warnings", ] deps = [ - "//build/config:exe_and_shlib_deps", - # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", ] @@ -378,7 +367,6 @@ if (current_toolchain == host_toolchain) { ":generate_module", ":generate_version", ":yasm_utils", - "//build/config:exe_and_shlib_deps", # Default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", |