Removing API forwarding headers.

The removal of these headers has been announced in November with
https://groups.google.com/forum/#!topic/discuss-webrtc/0vWBzJs0yDU.

Bug: webrtc:5883
Change-Id: I6ead2e3bd619472db1a78c0ded5dc57bdb66b76c
Reviewed-on: https://webrtc-review.googlesource.com/34648
Reviewed-by: Peter Thatcher <pthatcher@webrtc.org>
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21512}
This commit is contained in:
Mirko Bonadei 2018-01-02 17:00:00 +01:00 committed by Commit Bot
parent 625c3b6c20
commit c9e74f5837
4 changed files with 0 additions and 67 deletions

View File

@ -84,7 +84,6 @@ rtc_static_library("libjingle_peerconnection_api") {
}
public_deps = [
":libjingle_api_deprecated_headers",
":peerconnection_and_implicit_call_api",
]
@ -125,18 +124,6 @@ rtc_source_set("peerconnection_and_implicit_call_api") {
]
}
rtc_source_set("libjingle_api_deprecated_headers") {
# We need to include headers from undeclared targets here, since they cause
# circular dependencies. These deprecated headers are going away anyway.
# See http://bugs.webrtc.org/5883.
check_includes = false
sources = [
"mediastreamtrack.h",
"videotracksource.h",
"webrtcsdp.h",
]
}
rtc_source_set("libjingle_logging_api") {
sources = [
"rtceventlogoutput.h",

View File

@ -1,18 +0,0 @@
/*
* Copyright 2011 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 API_MEDIASTREAMTRACK_H_
#define API_MEDIASTREAMTRACK_H_
// Including this file is deprecated. It is no longer part of the public API.
// This only includes the file in its new location for backwards compatibility.
#include "pc/mediastreamtrack.h"
#endif // API_MEDIASTREAMTRACK_H_

View File

@ -1,18 +0,0 @@
/*
* Copyright 2016 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 API_VIDEOTRACKSOURCE_H_
#define API_VIDEOTRACKSOURCE_H_
// Including this file is deprecated. It is no longer part of the public API.
// This only includes the file in its new location for backwards compatibility.
#include "pc/videotracksource.h"
#endif // API_VIDEOTRACKSOURCE_H_

View File

@ -1,18 +0,0 @@
/*
* Copyright 2011 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 API_WEBRTCSDP_H_
#define API_WEBRTCSDP_H_
// Including this file is deprecated. It is no longer part of the public API.
// This only includes the file in its new location for backwards compatibility.
#include "pc/webrtcsdp.h"
#endif // API_WEBRTCSDP_H_