Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 7d25dd2c881af5b525c387df08842777bbdd1b4a..b9448041d38c6c5dc06576199e44963a71f1b5f2 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1470,6 +1470,10 @@ test("net_unittests") { |
| sources += gypi_values.net_base_test_mac_ios_sources |
| } |
| + if (is_mac) { |
| + libs = [ "Security.framework" ] |
|
Ryan Sleevi
2016/08/12 19:50:17
I thought we also needed to add Foundation.framewo
mattm
2016/08/16 01:41:34
I think this is okay since the cert_verify_proc_un
|
| + } |
| + |
| if (is_chromeos) { |
| sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] |
| } |