Chromium Code Reviews| Index: device/bluetooth/BUILD.gn |
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
| index 78a80c7e73c5ab617349270e01496cfa7803d6aa..2dbf3cbe7fb950bd9ac13d61d163191eeeda8ee0 100644 |
| --- a/device/bluetooth/BUILD.gn |
| +++ b/device/bluetooth/BUILD.gn |
| @@ -160,7 +160,10 @@ component("bluetooth") { |
| } |
| if (is_mac) { |
| - libs = [ "IOBluetooth.framework" ] |
| + libs = [ |
| + "IOBluetooth.framework", |
| + "Foundation.framework", |
| + ] |
| } |
| if (is_win) { |