summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorpeter <peter@chromium.org>2015-10-29 04:35:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-29 11:36:09 +0000
commit2b9a5dc681a6a41e2acee6468ef5f42b42a58097 (patch)
tree438328622cc93fe1992225bbe9860b45828c5888 /base/base.gypi
parent8daf2c6f84b1a4ad4458c9efb6ecac9e37a8c354 (diff)
downloadchromium_src-2b9a5dc681a6a41e2acee6468ef5f42b42a58097.zip
chromium_src-2b9a5dc681a6a41e2acee6468ef5f42b42a58097.tar.gz
chromium_src-2b9a5dc681a6a41e2acee6468ef5f42b42a58097.tar.bz2
Generalize a base64url implementation in //base.
We currently have eight different base64url implementations living in Chrome. This CL generalizes them to a single implementation in //base. Uses will be updated after this CL lands on a per-feature basis with the appropriate OWNERS. BUG=536745 Review URL: https://codereview.chromium.org/1399363008 Cr-Commit-Position: refs/heads/master@{#356812}
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 4de7af6..6ec36dd 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -96,6 +96,8 @@
'barrier_closure.h',
'base64.cc',
'base64.h',
+ 'base64url.cc',
+ 'base64url.h',
'base_export.h',
'base_paths.cc',
'base_paths.h',