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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'base/ssl_client_auth_cache.h', | 191 'base/ssl_client_auth_cache.h', |
192 'base/ssl_config_service.cc', | 192 'base/ssl_config_service.cc', |
193 'base/ssl_config_service.h', | 193 'base/ssl_config_service.h', |
194 'base/ssl_config_service_defaults.cc', | 194 'base/ssl_config_service_defaults.cc', |
195 'base/ssl_config_service_defaults.h', | 195 'base/ssl_config_service_defaults.h', |
196 'base/ssl_false_start_blacklist.cc', | 196 'base/ssl_false_start_blacklist.cc', |
197 'base/ssl_info.cc', | 197 'base/ssl_info.cc', |
198 'base/ssl_info.h', | 198 'base/ssl_info.h', |
199 'base/static_cookie_policy.cc', | 199 'base/static_cookie_policy.cc', |
200 'base/static_cookie_policy.h', | 200 'base/static_cookie_policy.h', |
| 201 'base/test_data_stream.cc', |
| 202 'base/test_data_stream.h', |
201 'base/test_root_certs.cc', | 203 'base/test_root_certs.cc', |
202 'base/test_root_certs.h', | 204 'base/test_root_certs.h', |
203 'base/test_root_certs_mac.cc', | 205 'base/test_root_certs_mac.cc', |
204 'base/test_root_certs_nss.cc', | 206 'base/test_root_certs_nss.cc', |
205 'base/test_root_certs_openssl.cc', | 207 'base/test_root_certs_openssl.cc', |
206 'base/test_root_certs_win.cc', | 208 'base/test_root_certs_win.cc', |
207 'base/transport_security_state.cc', | 209 'base/transport_security_state.cc', |
208 'base/transport_security_state.h', | 210 'base/transport_security_state.h', |
209 'base/sys_addrinfo.h', | 211 'base/sys_addrinfo.h', |
210 'base/sys_byteorder.h', | 212 'base/sys_byteorder.h', |
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 ], | 1453 ], |
1452 }], | 1454 }], |
1453 ], | 1455 ], |
1454 } | 1456 } |
1455 | 1457 |
1456 # Local Variables: | 1458 # Local Variables: |
1457 # tab-width:2 | 1459 # tab-width:2 |
1458 # indent-tabs-mode:nil | 1460 # indent-tabs-mode:nil |
1459 # End: | 1461 # End: |
1460 # vim: set expandtab tabstop=2 shiftwidth=2: | 1462 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |