From 5c8622fa2570824ecf0cb45550298c6962299989 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 2 Feb 2018 10:40:43 +0100 Subject: [PATCH] Removing backwards compatible rtc_event_log_impl target. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TBR=phoglund@webrtc.org Bug: None Change-Id: I035b54dd0acb390af69ff99dd12a37d0c7af802f No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/47383 Commit-Queue: Mirko Bonadei Reviewed-by: Björn Terelius Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#21916} --- logging/BUILD.gn | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/logging/BUILD.gn b/logging/BUILD.gn index b65c0b8dce..95a5cac9d2 100644 --- a/logging/BUILD.gn +++ b/logging/BUILD.gn @@ -32,16 +32,6 @@ group("logging") { } } -# TODO(mbonadei): Remove when the following CL is landed: -# https://webrtc-review.googlesource.com/c/src/+/46900. -# This is only a backwards compatible target. -rtc_source_set("rtc_event_log_impl") { - visibility = [ "*" ] - deps = [ - ":rtc_event_log_impl_base", - ] -} - rtc_source_set("rtc_event_log_api") { sources = [ "rtc_event_log/encoder/rtc_event_log_encoder.h",