diff options
-rw-r--r-- | BUILD.gn | 1 | ||||
-rw-r--r-- | samples/BUILD.gn | 1 | ||||
-rw-r--r-- | testing/test.gni | 6 | ||||
-rw-r--r-- | third_party/yasm/BUILD.gn | 12 |
4 files changed, 0 insertions, 20 deletions
@@ -3081,7 +3081,6 @@ if (pdf_is_standalone) { deps = [ ":image_diff", ":pdfium", - "//build/config:exe_and_shlib_deps", "//build/win:default_exe_manifest", ] configs -= [ "//build/config/compiler:chromium_code" ] diff --git a/samples/BUILD.gn b/samples/BUILD.gn index 72f13026b3..3274338d49 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -62,7 +62,6 @@ executable("pdfium_test") { "../:image_diff", "../:pdfium", "../:test_support", - "//build/config:exe_and_shlib_deps", "//build/win:default_exe_manifest", ] configs += [ ":pdfium_samples_config" ] diff --git a/testing/test.gni b/testing/test.gni index 3b9eddc4ee..b69a0706ec 100644 --- a/testing/test.gni +++ b/testing/test.gni @@ -227,10 +227,6 @@ template("test") { } extra_substitutions += [ "GTEST_BUNDLE_ID_SUFFIX=$_bundle_id_suffix" ] - if (!defined(deps)) { - deps = [] - } - deps += [ "//build/config:exe_and_shlib_deps" ] if (!defined(bundle_deps)) { bundle_deps = [] } @@ -243,8 +239,6 @@ template("test") { testonly = true deps += [ - "//build/config:exe_and_shlib_deps", - # Give tests the default manifest on Windows (a no-op elsewhere). "//build/win:default_exe_manifest", ] 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", |