| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 4a0e7d9b50ca8f5cf725153cbc3b855074c126ce..b425371f68f8b4b1ea263261f6506a44e867c7b9 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -461,7 +461,7 @@ component("net") {
|
|
|
| if (is_ios) {
|
| # Add back some sources that were otherwise filtered out. iOS additionally
|
| - # doesn't set USE_NSS but needs some of the files.
|
| + # doesn't set USE_NSS_CERTS but needs some of the files.
|
| set_sources_assignment_filter([])
|
| sources += [
|
| "base/net_util_mac.cc",
|
|
|