Commit 958b3aa6 authored by Mirko Bonadei's avatar Mirko Bonadei Committed by Commit Bot

Remove //third_party/webrtc_overrides:jingle_deps.

First step in a series of small CLs to try to remove old
dependencies and build targets that are not used anymore.

Bug: 896154
Change-Id: Id3343e73b182c7468e9da2f68bdd7986b29e3987
Reviewed-on: https://chromium-review.googlesource.com/c/1286859Reviewed-by: default avatarHenrik Grunell <grunell@chromium.org>
Reviewed-by: default avatarTommi <tommi@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601092}
parent 0f438912
......@@ -28,21 +28,8 @@ config("jingle_public_configs") {
]
}
group("jingle_deps") {
public_deps = [
"//third_party/expat",
]
deps = [
"//base",
"//crypto:platform",
"//net",
]
}
source_set("webrtc") {
public_deps = [
":jingle_deps",
# TODO(kjellander): Start cleaning up this target as soon as
# https://codereview.chromium.org/2022833002/ is landed. The target should
# be removed entirely if possible.
......@@ -63,9 +50,7 @@ source_set("webrtc") {
# This configuration happens here:
# https://cs.chromium.org/chromium/src/third_party/webrtc/webrtc.gni?l=44-51&rcl=95c56eebe0a2b31ad5752138d15b431124e17d36
if (is_nacl) {
deps += [
"//native_client_sdk/src/libraries/nacl_io",
]
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
} else if (!is_chromecast) {
# When Chromium doesn't build for NaCL or Chromecast, WebRTC doesn't
# provide an implementation for field_trial and a custom one (that uses
......@@ -156,9 +141,7 @@ source_set("task_queue_impl") {
sources = [
"rtc_base/task_queue.cc",
]
configs += [
"//third_party/webrtc:library_impl_config",
]
configs += [ "//third_party/webrtc:library_impl_config" ]
deps = [
"//base",
"//third_party/webrtc/rtc_base:refcount",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment