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

Unified Diff: base/BUILD.gn

Issue 2547863002: Move base32 into base so that it can be used within base.
Patch Set: sync to position 437832 Created 4 years 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 | base/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 88d5d7f036c33d5563b1460dbfe651871816ec04..8a3eb5cceabbf5397f1b7d1db0441c29b527f13b 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -234,6 +234,8 @@ component("base") {
"auto_reset.h",
"barrier_closure.cc",
"barrier_closure.h",
+ "base32.cc",
+ "base32.h",
"base64.cc",
"base64.h",
"base64url.cc",
@@ -1810,6 +1812,7 @@ test("base_unittests") {
"at_exit_unittest.cc",
"atomicops_unittest.cc",
"barrier_closure_unittest.cc",
+ "base32_unittest.cc",
"base64_unittest.cc",
"base64url_unittest.cc",
"big_endian_unittest.cc",
« no previous file with comments | « no previous file | base/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698