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

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 1165053003: Adding support for Low Energy device discovery to BluetoothAdapterMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding issue # Created 5 years, 6 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: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 21bb6eb1218c33f31d1b438bb39dab5c8a0fea9f..983bcfd1df0e651755b0b92e5f0076c1903d1e3b 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -231,6 +231,14 @@
'test/mock_bluetooth_socket.cc',
'test/mock_bluetooth_socket.h',
],
+ 'conditions': [
+ ['OS=="mac"', {
armansito 2015/06/09 19:32:58 Is this check needed?
krstnmnlsn 2015/06/09 23:09:00 Nope, apparently not :)
+ 'sources': [
+ 'test/mock_bluetooth_central_manager_mac.mm',
+ 'test/mock_bluetooth_central_manager_mac.h',
+ ],
+ }],
+ ],
},
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698