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', | |
81 'base/crl_set.cc', | 79 'base/crl_set.cc', |
82 'base/crl_set.h', | 80 'base/crl_set.h', |
83 'base/crypto_module.h', | 81 'base/crypto_module.h', |
84 'base/crypto_module_nss.cc', | 82 'base/crypto_module_nss.cc', |
85 'base/crypto_module_openssl.cc', | 83 'base/crypto_module_openssl.cc', |
86 'base/data_url.cc', | 84 'base/data_url.cc', |
87 'base/data_url.h', | 85 'base/data_url.h', |
88 'base/default_origin_bound_cert_store.cc', | 86 'base/default_origin_bound_cert_store.cc', |
89 'base/default_origin_bound_cert_store.h', | 87 'base/default_origin_bound_cert_store.h', |
90 'base/directory_lister.cc', | 88 'base/directory_lister.cc', |
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1637 'tools/dump_cache/url_to_filename_encoder.cc', | 1635 'tools/dump_cache/url_to_filename_encoder.cc', |
1638 'tools/dump_cache/url_to_filename_encoder.h', | 1636 'tools/dump_cache/url_to_filename_encoder.h', |
1639 'tools/dump_cache/url_utilities.h', | 1637 'tools/dump_cache/url_utilities.h', |
1640 'tools/dump_cache/url_utilities.cc', | 1638 'tools/dump_cache/url_utilities.cc', |
1641 ], | 1639 ], |
1642 }, | 1640 }, |
1643 ], | 1641 ], |
1644 }], | 1642 }], |
1645 ], | 1643 ], |
1646 } | 1644 } |
OLD | NEW |