Delete deprecated rtc_event.h file

Bug: webrtc:10206
Change-Id: I6fe19bfb0b6dbef5ce73711b22fd903432f87810
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/152485
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29198}
This commit is contained in:
Danil Chapovalov 2019-09-11 10:55:22 +02:00 committed by Commit Bot
parent f5dec1c6af
commit 68ef259c30
2 changed files with 0 additions and 25 deletions

View File

@ -29,16 +29,10 @@ group("logging") {
rtc_source_set("rtc_event_log_api") {
sources = [
"rtc_event_log/encoder/rtc_event_log_encoder.h",
"rtc_event_log/events/rtc_event.h",
]
deps = [
"../api:rtp_parameters",
"../api:scoped_refptr",
"../api/rtc_event_log",
"../api/task_queue",
"../rtc_base:rtc_base_approved",
"//third_party/abseil-cpp/absl/memory",
]
}

View File

@ -1,19 +0,0 @@
/*
* Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_
#define LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_
// TODO(bugs.webrtc.org/10206): For backwards compatibility; Delete as soon as
// dependencies are updated.
#include "api/rtc_event_log/rtc_event.h"
#endif // LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_