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

Side by Side Diff: net/net.gyp

Issue 14971002: GTTF: move chrome/browser/google_apis/test_server to net/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 'spdy/spdy_websocket_test_util_spdy3.cc', 1748 'spdy/spdy_websocket_test_util_spdy3.cc',
1749 'spdy/spdy_websocket_test_util_spdy3.h', 1749 'spdy/spdy_websocket_test_util_spdy3.h',
1750 'spdy/spdy_write_queue_unittest.cc', 1750 'spdy/spdy_write_queue_unittest.cc',
1751 'ssl/client_cert_store_impl_unittest.cc', 1751 'ssl/client_cert_store_impl_unittest.cc',
1752 'ssl/default_server_bound_cert_store_unittest.cc', 1752 'ssl/default_server_bound_cert_store_unittest.cc',
1753 'ssl/openssl_client_key_store_unittest.cc', 1753 'ssl/openssl_client_key_store_unittest.cc',
1754 'ssl/server_bound_cert_service_unittest.cc', 1754 'ssl/server_bound_cert_service_unittest.cc',
1755 'ssl/ssl_cipher_suite_names_unittest.cc', 1755 'ssl/ssl_cipher_suite_names_unittest.cc',
1756 'ssl/ssl_client_auth_cache_unittest.cc', 1756 'ssl/ssl_client_auth_cache_unittest.cc',
1757 'ssl/ssl_config_service_unittest.cc', 1757 'ssl/ssl_config_service_unittest.cc',
1758 'test/embedded_test_server/http_request_unittest.cc',
1759 'test/embedded_test_server/http_response_unittest.cc',
1760 'test/embedded_test_server/http_server_unittest.cc',
1758 'test/python_utils_unittest.cc', 1761 'test/python_utils_unittest.cc',
1759 'test/run_all_unittests.cc', 1762 'test/run_all_unittests.cc',
1760 'test/test_certificate_data.h', 1763 'test/test_certificate_data.h',
1761 'tools/dump_cache/url_to_filename_encoder.cc', 1764 'tools/dump_cache/url_to_filename_encoder.cc',
1762 'tools/dump_cache/url_to_filename_encoder.h', 1765 'tools/dump_cache/url_to_filename_encoder.h',
1763 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1766 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1764 'tools/dump_cache/url_utilities.h', 1767 'tools/dump_cache/url_utilities.h',
1765 'tools/dump_cache/url_utilities.cc', 1768 'tools/dump_cache/url_utilities.cc',
1766 'tools/dump_cache/url_utilities_unittest.cc', 1769 'tools/dump_cache/url_utilities_unittest.cc',
1767 'udp/udp_socket_unittest.cc', 1770 'udp/udp_socket_unittest.cc',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 'proxy/mock_proxy_script_fetcher.cc', 2117 'proxy/mock_proxy_script_fetcher.cc',
2115 'proxy/mock_proxy_script_fetcher.h', 2118 'proxy/mock_proxy_script_fetcher.h',
2116 'proxy/proxy_config_service_common_unittest.cc', 2119 'proxy/proxy_config_service_common_unittest.cc',
2117 'proxy/proxy_config_service_common_unittest.h', 2120 'proxy/proxy_config_service_common_unittest.h',
2118 'socket/socket_test_util.cc', 2121 'socket/socket_test_util.cc',
2119 'socket/socket_test_util.h', 2122 'socket/socket_test_util.h',
2120 'test/base_test_server.cc', 2123 'test/base_test_server.cc',
2121 'test/base_test_server.h', 2124 'test/base_test_server.h',
2122 'test/cert_test_util.cc', 2125 'test/cert_test_util.cc',
2123 'test/cert_test_util.h', 2126 'test/cert_test_util.h',
2127 'test/embedded_test_server/http_connection.cc',
2128 'test/embedded_test_server/http_connection.h',
2129 'test/embedded_test_server/http_request.cc',
2130 'test/embedded_test_server/http_request.h',
2131 'test/embedded_test_server/http_response.cc',
2132 'test/embedded_test_server/http_response.h',
2133 'test/embedded_test_server/http_server.cc',
2134 'test/embedded_test_server/http_server.h',
2124 'test/local_test_server_posix.cc', 2135 'test/local_test_server_posix.cc',
2125 'test/local_test_server_win.cc', 2136 'test/local_test_server_win.cc',
2126 'test/local_test_server.cc', 2137 'test/local_test_server.cc',
2127 'test/local_test_server.h', 2138 'test/local_test_server.h',
2128 'test/net_test_suite.cc', 2139 'test/net_test_suite.cc',
2129 'test/net_test_suite.h', 2140 'test/net_test_suite.h',
2130 'test/python_utils.cc', 2141 'test/python_utils.cc',
2131 'test/python_utils.h', 2142 'test/python_utils.h',
2132 'test/remote_test_server.cc', 2143 'test/remote_test_server.cc',
2133 'test/remote_test_server.h', 2144 'test/remote_test_server.h',
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 '--result', '<@(_outputs)', 2852 '--result', '<@(_outputs)',
2842 '--isolate', 'net_unittests.isolate', 2853 '--isolate', 'net_unittests.isolate',
2843 ], 2854 ],
2844 }, 2855 },
2845 ], 2856 ],
2846 }, 2857 },
2847 ], 2858 ],
2848 }], 2859 }],
2849 ], 2860 ],
2850 } 2861 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698