Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 2ec018997b0d04d4e7efa5be595de5882d7943f2..b3609288f8a0595e36a7c2d218d449d3b9e02142 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" ] |
+ } |
} |
config("net_internal_config") { |