| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'base/cert_verify_result.cc', | 86 'base/cert_verify_result.cc', |
| 87 'base/cert_verify_result.h', | 87 'base/cert_verify_result.h', |
| 88 'base/completion_callback.h', | 88 'base/completion_callback.h', |
| 89 'base/connection_type_histograms.cc', | 89 'base/connection_type_histograms.cc', |
| 90 'base/connection_type_histograms.h', | 90 'base/connection_type_histograms.h', |
| 91 'base/crl_set.cc', | 91 'base/crl_set.cc', |
| 92 'base/crl_set.h', | 92 'base/crl_set.h', |
| 93 'base/crypto_module.h', | 93 'base/crypto_module.h', |
| 94 'base/crypto_module_nss.cc', | 94 'base/crypto_module_nss.cc', |
| 95 'base/crypto_module_openssl.cc', | 95 'base/crypto_module_openssl.cc', |
| 96 'base/default_listen_socket.cc', |
| 97 'base/default_listen_socket.h', |
| 96 'base/data_url.cc', | 98 'base/data_url.cc', |
| 97 'base/data_url.h', | 99 'base/data_url.h', |
| 98 'base/default_server_bound_cert_store.cc', | 100 'base/default_server_bound_cert_store.cc', |
| 99 'base/default_server_bound_cert_store.h', | 101 'base/default_server_bound_cert_store.h', |
| 100 'base/directory_lister.cc', | 102 'base/directory_lister.cc', |
| 101 'base/directory_lister.h', | 103 'base/directory_lister.h', |
| 102 'base/dns_reloader.cc', | 104 'base/dns_reloader.cc', |
| 103 'base/dns_reloader.h', | 105 'base/dns_reloader.h', |
| 104 'base/dns_util.cc', | 106 'base/dns_util.cc', |
| 105 'base/dns_util.h', | 107 'base/dns_util.h', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'base/io_buffer.cc', | 151 'base/io_buffer.cc', |
| 150 'base/io_buffer.h', | 152 'base/io_buffer.h', |
| 151 'base/ip_endpoint.cc', | 153 'base/ip_endpoint.cc', |
| 152 'base/ip_endpoint.h', | 154 'base/ip_endpoint.h', |
| 153 'base/keygen_handler.cc', | 155 'base/keygen_handler.cc', |
| 154 'base/keygen_handler.h', | 156 'base/keygen_handler.h', |
| 155 'base/keygen_handler_mac.cc', | 157 'base/keygen_handler_mac.cc', |
| 156 'base/keygen_handler_nss.cc', | 158 'base/keygen_handler_nss.cc', |
| 157 'base/keygen_handler_openssl.cc', | 159 'base/keygen_handler_openssl.cc', |
| 158 'base/keygen_handler_win.cc', | 160 'base/keygen_handler_win.cc', |
| 161 'base/listen_socket.cc', |
| 159 'base/listen_socket.h', | 162 'base/listen_socket.h', |
| 160 'base/load_flags.h', | 163 'base/load_flags.h', |
| 161 'base/load_flags_list.h', | 164 'base/load_flags_list.h', |
| 162 'base/load_states.h', | 165 'base/load_states.h', |
| 163 'base/mapped_host_resolver.cc', | 166 'base/mapped_host_resolver.cc', |
| 164 'base/mapped_host_resolver.h', | 167 'base/mapped_host_resolver.h', |
| 165 'base/mime_sniffer.cc', | 168 'base/mime_sniffer.cc', |
| 166 'base/mime_sniffer.h', | 169 'base/mime_sniffer.h', |
| 167 'base/mime_util.cc', | 170 'base/mime_util.cc', |
| 168 'base/mime_util.h', | 171 'base/mime_util.h', |
| (...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1846 'tools/dump_cache/url_to_filename_encoder.cc', | 1849 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1847 'tools/dump_cache/url_to_filename_encoder.h', | 1850 'tools/dump_cache/url_to_filename_encoder.h', |
| 1848 'tools/dump_cache/url_utilities.h', | 1851 'tools/dump_cache/url_utilities.h', |
| 1849 'tools/dump_cache/url_utilities.cc', | 1852 'tools/dump_cache/url_utilities.cc', |
| 1850 ], | 1853 ], |
| 1851 }, | 1854 }, |
| 1852 ], | 1855 ], |
| 1853 }], | 1856 }], |
| 1854 ], | 1857 ], |
| 1855 } | 1858 } |
| OLD | NEW |