| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index 66ce52929b99f7768f7e7b478e656092c4115315..0de24a27aaeef9150a5beb351069a1bc15409028 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -17,6 +17,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
|
| '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../third_party/ocmock/ocmock.gyp:ocmock',
|
| '../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
|
| 'battery/battery.gyp:device_battery',
|
| 'battery/battery.gyp:device_battery_mojo_bindings',
|
| @@ -118,6 +119,11 @@
|
| '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
|
| ],
|
| },
|
| + 'xcode_settings' : {
|
| + 'OTHER_LDFLAGS' : [
|
| + '-ObjC',
|
| + ],
|
| + },
|
| }],
|
| ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
|
| 'conditions': [
|
|
|