diff options
author | tengs <tengs@chromium.org> | 2014-10-05 22:40:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-06 05:40:15 +0000 |
commit | ea738b4ba12b8a0778caec9ed4119f080ea2bd15 (patch) | |
tree | 81f6ac972b34bde40113acbb3f15b36058146674 /components/BUILD.gn | |
parent | fc668e2ac96160f88e72a1166f5dbd69ccd13c3a (diff) | |
download | chromium_src-ea738b4ba12b8a0778caec9ed4119f080ea2bd15.zip chromium_src-ea738b4ba12b8a0778caec9ed4119f080ea2bd15.tar.gz chromium_src-ea738b4ba12b8a0778caec9ed4119f080ea2bd15.tar.bz2 |
Add CryptAuthApiCallFlow class, the underlying object to handle all CryptAuth API calls.
BUG=419191
Review URL: https://codereview.chromium.org/615253003
Cr-Commit-Position: refs/heads/master@{#298196}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r-- | components/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn index 8290ea9..2eed3b7 100644 --- a/components/BUILD.gn +++ b/components/BUILD.gn @@ -72,6 +72,7 @@ group("all_components") { "//components/precache/content", "//components/pref_registry", "//components/proximity_auth", + "//components/proximity_auth/cryptauth", "//components/query_parser", "//components/rappor", "//components/renderer_context_menu", |