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

Side by Side Diff: net/net.gyp

Issue 296053012: Replace StreamListenSocket with StreamSocket in HttpServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't export HttpServer which is built in a static lib Created 6 years, 6 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'proxy/proxy_script_fetcher_impl_unittest.cc', 777 'proxy/proxy_script_fetcher_impl_unittest.cc',
778 'socket/ssl_client_socket_unittest.cc', 778 'socket/ssl_client_socket_unittest.cc',
779 'url_request/url_fetcher_impl_unittest.cc', 779 'url_request/url_fetcher_impl_unittest.cc',
780 'url_request/url_request_context_builder_unittest.cc', 780 'url_request/url_request_context_builder_unittest.cc',
781 # Needs GetAppOutput(). 781 # Needs GetAppOutput().
782 'test/python_utils_unittest.cc', 782 'test/python_utils_unittest.cc',
783 783
784 # The following tests are disabled because they don't apply to 784 # The following tests are disabled because they don't apply to
785 # iOS. 785 # iOS.
786 # OS is not "linux" or "freebsd" or "openbsd". 786 # OS is not "linux" or "freebsd" or "openbsd".
787 'socket/unix_domain_socket_posix_unittest.cc', 787 'socket/unix_domain_client_socket_posix_unittest.cc',
788 'socket/unix_domain_listen_socket_posix_unittest.cc',
789 'socket/unix_domain_server_socket_posix_unittest.cc',
788 790
789 # See bug http://crbug.com/344533. 791 # See bug http://crbug.com/344533.
790 'disk_cache/blockfile/index_table_v3_unittest.cc', 792 'disk_cache/blockfile/index_table_v3_unittest.cc',
791 ], 793 ],
792 }], 794 }],
793 [ 'OS == "android"', { 795 [ 'OS == "android"', {
794 'dependencies': [ 796 'dependencies': [
795 '../third_party/openssl/openssl.gyp:openssl', 797 '../third_party/openssl/openssl.gyp:openssl',
796 ], 798 ],
797 'sources!': [ 799 'sources!': [
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 'net_unittests.isolate', 1670 'net_unittests.isolate',
1669 ], 1671 ],
1670 'sources': [ 1672 'sources': [
1671 'net_unittests.isolate', 1673 'net_unittests.isolate',
1672 ], 1674 ],
1673 }, 1675 },
1674 ], 1676 ],
1675 }], 1677 }],
1676 ], 1678 ],
1677 } 1679 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/server/http_connection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698