| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 52444d59ea4a765dbf23711ab50d232593c8079f..4c6d529c1e6b302f4ae4bf1778c560e174ad0579 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -38,7 +38,7 @@ use_kerberos = !is_chromeos && !is_android && !is_ios
|
| # pretty confident that mmap-ing the index would not hurt any existing x86
|
| # android devices, but we cannot be so sure about the variety of ARM devices.
|
| # So enable it for x86 only for now.
|
| -posix_avoid_mmap = is_android && cpu_arch != "x86"
|
| +posix_avoid_mmap = is_android && current_cpu != "x86"
|
|
|
| # WebSockets and socket stream code are used everywhere except iOS.
|
| enable_websockets = !is_ios
|
|
|