From 625255b6f8a6f6ee4b7b1eab8202b47c46659fb7 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Wed, 30 May 2018 18:18:11 +0000 Subject: Remove manual references to exe_and_shlib_deps After [1], a manual dependency on exe_and_shlib_deps is no longer necessary since it's automatically added. This CL removes all remaining manual references to exe_and_shlib_deps. [1] https://chromium.googlesource.com/chromium/src.git/+/d7ed1f0a9c28c932fddc834ca5de44f28266c7f5 BUG=chromium:845700 R=thestig Change-Id: I5708e7c662b24493d1216f9a802dfce3de5dbea6 Reviewed-on: https://pdfium-review.googlesource.com/33151 Commit-Queue: Lei Zhang Reviewed-by: Lei Zhang --- third_party/yasm/BUILD.gn | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'third_party') 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", -- cgit v1.2.3