Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: webrtc/base/BUILD.gn

Issue 2454293003: Moved rtc::Base64 to base approved. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/base64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 6c5a4bb3d88735699e25bc94032ddf23be06a60c..f3a46f6e0e500abbeef7e018d89d1d7ae7b2ab51 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -91,6 +91,8 @@ rtc_static_library("rtc_base_approved") {
"array_view.h",
"arraysize.h",
"atomicops.h",
+ "base64.cc",
+ "base64.h",
"bind.h",
"bitbuffer.cc",
"bitbuffer.h",
@@ -386,8 +388,6 @@ rtc_static_library("rtc_base") {
"asyncudpsocket.h",
"autodetectproxy.cc",
"autodetectproxy.h",
- "base64.cc",
- "base64.h",
"common.cc",
"common.h",
"crc32.cc",
« no previous file with comments | « no previous file | webrtc/base/base64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698