Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index a5134da8745ac0c14ffeba000b7e80473f3cb1f8..d62a2fda9df023f90b4c2b5a77ece7b3caff10e8 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -1424,6 +1424,29 @@ |
}, |
], |
}], |
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', |
+ { 'targets': [ |
+ { |
+ 'target_name': 'web2socket_proxy', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ ], |
+ 'sources': [ |
+ 'web2socket_proxy/web2socket.cc', |
+ 'web2socket_proxy/web2socket.h', |
+ 'web2socket_proxy/web2socket_conn.cc', |
+ 'web2socket_proxy/web2socket_conn.h', |
+ 'web2socket_proxy/web2socket_main.cc', |
+ 'web2socket_proxy/web2socket_serv.cc', |
+ 'web2socket_proxy/web2socket_serv.h', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ } |
+ ], |
+ },], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
['OS=="win"', { |
'targets': [ |
{ |