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

Unified Diff: device/device_tests.gyp

Issue 1538173003: Implementing GATT connection/disconnect on OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip tests if Bluetooth Low Energy is not available Created 4 years, 9 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
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_central_manager_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 7a22fb32edde191135d2a88dcb1ecd2b0cfa58d8..e477b11214b177a2d65626b30d80ed8445a85547 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -59,6 +59,10 @@
'bluetooth/test/bluetooth_test_mac.mm',
'bluetooth/test/bluetooth_test_win.h',
'bluetooth/test/bluetooth_test_win.cc',
+ 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm',
+ 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h',
+ 'bluetooth/test/mock_bluetooth_central_manager_mac.mm',
+ 'bluetooth/test/mock_bluetooth_central_manager_mac.h',
'bluetooth/test/test_bluetooth_adapter_observer.cc',
'bluetooth/test/test_bluetooth_adapter_observer.h',
'hid/hid_connection_unittest.cc',
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_central_manager_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698