Remove p2p/base/session.h
Bug: None Change-Id: I1dd61f3363ba41ba94aa604ceac64b140fc72caa Reviewed-on: https://webrtc-review.googlesource.com/61142 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22407}
This commit is contained in:
@ -31,8 +31,6 @@ CPPLINT_BLACKLIST = [
|
||||
'modules/include/module_common_types.h',
|
||||
'modules/utility',
|
||||
'modules/video_capture',
|
||||
'p2p/base/session.cc',
|
||||
'p2p/base/session.h',
|
||||
'p2p/base/pseudotcp.cc',
|
||||
'p2p/base/pseudotcp.h',
|
||||
'rtc_base',
|
||||
|
@ -51,8 +51,6 @@ rtc_static_library("rtc_p2p") {
|
||||
"base/pseudotcp.h",
|
||||
"base/relayport.cc",
|
||||
"base/relayport.h",
|
||||
"base/session.cc",
|
||||
"base/session.h",
|
||||
"base/stun.cc",
|
||||
"base/stun.h",
|
||||
"base/stunport.cc",
|
||||
|
@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Copyright 2004 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.
|
||||
*/
|
||||
|
||||
// TODO(deadbeef): Remove this file when Chrome build files no longer reference
|
||||
// it.
|
@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Copyright 2004 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.
|
||||
*/
|
||||
|
||||
// TODO(deadbeef): Remove this file when Chrome build files no longer reference
|
||||
// it.
|
||||
#error "DONT INCLUDE THIS"
|
Reference in New Issue
Block a user