| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 9d82fd0a2970cc5daffe52dfaac4a2c7aa6589fa..ca5aaf8d9eb0ff6f0349e90fb018308e648c61fe 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",
|
|
|