Move base64.h to the proper location.
Move base64.h to the proper location and put redirect header into the old place to be able to switch downstream users on new location. Bug: webrtc:8366 Change-Id: I5191fe631d32178d2efd1315ca9abd4250102291 Reviewed-on: https://webrtc-review.googlesource.com/88223 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24069}
This commit is contained in:
@ -79,11 +79,11 @@ rtc_static_library("rtc_pc_base") {
|
||||
"../media:rtc_media_base",
|
||||
"../modules/rtp_rtcp:rtp_rtcp_format",
|
||||
"../p2p:rtc_p2p",
|
||||
"../rtc_base:base64",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:rtc_base",
|
||||
"../rtc_base:rtc_task_queue",
|
||||
"../rtc_base:stringutils",
|
||||
"../rtc_base/third_party/base64",
|
||||
"../system_wrappers:metrics_api",
|
||||
"//third_party/abseil-cpp/absl/memory",
|
||||
"//third_party/abseil-cpp/absl/types:optional",
|
||||
@ -197,12 +197,12 @@ rtc_static_library("peerconnection") {
|
||||
"../media:rtc_media_base",
|
||||
"../modules/congestion_controller/bbr",
|
||||
"../p2p:rtc_p2p",
|
||||
"../rtc_base:base64",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:rtc_base",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"../rtc_base:stringutils",
|
||||
"../rtc_base/experiments:congestion_controller_experiment",
|
||||
"../rtc_base/third_party/base64",
|
||||
"../stats",
|
||||
"../system_wrappers",
|
||||
"../system_wrappers:field_trial_api",
|
||||
@ -478,9 +478,9 @@ if (rtc_include_tests) {
|
||||
"../api:mock_rtp",
|
||||
"../api/units:time_delta",
|
||||
"../logging:fake_rtc_event_log",
|
||||
"../rtc_base:base64",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:stringutils",
|
||||
"../rtc_base/third_party/base64",
|
||||
"../test:fileutils",
|
||||
"//third_party/abseil-cpp/absl/memory",
|
||||
]
|
||||
|
@ -27,11 +27,11 @@
|
||||
#include "pc/channelmanager.h"
|
||||
#include "pc/rtpmediautils.h"
|
||||
#include "pc/srtpfilter.h"
|
||||
#include "rtc_base/base64.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/helpers.h"
|
||||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/stringutils.h"
|
||||
#include "rtc_base/third_party/base64/base64.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
|
||||
#include "media/base/rtputils.h"
|
||||
#include "pc/srtpsession.h"
|
||||
#include "rtc_base/base64.h"
|
||||
#include "rtc_base/byteorder.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/stringencode.h"
|
||||
#include "rtc_base/third_party/base64/base64.h"
|
||||
#include "rtc_base/timeutils.h"
|
||||
#include "rtc_base/zero_memory.h"
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
#include "pc/rtptransport.h"
|
||||
#include "pc/srtpsession.h"
|
||||
#include "rtc_base/asyncpacketsocket.h"
|
||||
#include "rtc_base/base64.h"
|
||||
#include "rtc_base/copyonwritebuffer.h"
|
||||
#include "rtc_base/numerics/safe_conversions.h"
|
||||
#include "rtc_base/third_party/base64/base64.h"
|
||||
#include "rtc_base/trace_event.h"
|
||||
#include "rtc_base/zero_memory.h"
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
#include "pc/channel.h"
|
||||
#include "pc/peerconnection.h"
|
||||
#include "rtc_base/base64.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/third_party/base64/base64.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace {
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include "pc/test/fakepeerconnectionforstats.h"
|
||||
#include "pc/test/fakevideotracksource.h"
|
||||
#include "pc/videotrack.h"
|
||||
#include "rtc_base/base64.h"
|
||||
#include "rtc_base/fakesslidentity.h"
|
||||
#include "rtc_base/third_party/base64/base64.h"
|
||||
#include "test/gtest.h"
|
||||
|
||||
using cricket::ConnectionInfo;
|
||||
|
Reference in New Issue
Block a user