summaryrefslogtreecommitdiff
path: root/testing/test.gni
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test.gni')
-rw-r--r--testing/test.gni6
1 files changed, 0 insertions, 6 deletions
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",
]