| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 299d3ac5873f9179aff5ab549fb82981b27f25d8..bb5e07ea09e03753b843c73dd68cb293f44a7160 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -146,7 +146,13 @@ component("bluetooth") {
|
| }
|
|
|
| if (is_win) {
|
| - libs = [ "setupapi.lib" ]
|
| + libs = [
|
| + # Bthprops must be listed before BluetoothApis or else delay loading
|
| + # crashes.
|
| + "Bthprops.lib",
|
| + "BluetoothApis.lib",
|
| + "setupapi.lib",
|
| + ]
|
| }
|
|
|
| if (is_chromeos || is_linux) {
|
|
|