| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 'base/ssl_cipher_suite_names_unittest.cc', | 867 'base/ssl_cipher_suite_names_unittest.cc', |
| 868 'base/ssl_client_auth_cache_unittest.cc', | 868 'base/ssl_client_auth_cache_unittest.cc', |
| 869 'base/ssl_config_service_mac_unittest.cc', | 869 'base/ssl_config_service_mac_unittest.cc', |
| 870 'base/ssl_config_service_unittest.cc', | 870 'base/ssl_config_service_unittest.cc', |
| 871 'base/ssl_config_service_win_unittest.cc', | 871 'base/ssl_config_service_win_unittest.cc', |
| 872 'base/ssl_false_start_blacklist_unittest.cc', | 872 'base/ssl_false_start_blacklist_unittest.cc', |
| 873 'base/static_cookie_policy_unittest.cc', | 873 'base/static_cookie_policy_unittest.cc', |
| 874 'base/transport_security_state_unittest.cc', | 874 'base/transport_security_state_unittest.cc', |
| 875 'base/test_certificate_data.h', | 875 'base/test_certificate_data.h', |
| 876 'base/test_completion_callback_unittest.cc', | 876 'base/test_completion_callback_unittest.cc', |
| 877 'base/test_root_certs_unittest.cc', |
| 877 'base/upload_data_stream_unittest.cc', | 878 'base/upload_data_stream_unittest.cc', |
| 878 'base/x509_certificate_unittest.cc', | 879 'base/x509_certificate_unittest.cc', |
| 879 'base/x509_cert_types_mac_unittest.cc', | 880 'base/x509_cert_types_mac_unittest.cc', |
| 880 'base/x509_openssl_util_unittest.cc', | 881 'base/x509_openssl_util_unittest.cc', |
| 881 'disk_cache/addr_unittest.cc', | 882 'disk_cache/addr_unittest.cc', |
| 882 'disk_cache/backend_unittest.cc', | 883 'disk_cache/backend_unittest.cc', |
| 883 'disk_cache/bitmap_unittest.cc', | 884 'disk_cache/bitmap_unittest.cc', |
| 884 'disk_cache/block_files_unittest.cc', | 885 'disk_cache/block_files_unittest.cc', |
| 885 'disk_cache/cache_util_unittest.cc', | 886 'disk_cache/cache_util_unittest.cc', |
| 886 'disk_cache/disk_cache_test_base.cc', | 887 'disk_cache/disk_cache_test_base.cc', |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 ], | 1456 ], |
| 1456 }], | 1457 }], |
| 1457 ], | 1458 ], |
| 1458 } | 1459 } |
| 1459 | 1460 |
| 1460 # Local Variables: | 1461 # Local Variables: |
| 1461 # tab-width:2 | 1462 # tab-width:2 |
| 1462 # indent-tabs-mode:nil | 1463 # indent-tabs-mode:nil |
| 1463 # End: | 1464 # End: |
| 1464 # vim: set expandtab tabstop=2 shiftwidth=2: | 1465 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |