OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'base/ssl_client_auth_cache.h', | 183 'base/ssl_client_auth_cache.h', |
184 'base/ssl_config_service.cc', | 184 'base/ssl_config_service.cc', |
185 'base/ssl_config_service.h', | 185 'base/ssl_config_service.h', |
186 'base/ssl_config_service_defaults.cc', | 186 'base/ssl_config_service_defaults.cc', |
187 'base/ssl_config_service_defaults.h', | 187 'base/ssl_config_service_defaults.h', |
188 'base/ssl_false_start_blacklist.cc', | 188 'base/ssl_false_start_blacklist.cc', |
189 'base/ssl_info.cc', | 189 'base/ssl_info.cc', |
190 'base/ssl_info.h', | 190 'base/ssl_info.h', |
191 'base/static_cookie_policy.cc', | 191 'base/static_cookie_policy.cc', |
192 'base/static_cookie_policy.h', | 192 'base/static_cookie_policy.h', |
| 193 'base/test_data_stream.h', |
193 'base/test_root_certs.cc', | 194 'base/test_root_certs.cc', |
194 'base/test_root_certs.h', | 195 'base/test_root_certs.h', |
195 'base/test_root_certs_mac.cc', | 196 'base/test_root_certs_mac.cc', |
196 'base/test_root_certs_nss.cc', | 197 'base/test_root_certs_nss.cc', |
197 'base/test_root_certs_openssl.cc', | 198 'base/test_root_certs_openssl.cc', |
198 'base/test_root_certs_win.cc', | 199 'base/test_root_certs_win.cc', |
199 'base/transport_security_state.cc', | 200 'base/transport_security_state.cc', |
200 'base/transport_security_state.h', | 201 'base/transport_security_state.h', |
201 'base/sys_addrinfo.h', | 202 'base/sys_addrinfo.h', |
202 'base/sys_byteorder.h', | 203 'base/sys_byteorder.h', |
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1435 ], | 1436 ], |
1436 }], | 1437 }], |
1437 ], | 1438 ], |
1438 } | 1439 } |
1439 | 1440 |
1440 # Local Variables: | 1441 # Local Variables: |
1441 # tab-width:2 | 1442 # tab-width:2 |
1442 # indent-tabs-mode:nil | 1443 # indent-tabs-mode:nil |
1443 # End: | 1444 # End: |
1444 # vim: set expandtab tabstop=2 shiftwidth=2: | 1445 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |