Remove old base64 header

To be landed after 8th Aug 2018

Bug: webrtc:8366
Change-Id: Icf5f2ecbf2e64de93ce3e6758966629f9cc3a2b9
Reviewed-on: https://webrtc-review.googlesource.com/90244
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24240}
This commit is contained in:
Artem Titov
2018-07-24 10:36:53 +02:00
committed by Commit Bot
parent 9a75061ec6
commit 43a6d2bbf8
2 changed files with 0 additions and 24 deletions

View File

@ -478,16 +478,6 @@ if (is_mac && !build_with_chromium) {
}
}
rtc_source_set("base64") {
visibility = [ "*" ]
sources = [
"base64.h",
]
deps = [
"third_party/base64",
]
}
rtc_source_set("rtc_task_queue") {
visibility = [ "*" ]
deps = []

View File

@ -1,14 +0,0 @@
/*
* Copyright 2018 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 is a temporary header file to move origin header from this location
// to specified in include. Don't use this header directly, use included one
// instead.
#include "rtc_base/third_party/base64/base64.h"