Removing the debugger and dependencies. Needs rethinking.
This commit is contained in:
1
third_party/jansson
vendored
1
third_party/jansson
vendored
Submodule third_party/jansson deleted from 4e8c4bfbd2
59
third_party/jansson.gypi
vendored
59
third_party/jansson.gypi
vendored
@@ -1,59 +0,0 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'jansson',
|
||||
'type': '<(library)',
|
||||
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'jansson/win32/',
|
||||
'jansson/src/',
|
||||
],
|
||||
|
||||
'defines': [
|
||||
],
|
||||
},
|
||||
|
||||
'msvs_disabled_warnings': [4267],
|
||||
|
||||
'defines': [
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS != "win"', {
|
||||
'defines': [
|
||||
],
|
||||
}],
|
||||
['OS == "win"', {
|
||||
'defines': [
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
'include_dirs': [
|
||||
'jansson/win32/',
|
||||
'jansson/src/',
|
||||
],
|
||||
|
||||
'sources': [
|
||||
'jansson/win32/jansson_config.h',
|
||||
'jansson/src/dump.c',
|
||||
'jansson/src/error.c',
|
||||
'jansson/src/hashtable.c',
|
||||
'jansson/src/hashtable.h',
|
||||
'jansson/src/jansson.h',
|
||||
'jansson/src/jansson_private.h',
|
||||
'jansson/src/load.c',
|
||||
'jansson/src/memory.c',
|
||||
'jansson/src/pack_unpack.c',
|
||||
'jansson/src/strbuffer.c',
|
||||
'jansson/src/strbuffer.h',
|
||||
'jansson/src/strconv.c',
|
||||
'jansson/src/utf.c',
|
||||
'jansson/src/utf.h',
|
||||
'jansson/src/value.c',
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
1
third_party/wslay
vendored
1
third_party/wslay
vendored
Submodule third_party/wslay deleted from b3571f1ed2
59
third_party/wslay.gypi
vendored
59
third_party/wslay.gypi
vendored
@@ -1,59 +0,0 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'wslay',
|
||||
'type': '<(library)',
|
||||
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'wslay/lib/includes/',
|
||||
],
|
||||
|
||||
'defines': [
|
||||
'WSLAY_VERSION=1',
|
||||
],
|
||||
|
||||
# libraries: ws2_32 on windows
|
||||
},
|
||||
|
||||
'defines': [
|
||||
'WSLAY_VERSION="1"',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS != "win"', {
|
||||
'defines': [
|
||||
'HAVE_ARPA_INET_H=1',
|
||||
'HAVE_NETINET_IN_H=1',
|
||||
],
|
||||
}],
|
||||
['OS == "win"', {
|
||||
'defines': [
|
||||
'HAVE_WINSOCK2_H=1',
|
||||
'ssize_t=long long',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
'include_dirs': [
|
||||
'wslay/lib/',
|
||||
'wslay/lib/includes/',
|
||||
],
|
||||
|
||||
'sources': [
|
||||
'wslay/lib/includes/wslay/wslay.h',
|
||||
'wslay/lib/wslay_event.c',
|
||||
'wslay/lib/wslay_event.h',
|
||||
'wslay/lib/wslay_frame.c',
|
||||
'wslay/lib/wslay_frame.h',
|
||||
'wslay/lib/wslay_net.c',
|
||||
'wslay/lib/wslay_net.h',
|
||||
'wslay/lib/wslay_queue.c',
|
||||
'wslay/lib/wslay_queue.h',
|
||||
'wslay/lib/wslay_stack.c',
|
||||
'wslay/lib/wslay_stack.h',
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user