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

Side by Side Diff: net/net.gyp

Issue 376323002: Refactor unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved UnixDomainListenSocket to net::deprecated namespace. Created 6 years, 4 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 | « net/BUILD.gn ('k') | net/net.gypi » ('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 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'proxy/proxy_script_fetcher_impl_unittest.cc', 782 'proxy/proxy_script_fetcher_impl_unittest.cc',
783 'socket/ssl_client_socket_unittest.cc', 783 'socket/ssl_client_socket_unittest.cc',
784 'url_request/url_fetcher_impl_unittest.cc', 784 'url_request/url_fetcher_impl_unittest.cc',
785 'url_request/url_request_context_builder_unittest.cc', 785 'url_request/url_request_context_builder_unittest.cc',
786 # Needs GetAppOutput(). 786 # Needs GetAppOutput().
787 'test/python_utils_unittest.cc', 787 'test/python_utils_unittest.cc',
788 788
789 # The following tests are disabled because they don't apply to 789 # The following tests are disabled because they don't apply to
790 # iOS. 790 # iOS.
791 # OS is not "linux" or "freebsd" or "openbsd". 791 # OS is not "linux" or "freebsd" or "openbsd".
792 'socket/unix_domain_socket_posix_unittest.cc', 792 'socket/unix_domain_client_socket_posix_unittest.cc',
793 'socket/unix_domain_listen_socket_posix_unittest.cc',
794 'socket/unix_domain_server_socket_posix_unittest.cc',
793 795
794 # See bug http://crbug.com/344533. 796 # See bug http://crbug.com/344533.
795 'disk_cache/blockfile/index_table_v3_unittest.cc', 797 'disk_cache/blockfile/index_table_v3_unittest.cc',
796 ], 798 ],
797 }], 799 }],
798 [ 'OS == "android"', { 800 [ 'OS == "android"', {
799 'dependencies': [ 801 'dependencies': [
800 '../third_party/openssl/openssl.gyp:openssl', 802 '../third_party/openssl/openssl.gyp:openssl',
801 ], 803 ],
802 'sources!': [ 804 'sources!': [
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 'net_unittests.isolate', 1711 'net_unittests.isolate',
1710 ], 1712 ],
1711 'sources': [ 1713 'sources': [
1712 'net_unittests.isolate', 1714 'net_unittests.isolate',
1713 ], 1715 ],
1714 }, 1716 },
1715 ], 1717 ],
1716 }], 1718 }],
1717 ], 1719 ],
1718 } 1720 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698