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

@ -227,6 +227,7 @@ rtc_static_library("rtc_audio_video") {
"../modules/video_coding:video_codec_interface",
"../modules/video_coding:video_coding",
"../rtc_base:audio_format_to_string",
"../rtc_base:base64",
"../rtc_base:checks",
]