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

Unified Diff: net/net.gyp

Issue 10983023: Port certificate verification to iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review comments Created 8 years, 3 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 | « net/base/x509_util_ios.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 366a452bc80f2069551eeef28c6fc470ccf2c006..4bd78fcdc668ec7a2c522d6ddf794ff3ac8b9a0f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1198,9 +1198,13 @@
# The iOS implementation only partially uses NSS and thus does not
# defines |use_nss|. In particular the |USE_NSS| preprocessor
# definition is not used. The following files are needed though:
+ ['include', '^base/cert_verify_proc_nss\\.cc$'],
+ ['include', '^base/cert_verify_proc_nss\\.h$'],
['include', '^base/test_root_certs_nss\\.cc$'],
['include', '^base/x509_util_nss\\.cc$'],
['include', '^base/x509_util_nss\\.h$'],
+ ['include', '^ocsp/nss_ocsp\\.cc$'],
+ ['include', '^ocsp/nss_ocsp\\.h$'],
],
}],
],
« no previous file with comments | « net/base/x509_util_ios.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698