From 6e250820b17ef1833da52948426a55ae075c6094 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 1 Aug 2018 09:06:27 +0200 Subject: [PATCH] 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 Reviewed-by: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#24158} --- rtc_base/BUILD.gn | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index f4b89dd397..1dc81d2fb6 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -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" ] }