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

Side by Side Diff: net/net.gyp

Issue 15069003: Rename the embedded test server to EmbeddedTestServer in net::test_server namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 'spdy/spdy_websocket_test_util_spdy3.cc', 1764 'spdy/spdy_websocket_test_util_spdy3.cc',
1765 'spdy/spdy_websocket_test_util_spdy3.h', 1765 'spdy/spdy_websocket_test_util_spdy3.h',
1766 'spdy/spdy_write_queue_unittest.cc', 1766 'spdy/spdy_write_queue_unittest.cc',
1767 'ssl/client_cert_store_impl_unittest.cc', 1767 'ssl/client_cert_store_impl_unittest.cc',
1768 'ssl/default_server_bound_cert_store_unittest.cc', 1768 'ssl/default_server_bound_cert_store_unittest.cc',
1769 'ssl/openssl_client_key_store_unittest.cc', 1769 'ssl/openssl_client_key_store_unittest.cc',
1770 'ssl/server_bound_cert_service_unittest.cc', 1770 'ssl/server_bound_cert_service_unittest.cc',
1771 'ssl/ssl_cipher_suite_names_unittest.cc', 1771 'ssl/ssl_cipher_suite_names_unittest.cc',
1772 'ssl/ssl_client_auth_cache_unittest.cc', 1772 'ssl/ssl_client_auth_cache_unittest.cc',
1773 'ssl/ssl_config_service_unittest.cc', 1773 'ssl/ssl_config_service_unittest.cc',
1774 'test/embedded_test_server/embedded_test_server_unittest.cc',
1774 'test/embedded_test_server/http_request_unittest.cc', 1775 'test/embedded_test_server/http_request_unittest.cc',
1775 'test/embedded_test_server/http_response_unittest.cc', 1776 'test/embedded_test_server/http_response_unittest.cc',
1776 'test/embedded_test_server/http_server_unittest.cc',
1777 'test/python_utils_unittest.cc', 1777 'test/python_utils_unittest.cc',
1778 'test/run_all_unittests.cc', 1778 'test/run_all_unittests.cc',
1779 'test/test_certificate_data.h', 1779 'test/test_certificate_data.h',
1780 'tools/dump_cache/url_to_filename_encoder.cc', 1780 'tools/dump_cache/url_to_filename_encoder.cc',
1781 'tools/dump_cache/url_to_filename_encoder.h', 1781 'tools/dump_cache/url_to_filename_encoder.h',
1782 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1782 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1783 'tools/dump_cache/url_utilities.h', 1783 'tools/dump_cache/url_utilities.h',
1784 'tools/dump_cache/url_utilities.cc', 1784 'tools/dump_cache/url_utilities.cc',
1785 'tools/dump_cache/url_utilities_unittest.cc', 1785 'tools/dump_cache/url_utilities_unittest.cc',
1786 'udp/udp_socket_unittest.cc', 1786 'udp/udp_socket_unittest.cc',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2131 'proxy/mock_proxy_resolver.cc', 2131 'proxy/mock_proxy_resolver.cc',
2132 'proxy/mock_proxy_resolver.h', 2132 'proxy/mock_proxy_resolver.h',
2133 'proxy/mock_proxy_script_fetcher.cc', 2133 'proxy/mock_proxy_script_fetcher.cc',
2134 'proxy/mock_proxy_script_fetcher.h', 2134 'proxy/mock_proxy_script_fetcher.h',
2135 'proxy/proxy_config_service_common_unittest.cc', 2135 'proxy/proxy_config_service_common_unittest.cc',
2136 'proxy/proxy_config_service_common_unittest.h', 2136 'proxy/proxy_config_service_common_unittest.h',
2137 'socket/socket_test_util.cc', 2137 'socket/socket_test_util.cc',
2138 'socket/socket_test_util.h', 2138 'socket/socket_test_util.h',
2139 'test/cert_test_util.cc', 2139 'test/cert_test_util.cc',
2140 'test/cert_test_util.h', 2140 'test/cert_test_util.h',
2141 'test/embedded_test_server/embedded_test_server.cc',
2142 'test/embedded_test_server/embedded_test_server.h',
2141 'test/embedded_test_server/http_connection.cc', 2143 'test/embedded_test_server/http_connection.cc',
2142 'test/embedded_test_server/http_connection.h', 2144 'test/embedded_test_server/http_connection.h',
2143 'test/embedded_test_server/http_request.cc', 2145 'test/embedded_test_server/http_request.cc',
2144 'test/embedded_test_server/http_request.h', 2146 'test/embedded_test_server/http_request.h',
2145 'test/embedded_test_server/http_response.cc', 2147 'test/embedded_test_server/http_response.cc',
2146 'test/embedded_test_server/http_response.h', 2148 'test/embedded_test_server/http_response.h',
2147 'test/embedded_test_server/http_server.cc',
2148 'test/embedded_test_server/http_server.h',
2149 'test/net_test_suite.cc', 2149 'test/net_test_suite.cc',
2150 'test/net_test_suite.h', 2150 'test/net_test_suite.h',
2151 'test/python_utils.cc', 2151 'test/python_utils.cc',
2152 'test/python_utils.h', 2152 'test/python_utils.h',
2153 'test/spawned_test_server/base_test_server.cc', 2153 'test/spawned_test_server/base_test_server.cc',
2154 'test/spawned_test_server/base_test_server.h', 2154 'test/spawned_test_server/base_test_server.h',
2155 'test/spawned_test_server/local_test_server_posix.cc', 2155 'test/spawned_test_server/local_test_server_posix.cc',
2156 'test/spawned_test_server/local_test_server_win.cc', 2156 'test/spawned_test_server/local_test_server_win.cc',
2157 'test/spawned_test_server/local_test_server.cc', 2157 'test/spawned_test_server/local_test_server.cc',
2158 'test/spawned_test_server/local_test_server.h', 2158 'test/spawned_test_server/local_test_server.h',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 '--result', '<@(_outputs)', 2868 '--result', '<@(_outputs)',
2869 '--isolate', 'net_unittests.isolate', 2869 '--isolate', 'net_unittests.isolate',
2870 ], 2870 ],
2871 }, 2871 },
2872 ], 2872 ],
2873 }, 2873 },
2874 ], 2874 ],
2875 }], 2875 }],
2876 ], 2876 ],
2877 } 2877 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/test_util.cc ('k') | net/test/embedded_test_server/embedded_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698