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', | |
178 'base/ssl_info.cc', | 176 'base/ssl_info.cc', |
179 'base/ssl_info.h', | 177 'base/ssl_info.h', |
180 'base/static_cookie_policy.cc', | 178 'base/static_cookie_policy.cc', |
181 'base/static_cookie_policy.h', | 179 'base/static_cookie_policy.h', |
182 'base/transport_security_state.cc', | 180 'base/transport_security_state.cc', |
183 'base/transport_security_state.h', | 181 'base/transport_security_state.h', |
184 'base/sys_addrinfo.h', | 182 'base/sys_addrinfo.h', |
185 'base/test_completion_callback.h', | 183 'base/test_completion_callback.h', |
186 'base/upload_data.cc', | 184 'base/upload_data.cc', |
187 'base/upload_data.h', | 185 'base/upload_data.h', |
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1330 ], | 1328 ], |
1331 }], | 1329 }], |
1332 ], | 1330 ], |
1333 } | 1331 } |
1334 | 1332 |
1335 # Local Variables: | 1333 # Local Variables: |
1336 # tab-width:2 | 1334 # tab-width:2 |
1337 # indent-tabs-mode:nil | 1335 # indent-tabs-mode:nil |
1338 # End: | 1336 # End: |
1339 # vim: set expandtab tabstop=2 shiftwidth=2: | 1337 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |