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