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$'], |
], |
}], |
], |