Chromium Code Reviews| Index: device/serial/BUILD.gn |
| diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn |
| index 468afc2f9e3495c0f471fb4b83ab048ed6c9c226..6a6549bd83c3ca085e47f286e242d970cfe2d847 100644 |
| --- a/device/serial/BUILD.gn |
| +++ b/device/serial/BUILD.gn |
| @@ -77,7 +77,10 @@ static_library("serial") { |
| ] |
| } |
| if (is_mac) { |
| - libs = [ "IOKit.framework" ] |
| + libs = [ |
| + "Foundation.framework", |
| + "IOKit.framework", |
| + ] |
| } |
| } |