diff options
author | sacomoto <sacomoto@chromium.org> | 2015-05-21 02:11:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-21 09:11:51 +0000 |
commit | 290ac0ba173c9799290a3ab617c79a5974c78def (patch) | |
tree | 0a90fc4a1f0e98a4d48dadae3b18a7b695035329 /components/components_tests.gyp | |
parent | e4cf320853691e8a2ef98b763bf4162a53b51bfc (diff) | |
download | chromium_src-290ac0ba173c9799290a3ab617c79a5974c78def.zip chromium_src-290ac0ba173c9799290a3ab617c79a5974c78def.tar.gz chromium_src-290ac0ba173c9799290a3ab617c79a5974c78def.tar.bz2 |
Adding BLE connection finder unit tests.
Adds unit tests for the proximity_auth::BluetoothLowEnergyConnectionFinder
class.
BUG=485123
Review URL: https://codereview.chromium.org/1129983004
Cr-Commit-Position: refs/heads/master@{#330918}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index 6de1bd6..9b576c9 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -428,6 +428,7 @@ 'precache/core/precache_url_table_unittest.cc', ], 'proximity_auth_unittest_sources': [ + 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', 'proximity_auth/bluetooth_connection_finder_unittest.cc', 'proximity_auth/bluetooth_connection_unittest.cc', 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |