| 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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 'base/ssl_config_service_mac_unittest.cc', | 855 'base/ssl_config_service_mac_unittest.cc', |
| 856 'base/ssl_config_service_unittest.cc', | 856 'base/ssl_config_service_unittest.cc', |
| 857 'base/ssl_config_service_win_unittest.cc', | 857 'base/ssl_config_service_win_unittest.cc', |
| 858 'base/ssl_false_start_blacklist_unittest.cc', | 858 'base/ssl_false_start_blacklist_unittest.cc', |
| 859 'base/static_cookie_policy_unittest.cc', | 859 'base/static_cookie_policy_unittest.cc', |
| 860 'base/transport_security_state_unittest.cc', | 860 'base/transport_security_state_unittest.cc', |
| 861 'base/test_certificate_data.h', | 861 'base/test_certificate_data.h', |
| 862 'base/test_completion_callback_unittest.cc', | 862 'base/test_completion_callback_unittest.cc', |
| 863 'base/upload_data_stream_unittest.cc', | 863 'base/upload_data_stream_unittest.cc', |
| 864 'base/x509_certificate_unittest.cc', | 864 'base/x509_certificate_unittest.cc', |
| 865 'base/x509_cert_types_unittest.cc', | 865 'base/x509_cert_types_mac_unittest.cc', |
| 866 'base/x509_openssl_util_unittest.cc', | 866 'base/x509_openssl_util_unittest.cc', |
| 867 'disk_cache/addr_unittest.cc', | 867 'disk_cache/addr_unittest.cc', |
| 868 'disk_cache/backend_unittest.cc', | 868 'disk_cache/backend_unittest.cc', |
| 869 'disk_cache/bitmap_unittest.cc', | 869 'disk_cache/bitmap_unittest.cc', |
| 870 'disk_cache/block_files_unittest.cc', | 870 'disk_cache/block_files_unittest.cc', |
| 871 'disk_cache/cache_util_unittest.cc', | 871 'disk_cache/cache_util_unittest.cc', |
| 872 'disk_cache/disk_cache_test_base.cc', | 872 'disk_cache/disk_cache_test_base.cc', |
| 873 'disk_cache/disk_cache_test_base.h', | 873 'disk_cache/disk_cache_test_base.h', |
| 874 'disk_cache/entry_unittest.cc', | 874 'disk_cache/entry_unittest.cc', |
| 875 'disk_cache/mapped_file_unittest.cc', | 875 'disk_cache/mapped_file_unittest.cc', |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1444 ], | 1444 ], |
| 1445 }], | 1445 }], |
| 1446 ], | 1446 ], |
| 1447 } | 1447 } |
| 1448 | 1448 |
| 1449 # Local Variables: | 1449 # Local Variables: |
| 1450 # tab-width:2 | 1450 # tab-width:2 |
| 1451 # indent-tabs-mode:nil | 1451 # indent-tabs-mode:nil |
| 1452 # End: | 1452 # End: |
| 1453 # vim: set expandtab tabstop=2 shiftwidth=2: | 1453 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |