| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 76e24a56421324053a309234bd844320bff425e2..1815ea59b76208b9433aaa725d15ed05895a828a 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1065,7 +1065,8 @@ if (is_android || is_linux) {
|
|
|
| # TODO(GYP) make this compile on Android, we need some native test deps done.
|
| # TODO(GYP) Also doesn't work on Windows; dependency on boringssl is wrong.
|
| -if (!is_android && !is_win) {
|
| +# TODO(GYP) Also doesn't work on Mac, need to figure out why not.
|
| +if (!is_android && !is_win && !is_mac) {
|
|
|
| source_set("quic_tools") {
|
| sources = [
|
| @@ -1367,4 +1368,4 @@ executable("quic_server") {
|
| ]
|
| }
|
|
|
| -} # !is_android
|
| +} # !is_android && !is_win && !is_mac
|
|
|