Chromium Code Reviews| 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 859 'base/ssl_config_service_mac_unittest.cc', | 859 'base/ssl_config_service_mac_unittest.cc', |
| 860 'base/ssl_config_service_unittest.cc', | 860 'base/ssl_config_service_unittest.cc', |
| 861 'base/ssl_config_service_win_unittest.cc', | 861 'base/ssl_config_service_win_unittest.cc', |
| 862 'base/ssl_false_start_blacklist_unittest.cc', | 862 'base/ssl_false_start_blacklist_unittest.cc', |
| 863 'base/static_cookie_policy_unittest.cc', | 863 'base/static_cookie_policy_unittest.cc', |
| 864 'base/transport_security_state_unittest.cc', | 864 'base/transport_security_state_unittest.cc', |
| 865 'base/test_certificate_data.h', | 865 'base/test_certificate_data.h', |
| 866 'base/test_completion_callback_unittest.cc', | 866 'base/test_completion_callback_unittest.cc', |
| 867 'base/upload_data_stream_unittest.cc', | 867 'base/upload_data_stream_unittest.cc', |
| 868 'base/x509_certificate_unittest.cc', | 868 'base/x509_certificate_unittest.cc', |
| 869 'base/x509_cert_types_unittest.cc', | 869 'base/x509_cert_types_mac_unittest.cc', |
|
wtc
2010/11/18 23:12:46
Does renaming the file this way automatically make
Ryan Sleevi
2010/11/18 23:17:15
Yes, build\common.gypi has an exclude glob setup o
| |
| 870 'base/x509_openssl_util_unittest.cc', | 870 'base/x509_openssl_util_unittest.cc', |
| 871 'disk_cache/addr_unittest.cc', | 871 'disk_cache/addr_unittest.cc', |
| 872 'disk_cache/backend_unittest.cc', | 872 'disk_cache/backend_unittest.cc', |
| 873 'disk_cache/bitmap_unittest.cc', | 873 'disk_cache/bitmap_unittest.cc', |
| 874 'disk_cache/block_files_unittest.cc', | 874 'disk_cache/block_files_unittest.cc', |
| 875 'disk_cache/cache_util_unittest.cc', | 875 'disk_cache/cache_util_unittest.cc', |
| 876 'disk_cache/disk_cache_test_base.cc', | 876 'disk_cache/disk_cache_test_base.cc', |
| 877 'disk_cache/disk_cache_test_base.h', | 877 'disk_cache/disk_cache_test_base.h', |
| 878 'disk_cache/entry_unittest.cc', | 878 'disk_cache/entry_unittest.cc', |
| 879 'disk_cache/mapped_file_unittest.cc', | 879 'disk_cache/mapped_file_unittest.cc', |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1448 ], | 1448 ], |
| 1449 }], | 1449 }], |
| 1450 ], | 1450 ], |
| 1451 } | 1451 } |
| 1452 | 1452 |
| 1453 # Local Variables: | 1453 # Local Variables: |
| 1454 # tab-width:2 | 1454 # tab-width:2 |
| 1455 # indent-tabs-mode:nil | 1455 # indent-tabs-mode:nil |
| 1456 # End: | 1456 # End: |
| 1457 # vim: set expandtab tabstop=2 shiftwidth=2: | 1457 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |