diff options
author | isherman <isherman@chromium.org> | 2015-06-25 11:46:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-25 18:48:31 +0000 |
commit | 27661ed66f7f5790f6bda0f08d6ef0b7c7dcf8ff (patch) | |
tree | 541b986e00eabdea374b11b3b9bea1c7cc67d049 /components/components_tests.gyp | |
parent | c03c1b6f2e84d8d43d5573a3fa25ba65d536311b (diff) | |
download | chromium_src-27661ed66f7f5790f6bda0f08d6ef0b7c7dcf8ff.zip chromium_src-27661ed66f7f5790f6bda0f08d6ef0b7c7dcf8ff.tar.gz chromium_src-27661ed66f7f5790f6bda0f08d6ef0b7c7dcf8ff.tar.bz2 |
[Proximity Auth] Split the Client class an interface + concrete impl.
Among other things, this allows the class to be more easily mocked out in tests.
BUG=501626
TEST=none
R=tengs@chromium.org
Review URL: https://codereview.chromium.org/1205193003
Cr-Commit-Position: refs/heads/master@{#336212}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index be4aad8..31256da 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -445,7 +445,7 @@ 'proximity_auth/bluetooth_connection_finder_unittest.cc', 'proximity_auth/bluetooth_connection_unittest.cc', 'proximity_auth/bluetooth_throttler_impl_unittest.cc', - 'proximity_auth/client_unittest.cc', + 'proximity_auth/client_impl_unittest.cc', 'proximity_auth/connection_unittest.cc', 'proximity_auth/cryptauth/base64url_unittest.cc', 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc', |