Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: net/BUILD.gn

Issue 2101303005: CertVerifyProcMac: Add Keychain re-ordering hack, check CRLsets in path pruning loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes and url_request_unittest fixes Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_mac.cc » ('j') | net/cert/cert_verify_proc_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_mac.cc » ('j') | net/cert/cert_verify_proc_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698