Chromium Code Reviews| 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', { |