| Index: device/bluetooth/bluetooth.gyp
|
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
|
| index 26c90d359f91f1317a4bf98c844e10f49709408f..e819902854c318cddde6af9ee19fa63aa156c9a5 100644
|
| --- a/device/bluetooth/bluetooth.gyp
|
| +++ b/device/bluetooth/bluetooth.gyp
|
| @@ -288,6 +288,12 @@
|
| 'Bthprops.cpl',
|
| 'setupapi.dll',
|
| ],
|
| + 'AdditionalDependencies': [
|
| + # Bthprops must be listed before BluetoothApis or else delay
|
| + # loading crashes.
|
| + 'Bthprops.lib',
|
| + 'BluetoothApis.lib',
|
| + ],
|
| },
|
| },
|
| },
|
| @@ -300,6 +306,12 @@
|
| 'Bthprops.cpl',
|
| 'setupapi.dll',
|
| ],
|
| + 'AdditionalDependencies': [
|
| + # Bthprops must be listed before BluetoothApis or else delay
|
| + # loading crashes.
|
| + 'Bthprops.lib',
|
| + 'BluetoothApis.lib',
|
| + ],
|
| },
|
| },
|
| }],
|
|
|