Removing rtc_base:base build target.

This build target is unused and outdated (the name was still base
because rtc_base is the real target). It is better for users to
depend on real targets instead of this group.

Bug: None
Change-Id: I870669dc8688810b132616b8edebb8196826701f
Reviewed-on: https://webrtc-review.googlesource.com/91720
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24158}
This commit is contained in:
Mirko Bonadei 2018-08-01 09:06:27 +02:00 committed by Commit Bot
parent da3dbe83a3
commit 6e250820b1

View File

@ -15,18 +15,6 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
group("base") {
public_deps = [
":rtc_base",
":rtc_base_approved",
":rtc_task_queue",
":weak_ptr",
]
if (is_android) {
public_deps += [ ":base_java" ]
}
}
config("rtc_base_chromium_config") {
defines = [ "NO_MAIN_THREAD_WRAPPING" ]
}