Removing wslay socket support in prep for switch to mongoose.

Work on #21.
This commit is contained in:
Ben Vanik
2013-05-21 16:16:33 -07:00
parent 1ec06bd7d0
commit 720651ba9e
9 changed files with 8 additions and 340 deletions

View File

@@ -4,7 +4,6 @@
'tools/tools.gypi',
'third_party/gflags.gypi',
'third_party/sparsehash.gypi',
'third_party/wslay.gypi',
],
'targets': [
@@ -15,12 +14,10 @@
'dependencies': [
'gflags',
'wslay',
'third_party/libjit/libjit.gyp:libjit',
],
'export_dependent_settings': [
'gflags',
'wslay',
'third_party/libjit/libjit.gyp:libjit',
],