Move base64url.* to CryptAuth component.
commitf32e94c785c695af3772fd7a364dce4abab9df15
authortengs <tengs@chromium.org>
Thu, 9 Apr 2015 07:49:10 +0000 (9 00:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Apr 2015 07:49:35 +0000 (9 07:49 +0000)
tree6c2b2b36a8bd8f2013f8003223023d7353a9f587
parentea8dd94e6cb9ff95a9698adcc67da0e635a293e6
Move base64url.* to CryptAuth component.

The cryptauth component also uses base64url encoding, but cannot depend on
proximity_auth.

BUG=420316

Review URL: https://codereview.chromium.org/1063323002

Cr-Commit-Position: refs/heads/master@{#324393}
chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.cc
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/BUILD.gn
components/proximity_auth/client.cc
components/proximity_auth/cryptauth/BUILD.gn
components/proximity_auth/cryptauth/base64url.cc [moved from components/proximity_auth/base64url.cc with 94% similarity]
components/proximity_auth/cryptauth/base64url.h [moved from components/proximity_auth/base64url.h with 91% similarity]
components/proximity_auth/cryptauth/base64url_unittest.cc [moved from components/proximity_auth/base64url_unittest.cc with 97% similarity]
components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc
components/proximity_auth/wire_message.cc