| OLD | NEW |
| 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 Loading... |
| 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/http_request_unittest.cc', |
| 1775 'test/embedded_test_server/http_response_unittest.cc', |
| 1776 'test/embedded_test_server/http_server_unittest.cc', |
| 1774 'test/python_utils_unittest.cc', | 1777 'test/python_utils_unittest.cc', |
| 1775 'test/run_all_unittests.cc', | 1778 'test/run_all_unittests.cc', |
| 1776 'test/test_certificate_data.h', | 1779 'test/test_certificate_data.h', |
| 1777 'tools/dump_cache/url_to_filename_encoder.cc', | 1780 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1778 'tools/dump_cache/url_to_filename_encoder.h', | 1781 'tools/dump_cache/url_to_filename_encoder.h', |
| 1779 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 1782 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
| 1780 'tools/dump_cache/url_utilities.h', | 1783 'tools/dump_cache/url_utilities.h', |
| 1781 'tools/dump_cache/url_utilities.cc', | 1784 'tools/dump_cache/url_utilities.cc', |
| 1782 'tools/dump_cache/url_utilities_unittest.cc', | 1785 'tools/dump_cache/url_utilities_unittest.cc', |
| 1783 'udp/udp_socket_unittest.cc', | 1786 'udp/udp_socket_unittest.cc', |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2130 'proxy/mock_proxy_script_fetcher.cc', | 2133 'proxy/mock_proxy_script_fetcher.cc', |
| 2131 'proxy/mock_proxy_script_fetcher.h', | 2134 'proxy/mock_proxy_script_fetcher.h', |
| 2132 'proxy/proxy_config_service_common_unittest.cc', | 2135 'proxy/proxy_config_service_common_unittest.cc', |
| 2133 'proxy/proxy_config_service_common_unittest.h', | 2136 'proxy/proxy_config_service_common_unittest.h', |
| 2134 'socket/socket_test_util.cc', | 2137 'socket/socket_test_util.cc', |
| 2135 'socket/socket_test_util.h', | 2138 'socket/socket_test_util.h', |
| 2136 'test/base_test_server.cc', | 2139 'test/base_test_server.cc', |
| 2137 'test/base_test_server.h', | 2140 'test/base_test_server.h', |
| 2138 'test/cert_test_util.cc', | 2141 'test/cert_test_util.cc', |
| 2139 'test/cert_test_util.h', | 2142 'test/cert_test_util.h', |
| 2143 'test/embedded_test_server/http_connection.cc', |
| 2144 'test/embedded_test_server/http_connection.h', |
| 2145 'test/embedded_test_server/http_request.cc', |
| 2146 'test/embedded_test_server/http_request.h', |
| 2147 'test/embedded_test_server/http_response.cc', |
| 2148 'test/embedded_test_server/http_response.h', |
| 2149 'test/embedded_test_server/http_server.cc', |
| 2150 'test/embedded_test_server/http_server.h', |
| 2140 'test/local_test_server_posix.cc', | 2151 'test/local_test_server_posix.cc', |
| 2141 'test/local_test_server_win.cc', | 2152 'test/local_test_server_win.cc', |
| 2142 'test/local_test_server.cc', | 2153 'test/local_test_server.cc', |
| 2143 'test/local_test_server.h', | 2154 'test/local_test_server.h', |
| 2144 'test/net_test_suite.cc', | 2155 'test/net_test_suite.cc', |
| 2145 'test/net_test_suite.h', | 2156 'test/net_test_suite.h', |
| 2146 'test/python_utils.cc', | 2157 'test/python_utils.cc', |
| 2147 'test/python_utils.h', | 2158 'test/python_utils.h', |
| 2148 'test/remote_test_server.cc', | 2159 'test/remote_test_server.cc', |
| 2149 'test/remote_test_server.h', | 2160 'test/remote_test_server.h', |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 '--result', '<@(_outputs)', | 2868 '--result', '<@(_outputs)', |
| 2858 '--isolate', 'net_unittests.isolate', | 2869 '--isolate', 'net_unittests.isolate', |
| 2859 ], | 2870 ], |
| 2860 }, | 2871 }, |
| 2861 ], | 2872 ], |
| 2862 }, | 2873 }, |
| 2863 ], | 2874 ], |
| 2864 }], | 2875 }], |
| 2865 ], | 2876 ], |
| 2866 } | 2877 } |
| OLD | NEW |