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

Side by Side Diff: net/net.gyp

Issue 14691006: Move SpawnedTestServer to its own subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyp Created 7 years, 7 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 | Annotate | Revision Log
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 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 'dns/mock_host_resolver.cc', 2113 'dns/mock_host_resolver.cc',
2114 'dns/mock_host_resolver.h', 2114 'dns/mock_host_resolver.h',
2115 'proxy/mock_proxy_resolver.cc', 2115 'proxy/mock_proxy_resolver.cc',
2116 'proxy/mock_proxy_resolver.h', 2116 'proxy/mock_proxy_resolver.h',
2117 'proxy/mock_proxy_script_fetcher.cc', 2117 'proxy/mock_proxy_script_fetcher.cc',
2118 'proxy/mock_proxy_script_fetcher.h', 2118 'proxy/mock_proxy_script_fetcher.h',
2119 'proxy/proxy_config_service_common_unittest.cc', 2119 'proxy/proxy_config_service_common_unittest.cc',
2120 'proxy/proxy_config_service_common_unittest.h', 2120 'proxy/proxy_config_service_common_unittest.h',
2121 'socket/socket_test_util.cc', 2121 'socket/socket_test_util.cc',
2122 'socket/socket_test_util.h', 2122 'socket/socket_test_util.h',
2123 'test/base_test_server.cc',
2124 'test/base_test_server.h',
2125 'test/cert_test_util.cc', 2123 'test/cert_test_util.cc',
2126 'test/cert_test_util.h', 2124 'test/cert_test_util.h',
2127 'test/embedded_test_server/http_connection.cc', 2125 'test/embedded_test_server/http_connection.cc',
2128 'test/embedded_test_server/http_connection.h', 2126 'test/embedded_test_server/http_connection.h',
2129 'test/embedded_test_server/http_request.cc', 2127 'test/embedded_test_server/http_request.cc',
2130 'test/embedded_test_server/http_request.h', 2128 'test/embedded_test_server/http_request.h',
2131 'test/embedded_test_server/http_response.cc', 2129 'test/embedded_test_server/http_response.cc',
2132 'test/embedded_test_server/http_response.h', 2130 'test/embedded_test_server/http_response.h',
2133 'test/embedded_test_server/http_server.cc', 2131 'test/embedded_test_server/http_server.cc',
2134 'test/embedded_test_server/http_server.h', 2132 'test/embedded_test_server/http_server.h',
2135 'test/local_test_server_posix.cc',
2136 'test/local_test_server_win.cc',
2137 'test/local_test_server.cc',
2138 'test/local_test_server.h',
2139 'test/net_test_suite.cc', 2133 'test/net_test_suite.cc',
2140 'test/net_test_suite.h', 2134 'test/net_test_suite.h',
2141 'test/python_utils.cc', 2135 'test/python_utils.cc',
2142 'test/python_utils.h', 2136 'test/python_utils.h',
2143 'test/remote_test_server.cc', 2137 'test/spawned_test_server/base_test_server.cc',
2144 'test/remote_test_server.h', 2138 'test/spawned_test_server/base_test_server.h',
2145 'test/spawned_test_server.h', 2139 'test/spawned_test_server/local_test_server_posix.cc',
2146 'test/spawner_communicator.cc', 2140 'test/spawned_test_server/local_test_server_win.cc',
2147 'test/spawner_communicator.h', 2141 'test/spawned_test_server/local_test_server.cc',
2142 'test/spawned_test_server/local_test_server.h',
2143 'test/spawned_test_server/remote_test_server.cc',
2144 'test/spawned_test_server/remote_test_server.h',
2145 'test/spawned_test_server/spawned_test_server.h',
2146 'test/spawned_test_server/spawner_communicator.cc',
2147 'test/spawned_test_server/spawner_communicator.h',
2148 'url_request/test_url_fetcher_factory.cc', 2148 'url_request/test_url_fetcher_factory.cc',
2149 'url_request/test_url_fetcher_factory.h', 2149 'url_request/test_url_fetcher_factory.h',
2150 'url_request/url_request_test_util.cc', 2150 'url_request/url_request_test_util.cc',
2151 'url_request/url_request_test_util.h', 2151 'url_request/url_request_test_util.h',
2152 ], 2152 ],
2153 'conditions': [ 2153 'conditions': [
2154 ['inside_chromium_build==1 and OS != "ios"', { 2154 ['inside_chromium_build==1 and OS != "ios"', {
2155 'dependencies': [ 2155 'dependencies': [
2156 '../third_party/protobuf/protobuf.gyp:py_proto', 2156 '../third_party/protobuf/protobuf.gyp:py_proto',
2157 ], 2157 ],
(...skipping 15 matching lines...) Expand all
2173 'conditions': [ 2173 'conditions': [
2174 ['linux_use_tcmalloc==1', { 2174 ['linux_use_tcmalloc==1', {
2175 'dependencies': [ 2175 'dependencies': [
2176 '../base/allocator/allocator.gyp:allocator', 2176 '../base/allocator/allocator.gyp:allocator',
2177 ], 2177 ],
2178 }], 2178 }],
2179 ], 2179 ],
2180 }], 2180 }],
2181 ['OS != "android"', { 2181 ['OS != "android"', {
2182 'sources!': [ 2182 'sources!': [
2183 'test/remote_test_server.cc', 2183 'test/spawned_test_server/remote_test_server.cc',
2184 'test/remote_test_server.h', 2184 'test/spawned_test_server/remote_test_server.h',
2185 'test/spawner_communicator.cc', 2185 'test/spawned_test_server/spawner_communicator.cc',
2186 'test/spawner_communicator.h', 2186 'test/spawned_test_server/spawner_communicator.h',
2187 ], 2187 ],
2188 }], 2188 }],
2189 ['OS == "ios"', { 2189 ['OS == "ios"', {
2190 'dependencies': [ 2190 'dependencies': [
2191 '../third_party/nss/nss.gyp:nss', 2191 '../third_party/nss/nss.gyp:nss',
2192 ], 2192 ],
2193 }], 2193 }],
2194 [ 'use_v8_in_net==1', { 2194 [ 'use_v8_in_net==1', {
2195 'dependencies': [ 2195 'dependencies': [
2196 'net_with_v8', 2196 'net_with_v8',
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2852 '--result', '<@(_outputs)', 2852 '--result', '<@(_outputs)',
2853 '--isolate', 'net_unittests.isolate', 2853 '--isolate', 'net_unittests.isolate',
2854 ], 2854 ],
2855 }, 2855 },
2856 ], 2856 ],
2857 }, 2857 },
2858 ], 2858 ],
2859 }], 2859 }],
2860 ], 2860 ],
2861 } 2861 }
OLDNEW
« no previous file with comments | « content/public/test/browser_test_base.h ('k') | net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698