Delete webrtc/call.h (replaced with webrtc/call/call.h).
BUG=webrtc:6716 Review-Url: https://codereview.webrtc.org/2916513002 Cr-Commit-Position: refs/heads/master@{#18491}
This commit is contained in:
@ -37,7 +37,6 @@ CPPLINT_BLACKLIST = [
|
||||
'webrtc/system_wrappers',
|
||||
'webrtc/test',
|
||||
'webrtc/voice_engine',
|
||||
'webrtc/call.h',
|
||||
'webrtc/common_types.h',
|
||||
'webrtc/common_types.cc',
|
||||
'webrtc/video_send_stream.h',
|
||||
|
@ -257,11 +257,7 @@ if (!build_with_chromium) {
|
||||
# Only the root target should depend on this.
|
||||
visibility = [ "//:default" ]
|
||||
|
||||
sources = [
|
||||
# TODO(ossu): Keep this here until donwstream projects have updated.
|
||||
# http://bugs.webrtc.org/6716
|
||||
"call.h",
|
||||
]
|
||||
sources = []
|
||||
complete_static_lib = true
|
||||
defines = []
|
||||
|
||||
|
@ -9,7 +9,6 @@ include_rules = [
|
||||
"+libyuv",
|
||||
"-webrtc", # Has to be disabled; otherwise all dirs below will be allowed.
|
||||
# Individual headers that will be moved out of here, see webrtc:4243.
|
||||
"+webrtc/call.h",
|
||||
"+webrtc/common_types.h",
|
||||
"+webrtc/config.h",
|
||||
"+webrtc/transport.h",
|
||||
@ -28,12 +27,6 @@ include_rules = [
|
||||
|
||||
# The below rules will be removed when webrtc:4243 is fixed.
|
||||
specific_include_rules = {
|
||||
# The call/call.h exception is here only until the peerconnection
|
||||
# implementation has been moved out of api/. See:
|
||||
# http://bugs.webrtc.org/5883
|
||||
"call\.h": [
|
||||
"+webrtc/call/call.h"
|
||||
],
|
||||
"video_frame\.h": [
|
||||
"+webrtc/common_video",
|
||||
],
|
||||
|
@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2013 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.
|
||||
*/
|
||||
|
||||
// This file is deprecated. It has been moved to the location below. Please
|
||||
// update your includes! See: http://bugs.webrtc.org/6716
|
||||
#include "webrtc/call/call.h"
|
Reference in New Issue
Block a user