Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/usrsctp/BUILD.gn

Issue 779473002: gn format //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/stp/BUILD.gn ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/usrsctp/BUILD.gn
diff --git a/third_party/usrsctp/BUILD.gn b/third_party/usrsctp/BUILD.gn
index 254adceec4fe9c3747b3feeeaca482f3d93b64d9..45567e2e536e50e6e5a1b4f14f092ee53ae0acf0 100644
--- a/third_party/usrsctp/BUILD.gn
+++ b/third_party/usrsctp/BUILD.gn
@@ -73,13 +73,14 @@ static_library("usrsctp") {
"usrsctplib/user_socket.c",
"usrsctplib/user_socketvar.h",
"usrsctplib/user_uma.h",
- "usrsctplib/usrsctp.h"
+ "usrsctplib/usrsctp.h",
]
defines = [
"SCTP_PROCESS_LEVEL_LOCKS",
"SCTP_SIMPLE_ALLOCATOR",
"__Userspace__",
+
# "SCTP_DEBUG", # Uncomment for SCTP debugging.
]
@@ -108,6 +109,7 @@ static_library("usrsctp") {
if (is_win) {
defines += [
"__Userspace_os_Windows",
+
# Manually setting WINVER and _WIN32_WINNT is needed because Chrome
# sets WINVER to a newer version of windows. But compiling usrsctp
# this way would is incompatible with windows XP.
« no previous file with comments | « third_party/stp/BUILD.gn ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698