Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 020e7d170fc60753f06f48d85b43cd75bceac719..c8cc2a6c074a57b189ff2c49fd54516c318d83b8 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -68,6 +68,9 @@ config("net_config") { |
| if (disable_ftp_support) { |
| defines += [ "DISABLE_FTP_SUPPORT=1" ] |
| } |
| + if (enable_websockets) { |
| + defines += [ "ENABLE_WEBSOCKETS" ] |
|
mmenke
2016/06/20 15:14:09
Hrm...We should probably go with DISABLE_WEBSOCKET
Mike West
2016/06/21 10:31:15
It doesn't look that clearcut. We have "DISABLE_FI
mmenke
2016/06/21 16:33:54
SGTM.
|
| + } |
| } |
| config("net_internal_config") { |