Removing dependencies on stub headers within WebRTC.
Headers webrtc/video_receive_stream.h and webrtc/video_send_stream.h have been moved to webrtc/call in https://codereview.webrtc.org/3000253002, this CL is just switching WebRTC internal dependencies to actual headers instead of depending on the backward compatibility ones. BUG=webrtc:8107 Review-Url: https://codereview.webrtc.org/3007553002 Cr-Commit-Position: refs/heads/master@{#19561}
This commit is contained in:
parent
0e320ec5ba
commit
5212700c79
@ -31,8 +31,8 @@
|
||||
#include "webrtc/call/flexfec_receive_stream.h"
|
||||
#include "webrtc/modules/rtp_rtcp/source/rtp_packet_received.h"
|
||||
#include "webrtc/rtc_base/buffer.h"
|
||||
#include "webrtc/video_receive_stream.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_receive_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace cricket {
|
||||
class FakeAudioSendStream final : public webrtc::AudioSendStream {
|
||||
|
||||
@ -3,6 +3,7 @@ include_rules = [
|
||||
"+third_party/openh264",
|
||||
"+vpx",
|
||||
"+webrtc/base",
|
||||
"+webrtc/call",
|
||||
"+webrtc/common_video",
|
||||
"+webrtc/system_wrappers",
|
||||
"+webrtc/rtc_tools",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include "webrtc/rtc_base/timeutils.h"
|
||||
#include "webrtc/system_wrappers/include/clock.h"
|
||||
#include "webrtc/test/frame_generator.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace test {
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include "webrtc/test/direct_transport.h"
|
||||
#include "webrtc/test/gtest.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace {
|
||||
const int kShortTimeoutMs = 500;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#include "webrtc/modules/video_capture/video_capture_factory.h"
|
||||
#include "webrtc/rtc_base/logging.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
namespace webrtc {
|
||||
namespace test {
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include "webrtc/rtc_base/thread_annotations.h"
|
||||
#include "webrtc/system_wrappers/include/clock.h"
|
||||
#include "webrtc/video/stats_counter.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#include "webrtc/video/report_block_stats.h"
|
||||
#include "webrtc/video/stats_counter.h"
|
||||
#include "webrtc/video/video_stream_encoder.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
#include "webrtc/system_wrappers/include/field_trial.h"
|
||||
#include "webrtc/video/call_stats.h"
|
||||
#include "webrtc/video/payload_router.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
#include "webrtc/video/send_statistics_proxy.h"
|
||||
#include "webrtc/video/transport_adapter.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include "webrtc/system_wrappers/include/atomic32.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
#include "webrtc/video/overuse_frame_detector.h"
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user