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:
@ -247,7 +247,6 @@ if (!build_with_chromium) {
|
|||||||
"../modules/pacing",
|
"../modules/pacing",
|
||||||
"../modules/rtp_rtcp",
|
"../modules/rtp_rtcp",
|
||||||
"../system_wrappers:system_wrappers_default",
|
"../system_wrappers:system_wrappers_default",
|
||||||
"//build/config:exe_and_shlib_deps",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -440,10 +440,7 @@ template("rtc_executable") {
|
|||||||
configs += invoker.configs
|
configs += invoker.configs
|
||||||
configs -= rtc_remove_configs
|
configs -= rtc_remove_configs
|
||||||
configs -= invoker.suppressed_configs
|
configs -= invoker.suppressed_configs
|
||||||
deps = [
|
deps = invoker.deps
|
||||||
"//build/config:exe_and_shlib_deps",
|
|
||||||
]
|
|
||||||
deps += invoker.deps
|
|
||||||
|
|
||||||
public_configs = [
|
public_configs = [
|
||||||
rtc_common_inherited_config,
|
rtc_common_inherited_config,
|
||||||
|
Reference in New Issue
Block a user