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

Unified Diff: device/device.gyp

Issue 12929003: Implemented BluetoothAdapterMac::AddDevices(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted BluetoothDevice interface. Created 7 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
Index: device/device.gyp
diff --git a/device/device.gyp b/device/device.gyp
index 8e9697921a498c626d302265acd31025ca618e20..f3de8572db00cee8d7e3fbad97a258838be82459 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -178,6 +178,13 @@
'../dbus/dbus.gyp:dbus',
]
}],
+ ['OS=="mac"', {
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
+ ],
+ },
+ }],
['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
'conditions': [
['linux_use_tcmalloc == 1', {
« device/bluetooth/bluetooth_device_mac.mm ('K') | « device/bluetooth/test/mock_bluetooth_device.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698