| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'base/x509_certificate.h', | 245 'base/x509_certificate.h', |
| 246 'base/x509_certificate_mac.cc', | 246 'base/x509_certificate_mac.cc', |
| 247 'base/x509_certificate_nss.cc', | 247 'base/x509_certificate_nss.cc', |
| 248 'base/x509_certificate_openssl.cc', | 248 'base/x509_certificate_openssl.cc', |
| 249 'base/x509_certificate_win.cc', | 249 'base/x509_certificate_win.cc', |
| 250 'base/x509_util.h', | 250 'base/x509_util.h', |
| 251 'base/x509_util_nss.cc', | 251 'base/x509_util_nss.cc', |
| 252 'base/x509_util_nss.h', | 252 'base/x509_util_nss.h', |
| 253 'base/x509_util_openssl.cc', | 253 'base/x509_util_openssl.cc', |
| 254 'base/x509_util_openssl.h', | 254 'base/x509_util_openssl.h', |
| 255 'base/zap.cc', |
| 256 'base/zap.h', |
| 255 'disk_cache/addr.cc', | 257 'disk_cache/addr.cc', |
| 256 'disk_cache/addr.h', | 258 'disk_cache/addr.h', |
| 257 'disk_cache/backend_impl.cc', | 259 'disk_cache/backend_impl.cc', |
| 258 'disk_cache/backend_impl.h', | 260 'disk_cache/backend_impl.h', |
| 259 'disk_cache/bitmap.cc', | 261 'disk_cache/bitmap.cc', |
| 260 'disk_cache/bitmap.h', | 262 'disk_cache/bitmap.h', |
| 261 'disk_cache/block_files.cc', | 263 'disk_cache/block_files.cc', |
| 262 'disk_cache/block_files.h', | 264 'disk_cache/block_files.h', |
| 263 'disk_cache/cache_util.h', | 265 'disk_cache/cache_util.h', |
| 264 'disk_cache/cache_util_posix.cc', | 266 'disk_cache/cache_util_posix.cc', |
| (...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 'tools/dump_cache/url_to_filename_encoder.cc', | 1625 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1624 'tools/dump_cache/url_to_filename_encoder.h', | 1626 'tools/dump_cache/url_to_filename_encoder.h', |
| 1625 'tools/dump_cache/url_utilities.h', | 1627 'tools/dump_cache/url_utilities.h', |
| 1626 'tools/dump_cache/url_utilities.cc', | 1628 'tools/dump_cache/url_utilities.cc', |
| 1627 ], | 1629 ], |
| 1628 }, | 1630 }, |
| 1629 ], | 1631 ], |
| 1630 }], | 1632 }], |
| 1631 ], | 1633 ], |
| 1632 } | 1634 } |
| OLD | NEW |