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

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: Created 6 years, 5 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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 'proxy/proxy_script_fetcher_impl_unittest.cc', 780 'proxy/proxy_script_fetcher_impl_unittest.cc',
781 'socket/ssl_client_socket_unittest.cc', 781 'socket/ssl_client_socket_unittest.cc',
782 'url_request/url_fetcher_impl_unittest.cc', 782 'url_request/url_fetcher_impl_unittest.cc',
783 'url_request/url_request_context_builder_unittest.cc', 783 'url_request/url_request_context_builder_unittest.cc',
784 # Needs GetAppOutput(). 784 # Needs GetAppOutput().
785 'test/python_utils_unittest.cc', 785 'test/python_utils_unittest.cc',
786 786
787 # The following tests are disabled because they don't apply to 787 # The following tests are disabled because they don't apply to
788 # iOS. 788 # iOS.
789 # OS is not "linux" or "freebsd" or "openbsd". 789 # OS is not "linux" or "freebsd" or "openbsd".
790 'socket/unix_domain_socket_posix_unittest.cc', 790 'socket/unix_domain_client_socket_posix_unittest.cc',
791 'socket/unix_domain_listen_socket_posix_unittest.cc',
792 'socket/unix_domain_server_socket_posix_unittest.cc',
791 793
792 # See bug http://crbug.com/344533. 794 # See bug http://crbug.com/344533.
793 'disk_cache/blockfile/index_table_v3_unittest.cc', 795 'disk_cache/blockfile/index_table_v3_unittest.cc',
794 ], 796 ],
795 }], 797 }],
796 [ 'OS == "android"', { 798 [ 'OS == "android"', {
797 'dependencies': [ 799 'dependencies': [
798 '../third_party/openssl/openssl.gyp:openssl', 800 '../third_party/openssl/openssl.gyp:openssl',
799 ], 801 ],
800 'sources!': [ 802 'sources!': [
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 'net_unittests.isolate', 1703 'net_unittests.isolate',
1702 ], 1704 ],
1703 'sources': [ 1705 'sources': [
1704 'net_unittests.isolate', 1706 'net_unittests.isolate',
1705 ], 1707 ],
1706 }, 1708 },
1707 ], 1709 ],
1708 }], 1710 }],
1709 ], 1711 ],
1710 } 1712 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/socket/unix_domain_client_socket_posix.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698