| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index 7411efa4972f7176e718e71ef355969733644f62..125e22f455b126c09d966a2e09c30243bcd5ef21 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -284,7 +284,7 @@
|
| ],
|
| },
|
| ],
|
| - [ 'use_nss != 1', {
|
| + [ 'use_nss_certs != 1', {
|
| 'sources!': [
|
| 'cert/cert_verify_proc_nss.cc',
|
| 'cert/cert_verify_proc_nss.h',
|
| @@ -410,7 +410,7 @@
|
| ['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|. In particular the |USE_NSS| preprocessor
|
| + # defines |use_nss_certs|. In particular the |USE_NSS| 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$'],
|
|
|