summaryrefslogtreecommitdiffstats
path: root/third_party/usrsctp
diff options
context:
space:
mode:
authorlally@chromium.org <lally@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 21:52:28 +0000
committerlally@chromium.org <lally@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 21:52:28 +0000
commitacb8fcd20de7d01aa4e07c7d816f3c24e4adf5fb (patch)
tree47971fb0f0ddcc286c4e473b1d2135bce27c77ce /third_party/usrsctp
parentbca1730f04d71f06590446393f647d97e9202b28 (diff)
downloadchromium_src-acb8fcd20de7d01aa4e07c7d816f3c24e4adf5fb.zip
chromium_src-acb8fcd20de7d01aa4e07c7d816f3c24e4adf5fb.tar.gz
chromium_src-acb8fcd20de7d01aa4e07c7d816f3c24e4adf5fb.tar.bz2
testing usrsctp update.
BUG= Review URL: https://codereview.chromium.org/221073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/usrsctp')
-rw-r--r--third_party/usrsctp/usrsctp.gyp9
1 files changed, 7 insertions, 2 deletions
diff --git a/third_party/usrsctp/usrsctp.gyp b/third_party/usrsctp/usrsctp.gyp
index bb4b2ce..f97cc63 100644
--- a/third_party/usrsctp/usrsctp.gyp
+++ b/third_party/usrsctp/usrsctp.gyp
@@ -56,6 +56,7 @@
'target_name': 'usrsctplib',
'type': 'static_library',
'sources': [
+ 'usrsctplib/netinet/sctp.h',
'usrsctplib/netinet/sctp_asconf.c',
'usrsctplib/netinet/sctp_asconf.h',
'usrsctplib/netinet/sctp_auth.c',
@@ -82,6 +83,7 @@
'usrsctplib/netinet/sctp_pcb.h',
'usrsctplib/netinet/sctp_peeloff.c',
'usrsctplib/netinet/sctp_peeloff.h',
+ 'usrsctplib/netinet/sctp_process_lock.h',
'usrsctplib/netinet/sctp_sha1.c',
'usrsctplib/netinet/sctp_sha1.h',
'usrsctplib/netinet/sctp_ss_functions.c',
@@ -96,12 +98,15 @@
'usrsctplib/netinet/sctp_var.h',
'usrsctplib/netinet/sctputil.c',
'usrsctplib/netinet/sctputil.h',
+ 'usrsctplib/netinet6/sctp6_usrreq.c',
+ 'usrsctplib/netinet6/sctp6_var.h',
'usrsctplib/user_atomic.h',
'usrsctplib/user_environment.c',
'usrsctplib/user_environment.h',
'usrsctplib/user_inpcb.h',
'usrsctplib/user_ip6_var.h',
'usrsctplib/user_ip_icmp.h',
+ 'usrsctplib/user_malloc.h',
'usrsctplib/user_mbuf.c',
'usrsctplib/user_mbuf.h',
'usrsctplib/user_queue.h',
@@ -112,7 +117,7 @@
'usrsctplib/user_socket.c',
'usrsctplib/user_socketvar.h',
'usrsctplib/user_uma.h',
- 'usrsctplib/usrsctp.h',
+ 'usrsctplib/usrsctp.h'
], # sources
'conditions': [
['OS=="linux" or OS=="android"', {
@@ -151,7 +156,7 @@
'cflags': [ '/w' ],
# TODO(ldixon) : Remove this disabling of warnings by pushing a
# fix upstream to usrsctp
- 'msvs_disabled_warnings': [ 4700, 4013, 4018, 4133, 4267 ],
+ 'msvs_disabled_warnings': [ 4002, 4013, 4018, 4133, 4267, 4313, 4700 ],
}, { # OS != "win",
'defines': [
'NON_WINDOWS_DEFINE',