| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index 125e22f455b126c09d966a2e09c30243bcd5ef21..4bb8235abb5337f62e1dbca109304917af49fab9 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -410,8 +410,9 @@
|
| ['include', '^base/network_config_watcher_mac\\.cc$'],
|
| ['include', '^base/platform_mime_util_mac\\.mm$'],
|
| # The iOS implementation only partially uses NSS and thus does not
|
| - # defines |use_nss_certs|. In particular the |USE_NSS| preprocessor
|
| - # definition is not used. The following files are needed though:
|
| + # defines |use_nss_certs|. In particular the |USE_NSS_CERTS|
|
| + # preprocessor definition is not used. The following files are needed
|
| + # though:
|
| ['include', '^cert/cert_verify_proc_nss\\.cc$'],
|
| ['include', '^cert/cert_verify_proc_nss\\.h$'],
|
| ['include', '^cert/test_root_certs_nss\\.cc$'],
|
|
|