Remove deprecated datachannel, mediastream, rtpsend and streamcollection headers

Bug: webrtc:5883
Change-Id: I14e2802bd901863d19d70879558888cc6cac00aa
Reviewed-on: https://webrtc-review.googlesource.com/23260
Commit-Queue: Oskar Sundbom <ossu@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21157}
This commit is contained in:
Oskar Sundbom 2017-12-07 17:41:33 +01:00 committed by Commit Bot
parent c2400dd5b2
commit 8a13874897
5 changed files with 0 additions and 76 deletions

View File

@ -124,11 +124,7 @@ rtc_source_set("libjingle_api_deprecated_headers") {
# See http://bugs.webrtc.org/5883.
check_includes = false
sources = [
"datachannel.h",
"mediastream.h",
"mediastreamtrack.h",
"rtpsender.h",
"streamcollection.h",
"videotracksource.h",
"webrtcsdp.h",
]

View File

@ -1,18 +0,0 @@
/*
* Copyright 2012 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_DATACHANNEL_H_
#define API_DATACHANNEL_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/datachannel.h"
#endif // API_DATACHANNEL_H_

View File

@ -1,18 +0,0 @@
/*
* Copyright 2015 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_MEDIASTREAM_H_
#define API_MEDIASTREAM_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/mediastream.h"
#endif // API_MEDIASTREAM_H_

View File

@ -1,18 +0,0 @@
/*
* Copyright 2015 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_RTPSENDER_H_
#define API_RTPSENDER_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/rtpsender.h"
#endif // API_RTPSENDER_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_STREAMCOLLECTION_H_
#define API_STREAMCOLLECTION_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/streamcollection.h"
#endif // API_STREAMCOLLECTION_H_