| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index 66ce52929b99f7768f7e7b478e656092c4115315..924e7947ea1f7151018ed9c4391ee1addbc461a6 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -113,11 +113,19 @@
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| + 'dependencies': [
|
| + '../third_party/ocmock/ocmock.gyp:ocmock',
|
| + ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
|
| ],
|
| },
|
| + 'xcode_settings' : {
|
| + 'OTHER_LDFLAGS' : [
|
| + '-ObjC',
|
| + ],
|
| + },
|
| }],
|
| ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
|
| 'conditions': [
|
|
|