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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'base/cert_verify_result.cc', | 69 'base/cert_verify_result.cc', |
70 'base/cert_verify_result.h', | 70 'base/cert_verify_result.h', |
71 'base/completion_callback.h', | 71 'base/completion_callback.h', |
72 'base/connection_type_histograms.cc', | 72 'base/connection_type_histograms.cc', |
73 'base/connection_type_histograms.h', | 73 'base/connection_type_histograms.h', |
74 'base/cookie_monster.cc', | 74 'base/cookie_monster.cc', |
75 'base/cookie_monster.h', | 75 'base/cookie_monster.h', |
76 'base/cookie_options.h', | 76 'base/cookie_options.h', |
77 'base/cookie_store.cc', | 77 'base/cookie_store.cc', |
78 'base/cookie_store.h', | 78 'base/cookie_store.h', |
| 79 'base/cookie_utils.cc', |
| 80 'base/cookie_utils.h', |
79 'base/crl_set.cc', | 81 'base/crl_set.cc', |
80 'base/crl_set.h', | 82 'base/crl_set.h', |
81 'base/crypto_module.h', | 83 'base/crypto_module.h', |
82 'base/crypto_module_nss.cc', | 84 'base/crypto_module_nss.cc', |
83 'base/crypto_module_openssl.cc', | 85 'base/crypto_module_openssl.cc', |
84 'base/data_url.cc', | 86 'base/data_url.cc', |
85 'base/data_url.h', | 87 'base/data_url.h', |
86 'base/default_origin_bound_cert_store.cc', | 88 'base/default_origin_bound_cert_store.cc', |
87 'base/default_origin_bound_cert_store.h', | 89 'base/default_origin_bound_cert_store.h', |
88 'base/directory_lister.cc', | 90 'base/directory_lister.cc', |
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1632 'tools/dump_cache/url_to_filename_encoder.cc', | 1634 'tools/dump_cache/url_to_filename_encoder.cc', |
1633 'tools/dump_cache/url_to_filename_encoder.h', | 1635 'tools/dump_cache/url_to_filename_encoder.h', |
1634 'tools/dump_cache/url_utilities.h', | 1636 'tools/dump_cache/url_utilities.h', |
1635 'tools/dump_cache/url_utilities.cc', | 1637 'tools/dump_cache/url_utilities.cc', |
1636 ], | 1638 ], |
1637 }, | 1639 }, |
1638 ], | 1640 ], |
1639 }], | 1641 }], |
1640 ], | 1642 ], |
1641 } | 1643 } |
OLD | NEW |