| 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'base/ssl_config_service.h', | 220 'base/ssl_config_service.h', |
| 221 'base/ssl_config_service_defaults.cc', | 221 'base/ssl_config_service_defaults.cc', |
| 222 'base/ssl_config_service_defaults.h', | 222 'base/ssl_config_service_defaults.h', |
| 223 'base/ssl_false_start_blacklist.cc', | 223 'base/ssl_false_start_blacklist.cc', |
| 224 'base/ssl_false_start_blacklist.h', | 224 'base/ssl_false_start_blacklist.h', |
| 225 'base/ssl_info.cc', | 225 'base/ssl_info.cc', |
| 226 'base/ssl_info.h', | 226 'base/ssl_info.h', |
| 227 'base/static_cookie_policy.cc', | 227 'base/static_cookie_policy.cc', |
| 228 'base/static_cookie_policy.h', | 228 'base/static_cookie_policy.h', |
| 229 'base/sys_addrinfo.h', | 229 'base/sys_addrinfo.h', |
| 230 'base/sys_byteorder.h', | |
| 231 'base/test_data_stream.cc', | 230 'base/test_data_stream.cc', |
| 232 'base/test_data_stream.h', | 231 'base/test_data_stream.h', |
| 233 'base/test_root_certs.cc', | 232 'base/test_root_certs.cc', |
| 234 'base/test_root_certs.h', | 233 'base/test_root_certs.h', |
| 235 'base/test_root_certs_mac.cc', | 234 'base/test_root_certs_mac.cc', |
| 236 'base/test_root_certs_nss.cc', | 235 'base/test_root_certs_nss.cc', |
| 237 'base/test_root_certs_openssl.cc', | 236 'base/test_root_certs_openssl.cc', |
| 238 'base/test_root_certs_win.cc', | 237 'base/test_root_certs_win.cc', |
| 239 'base/transport_security_state.cc', | 238 'base/transport_security_state.cc', |
| 240 'base/transport_security_state.h', | 239 'base/transport_security_state.h', |
| (...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1704 'tools/dump_cache/url_to_filename_encoder.cc', | 1703 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1705 'tools/dump_cache/url_to_filename_encoder.h', | 1704 'tools/dump_cache/url_to_filename_encoder.h', |
| 1706 'tools/dump_cache/url_utilities.h', | 1705 'tools/dump_cache/url_utilities.h', |
| 1707 'tools/dump_cache/url_utilities.cc', | 1706 'tools/dump_cache/url_utilities.cc', |
| 1708 ], | 1707 ], |
| 1709 }, | 1708 }, |
| 1710 ], | 1709 ], |
| 1711 }], | 1710 }], |
| 1712 ], | 1711 ], |
| 1713 } | 1712 } |
| OLD | NEW |