| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'base/sdch_manager.cc', | 154 'base/sdch_manager.cc', |
| 155 'base/sdch_manager.h', | 155 'base/sdch_manager.h', |
| 156 'base/ssl_cert_request_info.cc', | 156 'base/ssl_cert_request_info.cc', |
| 157 'base/ssl_cert_request_info.h', | 157 'base/ssl_cert_request_info.h', |
| 158 'base/ssl_cipher_suite_names.cc', | 158 'base/ssl_cipher_suite_names.cc', |
| 159 'base/ssl_cipher_suite_names.h', | 159 'base/ssl_cipher_suite_names.h', |
| 160 'base/ssl_client_auth_cache.cc', | 160 'base/ssl_client_auth_cache.cc', |
| 161 'base/ssl_client_auth_cache.h', | 161 'base/ssl_client_auth_cache.h', |
| 162 'base/ssl_config_service.cc', | 162 'base/ssl_config_service.cc', |
| 163 'base/ssl_config_service.h', | 163 'base/ssl_config_service.h', |
| 164 'base/ssl_config_service_defaults.cc', |
| 164 'base/ssl_config_service_defaults.h', | 165 'base/ssl_config_service_defaults.h', |
| 165 'base/ssl_config_service_mac.cc', | 166 'base/ssl_config_service_mac.cc', |
| 166 'base/ssl_config_service_mac.h', | 167 'base/ssl_config_service_mac.h', |
| 167 'base/ssl_config_service_win.cc', | 168 'base/ssl_config_service_win.cc', |
| 168 'base/ssl_config_service_win.h', | 169 'base/ssl_config_service_win.h', |
| 169 'base/ssl_false_start_blacklist.cc', | 170 'base/ssl_false_start_blacklist.cc', |
| 170 'base/ssl_info.cc', | 171 'base/ssl_info.cc', |
| 171 'base/ssl_info.h', | 172 'base/ssl_info.h', |
| 172 'base/static_cookie_policy.cc', | 173 'base/static_cookie_policy.cc', |
| 173 'base/static_cookie_policy.h', | 174 'base/static_cookie_policy.h', |
| (...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 ], | 1244 ], |
| 1244 }], | 1245 }], |
| 1245 ], | 1246 ], |
| 1246 } | 1247 } |
| 1247 | 1248 |
| 1248 # Local Variables: | 1249 # Local Variables: |
| 1249 # tab-width:2 | 1250 # tab-width:2 |
| 1250 # indent-tabs-mode:nil | 1251 # indent-tabs-mode:nil |
| 1251 # End: | 1252 # End: |
| 1252 # vim: set expandtab tabstop=2 shiftwidth=2: | 1253 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |