[EasyUnlock] Port Connection class to native code.
commit06c6a9a72eaf2cc5fbcc429127bd2e3f4dfce75d
authorisherman <isherman@chromium.org>
Wed, 10 Sep 2014 05:48:21 +0000 (9 22:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Sep 2014 05:50:30 +0000 (10 05:50 +0000)
tree3b3d033271d56c70a11524efaaca0f59a1a870df
parent3c4d6ceb7f29eaa4024bfe268e033a2ea296066b
[EasyUnlock] Port Connection class to native code.

BUG=410639
TEST=components_unittests
R=tengs@chromium.org, cbentzel@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#294114}
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/BUILD.gn
components/proximity_auth/DEPS
components/proximity_auth/connection.cc [new file with mode: 0644]
components/proximity_auth/connection.h [new file with mode: 0644]
components/proximity_auth/connection_observer.h [new file with mode: 0644]
components/proximity_auth/connection_unittest.cc [new file with mode: 0644]
components/proximity_auth/wire_message.cc [new file with mode: 0644]
components/proximity_auth/wire_message.h [new file with mode: 0644]