| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 'base/mime_util_unittest.cc', | 589 'base/mime_util_unittest.cc', |
| 590 'base/net_util_unittest.cc', | 590 'base/net_util_unittest.cc', |
| 591 'base/registry_controlled_domain_unittest.cc', | 591 'base/registry_controlled_domain_unittest.cc', |
| 592 'base/run_all_unittests.cc', | 592 'base/run_all_unittests.cc', |
| 593 'base/sdch_filter_unittest.cc', | 593 'base/sdch_filter_unittest.cc', |
| 594 'base/ssl_client_auth_cache_unittest.cc', | 594 'base/ssl_client_auth_cache_unittest.cc', |
| 595 'base/ssl_config_service_mac_unittest.cc', | 595 'base/ssl_config_service_mac_unittest.cc', |
| 596 'base/ssl_config_service_win_unittest.cc', | 596 'base/ssl_config_service_win_unittest.cc', |
| 597 'base/strict_transport_security_state_unittest.cc', | 597 'base/strict_transport_security_state_unittest.cc', |
| 598 'base/telnet_server_unittest.cc', | 598 'base/telnet_server_unittest.cc', |
| 599 'base/test_certificate_data.h', |
| 599 'base/test_completion_callback_unittest.cc', | 600 'base/test_completion_callback_unittest.cc', |
| 600 'base/wininet_util_unittest.cc', | 601 'base/wininet_util_unittest.cc', |
| 601 'base/x509_certificate_unittest.cc', | 602 'base/x509_certificate_unittest.cc', |
| 602 'disk_cache/addr_unittest.cc', | 603 'disk_cache/addr_unittest.cc', |
| 603 'disk_cache/backend_unittest.cc', | 604 'disk_cache/backend_unittest.cc', |
| 604 'disk_cache/bitmap_unittest.cc', | 605 'disk_cache/bitmap_unittest.cc', |
| 605 'disk_cache/block_files_unittest.cc', | 606 'disk_cache/block_files_unittest.cc', |
| 606 'disk_cache/disk_cache_test_base.cc', | 607 'disk_cache/disk_cache_test_base.cc', |
| 607 'disk_cache/disk_cache_test_base.h', | 608 'disk_cache/disk_cache_test_base.h', |
| 608 'disk_cache/entry_unittest.cc', | 609 'disk_cache/entry_unittest.cc', |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 ], | 871 ], |
| 871 }], | 872 }], |
| 872 ], | 873 ], |
| 873 } | 874 } |
| 874 | 875 |
| 875 # Local Variables: | 876 # Local Variables: |
| 876 # tab-width:2 | 877 # tab-width:2 |
| 877 # indent-tabs-mode:nil | 878 # indent-tabs-mode:nil |
| 878 # End: | 879 # End: |
| 879 # vim: set expandtab tabstop=2 shiftwidth=2: | 880 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |