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

Side by Side Diff: net/net.gypi

Issue 1728853006: net: merge two versions of SetTCPNoDelay() function into one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export it Created 4 years, 9 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/socket/tcp_socket.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 'socket/ssl_server_socket_nss.cc', 1078 'socket/ssl_server_socket_nss.cc',
1079 'socket/ssl_server_socket_nss.h', 1079 'socket/ssl_server_socket_nss.h',
1080 'socket/ssl_server_socket_openssl.cc', 1080 'socket/ssl_server_socket_openssl.cc',
1081 'socket/ssl_server_socket_openssl.h', 1081 'socket/ssl_server_socket_openssl.h',
1082 'socket/stream_socket.cc', 1082 'socket/stream_socket.cc',
1083 'socket/stream_socket.h', 1083 'socket/stream_socket.h',
1084 'socket/tcp_client_socket.cc', 1084 'socket/tcp_client_socket.cc',
1085 'socket/tcp_client_socket.h', 1085 'socket/tcp_client_socket.h',
1086 'socket/tcp_server_socket.cc', 1086 'socket/tcp_server_socket.cc',
1087 'socket/tcp_server_socket.h', 1087 'socket/tcp_server_socket.h',
1088 'socket/tcp_socket.cc',
1088 'socket/tcp_socket.h', 1089 'socket/tcp_socket.h',
1089 'socket/tcp_socket_posix.cc', 1090 'socket/tcp_socket_posix.cc',
1090 'socket/tcp_socket_posix.h', 1091 'socket/tcp_socket_posix.h',
1091 'socket/tcp_socket_win.cc', 1092 'socket/tcp_socket_win.cc',
1092 'socket/tcp_socket_win.h', 1093 'socket/tcp_socket_win.h',
1093 'socket/transport_client_socket_pool.cc', 1094 'socket/transport_client_socket_pool.cc',
1094 'socket/transport_client_socket_pool.h', 1095 'socket/transport_client_socket_pool.h',
1095 'socket/unix_domain_client_socket_posix.cc', 1096 'socket/unix_domain_client_socket_posix.cc',
1096 'socket/unix_domain_client_socket_posix.h', 1097 'socket/unix_domain_client_socket_posix.h',
1097 'socket/unix_domain_server_socket_posix.cc', 1098 'socket/unix_domain_server_socket_posix.cc',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 'docs/bug-triage-labels.md', 1991 'docs/bug-triage-labels.md',
1991 'docs/bug-triage-suggested-workflow.md', 1992 'docs/bug-triage-suggested-workflow.md',
1992 'docs/code-patterns.md', 1993 'docs/code-patterns.md',
1993 'docs/crash-course-in-net-internals.md', 1994 'docs/crash-course-in-net-internals.md',
1994 'docs/life-of-a-url-request.md', 1995 'docs/life-of-a-url-request.md',
1995 'sdch/README.md', 1996 'sdch/README.md',
1996 ], 1997 ],
1997 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1998 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1998 } 1999 }
1999 } 2000 }
OLDNEW
« no previous file with comments | « no previous file | net/socket/tcp_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698