Extract rtc_base/base64.h and rtc_base/base64.cc into separate target.

Extract rtc_base/base64.h and rtc_base/base64.cc into separate target
to prepare to move them into third_party

Bug: webrtc:8366
Change-Id: I477e6da2b9d09307439b3272261f31042f479d74
Reviewed-on: https://webrtc-review.googlesource.com/83980
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23645}
This commit is contained in:
Artem Titov
2018-06-18 14:25:54 +02:00
committed by Commit Bot
parent 6250fdd8fc
commit 6bbeb080b8
6 changed files with 22 additions and 2 deletions

View File

@ -170,6 +170,7 @@ rtc_static_library("video_coding") {
"../../api/video:video_frame_i420",
"../../api/video_codecs:video_codecs_api",
"../../common_video",
"../../rtc_base:base64",
"../../rtc_base:checks",
"../../rtc_base:rtc_base",
"../../rtc_base:rtc_base_approved",