Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 485ac38b46a2bbba3e86082455039dab65ebb9d0..ead0eecfd1483680c2fcfb5488f63089791051c2 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -1414,6 +1414,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': [ |
{ |