Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: components/components_tests.gyp

Issue 585743004: [Easy Unlock] Port the BluetoothConnection class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the Connect() utility function in more places Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index b7336490c91918d313bde1e50e10b371a7164d7b..3546119e18450bf8628a4672cba69859966d60de 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -651,6 +651,7 @@
'copresence/rpc/http_post_unittest.cc',
'copresence/rpc/rpc_handler_unittest.cc',
'copresence/timed_map_unittest.cc',
+ 'proximity_auth/bluetooth_connection_unittest.cc',
'proximity_auth/connection_unittest.cc',
'proximity_auth/proximity_auth_system_unittest.cc',
'proximity_auth/wire_message_unittest.cc',
@@ -662,6 +663,7 @@
# Dependencies of proxmity_auth
'components.gyp:proximity_auth',
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
],
}],
['chromeos==1', {
« no previous file with comments | « no previous file | components/proximity_auth.gypi » ('j') | components/proximity_auth/bluetooth_connection_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698