OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'base/ssl_client_auth_cache.h', | 166 'base/ssl_client_auth_cache.h', |
167 'base/ssl_config_service.cc', | 167 'base/ssl_config_service.cc', |
168 'base/ssl_config_service.h', | 168 'base/ssl_config_service.h', |
169 'base/ssl_config_service_defaults.cc', | 169 'base/ssl_config_service_defaults.cc', |
170 'base/ssl_config_service_defaults.h', | 170 'base/ssl_config_service_defaults.h', |
171 'base/ssl_config_service_mac.cc', | 171 'base/ssl_config_service_mac.cc', |
172 'base/ssl_config_service_mac.h', | 172 'base/ssl_config_service_mac.h', |
173 'base/ssl_config_service_win.cc', | 173 'base/ssl_config_service_win.cc', |
174 'base/ssl_config_service_win.h', | 174 'base/ssl_config_service_win.h', |
175 'base/ssl_false_start_blacklist.cc', | 175 'base/ssl_false_start_blacklist.cc', |
| 176 'base/ssl_host_info.cc', |
| 177 'base/ssl_host_info.h', |
176 'base/ssl_info.cc', | 178 'base/ssl_info.cc', |
177 'base/ssl_info.h', | 179 'base/ssl_info.h', |
178 'base/static_cookie_policy.cc', | 180 'base/static_cookie_policy.cc', |
179 'base/static_cookie_policy.h', | 181 'base/static_cookie_policy.h', |
180 'base/transport_security_state.cc', | 182 'base/transport_security_state.cc', |
181 'base/transport_security_state.h', | 183 'base/transport_security_state.h', |
182 'base/sys_addrinfo.h', | 184 'base/sys_addrinfo.h', |
183 'base/test_completion_callback.h', | 185 'base/test_completion_callback.h', |
184 'base/upload_data.cc', | 186 'base/upload_data.cc', |
185 'base/upload_data.h', | 187 'base/upload_data.h', |
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1325 ], | 1327 ], |
1326 }], | 1328 }], |
1327 ], | 1329 ], |
1328 } | 1330 } |
1329 | 1331 |
1330 # Local Variables: | 1332 # Local Variables: |
1331 # tab-width:2 | 1333 # tab-width:2 |
1332 # indent-tabs-mode:nil | 1334 # indent-tabs-mode:nil |
1333 # End: | 1335 # End: |
1334 # vim: set expandtab tabstop=2 shiftwidth=2: | 1336 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |