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 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 'proxy/mock_proxy_resolver.cc', | 931 'proxy/mock_proxy_resolver.cc', |
932 'proxy/mock_proxy_resolver.h', | 932 'proxy/mock_proxy_resolver.h', |
933 'proxy/mock_proxy_script_fetcher.cc', | 933 'proxy/mock_proxy_script_fetcher.cc', |
934 'proxy/mock_proxy_script_fetcher.h', | 934 'proxy/mock_proxy_script_fetcher.h', |
935 'proxy/proxy_config_service_common_unittest.cc', | 935 'proxy/proxy_config_service_common_unittest.cc', |
936 'proxy/proxy_config_service_common_unittest.h', | 936 'proxy/proxy_config_service_common_unittest.h', |
937 'socket/socket_test_util.cc', | 937 'socket/socket_test_util.cc', |
938 'socket/socket_test_util.h', | 938 'socket/socket_test_util.h', |
939 'test/cert_test_util.cc', | 939 'test/cert_test_util.cc', |
940 'test/cert_test_util.h', | 940 'test/cert_test_util.h', |
| 941 'test/cert_test_util_nss.cc', |
941 'test/ct_test_util.cc', | 942 'test/ct_test_util.cc', |
942 'test/ct_test_util.h', | 943 'test/ct_test_util.h', |
943 'test/embedded_test_server/embedded_test_server.cc', | 944 'test/embedded_test_server/embedded_test_server.cc', |
944 'test/embedded_test_server/embedded_test_server.h', | 945 'test/embedded_test_server/embedded_test_server.h', |
945 'test/embedded_test_server/http_connection.cc', | 946 'test/embedded_test_server/http_connection.cc', |
946 'test/embedded_test_server/http_connection.h', | 947 'test/embedded_test_server/http_connection.h', |
947 'test/embedded_test_server/http_request.cc', | 948 'test/embedded_test_server/http_request.cc', |
948 'test/embedded_test_server/http_request.h', | 949 'test/embedded_test_server/http_request.h', |
949 'test/embedded_test_server/http_response.cc', | 950 'test/embedded_test_server/http_response.cc', |
950 'test/embedded_test_server/http_response.h', | 951 'test/embedded_test_server/http_response.h', |
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1703 'net_unittests.isolate', | 1704 'net_unittests.isolate', |
1704 ], | 1705 ], |
1705 'sources': [ | 1706 'sources': [ |
1706 'net_unittests.isolate', | 1707 'net_unittests.isolate', |
1707 ], | 1708 ], |
1708 }, | 1709 }, |
1709 ], | 1710 ], |
1710 }], | 1711 }], |
1711 ], | 1712 ], |
1712 } | 1713 } |
OLD | NEW |