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] d7ed1f0a9c

BUG=chromium:845700
R=tommi@webrtc.org

Change-Id: I92942bc08c0e34c5c39df3c71f56f89476f8d95c
Reviewed-on: https://webrtc-review.googlesource.com/83061
Commit-Queue: Tommi <tommi@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23573}
This commit is contained in:
Tom Anderson
2018-06-11 15:10:34 -07:00
committed by Commit Bot
parent 7685e86fa6
commit 9614a313b8
2 changed files with 1 additions and 5 deletions

View File

@ -247,7 +247,6 @@ if (!build_with_chromium) {
"../modules/pacing",
"../modules/rtp_rtcp",
"../system_wrappers:system_wrappers_default",
"//build/config:exe_and_shlib_deps",
]
}
}

View File

@ -440,10 +440,7 @@ template("rtc_executable") {
configs += invoker.configs
configs -= rtc_remove_configs
configs -= invoker.suppressed_configs
deps = [
"//build/config:exe_and_shlib_deps",
]
deps += invoker.deps
deps = invoker.deps
public_configs = [
rtc_common_inherited_config,