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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'base/origin_bound_cert_service.h', | 193 'base/origin_bound_cert_service.h', |
194 'base/origin_bound_cert_store.cc', | 194 'base/origin_bound_cert_store.cc', |
195 'base/origin_bound_cert_store.h', | 195 'base/origin_bound_cert_store.h', |
196 'base/pem_tokenizer.cc', | 196 'base/pem_tokenizer.cc', |
197 'base/pem_tokenizer.h', | 197 'base/pem_tokenizer.h', |
198 'base/platform_mime_util.h', | 198 'base/platform_mime_util.h', |
199 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 199 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
200 'base/platform_mime_util_linux.cc', | 200 'base/platform_mime_util_linux.cc', |
201 'base/platform_mime_util_mac.cc', | 201 'base/platform_mime_util_mac.cc', |
202 'base/platform_mime_util_win.cc', | 202 'base/platform_mime_util_win.cc', |
| 203 'base/prioritized_dispatcher.cc', |
| 204 'base/prioritized_dispatcher.h', |
| 205 'base/priority_queue.h', |
203 'base/rand_callback.h', | 206 'base/rand_callback.h', |
204 'base/registry_controlled_domain.cc', | 207 'base/registry_controlled_domain.cc', |
205 'base/registry_controlled_domain.h', | 208 'base/registry_controlled_domain.h', |
206 'base/request_priority.h', | 209 'base/request_priority.h', |
207 'base/sdch_filter.cc', | 210 'base/sdch_filter.cc', |
208 'base/sdch_filter.h', | 211 'base/sdch_filter.h', |
209 'base/sdch_manager.cc', | 212 'base/sdch_manager.cc', |
210 'base/sdch_manager.h', | 213 'base/sdch_manager.h', |
211 'base/single_request_host_resolver.cc', | 214 'base/single_request_host_resolver.cc', |
212 'base/single_request_host_resolver.h', | 215 'base/single_request_host_resolver.h', |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1028 'base/mime_util_unittest.cc', | 1031 'base/mime_util_unittest.cc', |
1029 'base/mock_filter_context.cc', | 1032 'base/mock_filter_context.cc', |
1030 'base/mock_filter_context.h', | 1033 'base/mock_filter_context.h', |
1031 'base/net_log_unittest.cc', | 1034 'base/net_log_unittest.cc', |
1032 'base/net_log_unittest.h', | 1035 'base/net_log_unittest.h', |
1033 'base/net_util_unittest.cc', | 1036 'base/net_util_unittest.cc', |
1034 'base/network_change_notifier_linux_unittest.cc', | 1037 'base/network_change_notifier_linux_unittest.cc', |
1035 'base/network_change_notifier_win_unittest.cc', | 1038 'base/network_change_notifier_win_unittest.cc', |
1036 'base/origin_bound_cert_service_unittest.cc', | 1039 'base/origin_bound_cert_service_unittest.cc', |
1037 'base/pem_tokenizer_unittest.cc', | 1040 'base/pem_tokenizer_unittest.cc', |
| 1041 'base/prioritized_dispatcher_unittest.cc', |
| 1042 'base/priority_queue_unittest.cc', |
1038 'base/registry_controlled_domain_unittest.cc', | 1043 'base/registry_controlled_domain_unittest.cc', |
1039 'base/run_all_unittests.cc', | 1044 'base/run_all_unittests.cc', |
1040 'base/sdch_filter_unittest.cc', | 1045 'base/sdch_filter_unittest.cc', |
1041 'base/single_request_host_resolver_unittest.cc', | 1046 'base/single_request_host_resolver_unittest.cc', |
1042 'base/ssl_cipher_suite_names_unittest.cc', | 1047 'base/ssl_cipher_suite_names_unittest.cc', |
1043 'base/ssl_client_auth_cache_unittest.cc', | 1048 'base/ssl_client_auth_cache_unittest.cc', |
1044 'base/ssl_config_service_unittest.cc', | 1049 'base/ssl_config_service_unittest.cc', |
1045 'base/ssl_false_start_blacklist_unittest.cc', | 1050 'base/ssl_false_start_blacklist_unittest.cc', |
1046 'base/static_cookie_policy_unittest.cc', | 1051 'base/static_cookie_policy_unittest.cc', |
1047 'base/test_certificate_data.h', | 1052 'base/test_certificate_data.h', |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 'tools/dump_cache/url_to_filename_encoder.cc', | 1721 'tools/dump_cache/url_to_filename_encoder.cc', |
1717 'tools/dump_cache/url_to_filename_encoder.h', | 1722 'tools/dump_cache/url_to_filename_encoder.h', |
1718 'tools/dump_cache/url_utilities.h', | 1723 'tools/dump_cache/url_utilities.h', |
1719 'tools/dump_cache/url_utilities.cc', | 1724 'tools/dump_cache/url_utilities.cc', |
1720 ], | 1725 ], |
1721 }, | 1726 }, |
1722 ], | 1727 ], |
1723 }], | 1728 }], |
1724 ], | 1729 ], |
1725 } | 1730 } |
OLD | NEW |