Chromium Code Reviews| 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1043 'base/sdch_filter_unittest.cc', | 1043 'base/sdch_filter_unittest.cc', |
| 1044 'base/single_request_host_resolver_unittest.cc', | 1044 'base/single_request_host_resolver_unittest.cc', |
| 1045 'base/ssl_cipher_suite_names_unittest.cc', | 1045 'base/ssl_cipher_suite_names_unittest.cc', |
| 1046 'base/ssl_client_auth_cache_unittest.cc', | 1046 'base/ssl_client_auth_cache_unittest.cc', |
| 1047 'base/ssl_config_service_unittest.cc', | 1047 'base/ssl_config_service_unittest.cc', |
| 1048 'base/ssl_false_start_blacklist_unittest.cc', | 1048 'base/ssl_false_start_blacklist_unittest.cc', |
| 1049 'base/static_cookie_policy_unittest.cc', | 1049 'base/static_cookie_policy_unittest.cc', |
| 1050 'base/test_certificate_data.h', | 1050 'base/test_certificate_data.h', |
| 1051 'base/test_completion_callback_unittest.cc', | 1051 'base/test_completion_callback_unittest.cc', |
| 1052 'base/transport_security_state_unittest.cc', | 1052 'base/transport_security_state_unittest.cc', |
| 1053 'base/upload_data_unittest.cc', | |
|
wtc
2012/01/24 19:08:04
Nit: this should be listed after upload_data_strea
| |
| 1053 'base/upload_data_stream_unittest.cc', | 1054 'base/upload_data_stream_unittest.cc', |
| 1054 'base/x509_certificate_unittest.cc', | 1055 'base/x509_certificate_unittest.cc', |
| 1055 'base/x509_cert_types_mac_unittest.cc', | 1056 'base/x509_cert_types_mac_unittest.cc', |
| 1056 'base/x509_util_nss_unittest.cc', | 1057 'base/x509_util_nss_unittest.cc', |
| 1057 'base/x509_util_openssl_unittest.cc', | 1058 'base/x509_util_openssl_unittest.cc', |
| 1058 'disk_cache/addr_unittest.cc', | 1059 'disk_cache/addr_unittest.cc', |
| 1059 'disk_cache/backend_unittest.cc', | 1060 'disk_cache/backend_unittest.cc', |
| 1060 'disk_cache/bitmap_unittest.cc', | 1061 'disk_cache/bitmap_unittest.cc', |
| 1061 'disk_cache/block_files_unittest.cc', | 1062 'disk_cache/block_files_unittest.cc', |
| 1062 'disk_cache/cache_util_unittest.cc', | 1063 'disk_cache/cache_util_unittest.cc', |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1720 'tools/dump_cache/url_to_filename_encoder.cc', | 1721 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1721 'tools/dump_cache/url_to_filename_encoder.h', | 1722 'tools/dump_cache/url_to_filename_encoder.h', |
| 1722 'tools/dump_cache/url_utilities.h', | 1723 'tools/dump_cache/url_utilities.h', |
| 1723 'tools/dump_cache/url_utilities.cc', | 1724 'tools/dump_cache/url_utilities.cc', |
| 1724 ], | 1725 ], |
| 1725 }, | 1726 }, |
| 1726 ], | 1727 ], |
| 1727 }], | 1728 }], |
| 1728 ], | 1729 ], |
| 1729 } | 1730 } |
| OLD | NEW |