| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # This target contains mocks and test utilities that don't belong in | 8 # This target contains mocks and test utilities that don't belong in |
| 9 # production libraries but are used by more than one test executable. | 9 # production libraries but are used by more than one test executable. |
| 10 'target_name': 'test_support_common', | 10 'target_name': 'test_support_common', |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 'common/extensions/user_script_unittest.cc', | 752 'common/extensions/user_script_unittest.cc', |
| 753 'common/important_file_writer_unittest.cc', | 753 'common/important_file_writer_unittest.cc', |
| 754 'common/json_value_serializer_unittest.cc', | 754 'common/json_value_serializer_unittest.cc', |
| 755 'common/mru_cache_unittest.cc', | 755 'common/mru_cache_unittest.cc', |
| 756 'common/net/url_util_unittest.cc', | 756 'common/net/url_util_unittest.cc', |
| 757 'common/notification_service_unittest.cc', | 757 'common/notification_service_unittest.cc', |
| 758 'common/pref_member_unittest.cc', | 758 'common/pref_member_unittest.cc', |
| 759 'common/pref_service_unittest.cc', | 759 'common/pref_service_unittest.cc', |
| 760 'common/property_bag_unittest.cc', | 760 'common/property_bag_unittest.cc', |
| 761 'common/resource_dispatcher_unittest.cc', | 761 'common/resource_dispatcher_unittest.cc', |
| 762 'common/sandbox_mac_unittest.mm', |
| 762 'common/thumbnail_score_unittest.cc', | 763 'common/thumbnail_score_unittest.cc', |
| 763 'common/time_format_unittest.cc', | 764 'common/time_format_unittest.cc', |
| 764 'common/worker_thread_ticker_unittest.cc', | 765 'common/worker_thread_ticker_unittest.cc', |
| 765 'common/zip_unittest.cc', | 766 'common/zip_unittest.cc', |
| 766 'renderer/audio_message_filter_unittest.cc', | 767 'renderer/audio_message_filter_unittest.cc', |
| 767 'renderer/media/audio_renderer_impl_unittest.cc', | 768 'renderer/media/audio_renderer_impl_unittest.cc', |
| 768 'renderer/extensions/extension_api_client_unittest.cc', | 769 'renderer/extensions/extension_api_client_unittest.cc', |
| 769 'renderer/extensions/json_schema_unittest.cc', | 770 'renderer/extensions/json_schema_unittest.cc', |
| 770 'renderer/net/render_dns_master_unittest.cc', | 771 'renderer/net/render_dns_master_unittest.cc', |
| 771 'renderer/net/render_dns_queue_unittest.cc', | 772 'renderer/net/render_dns_queue_unittest.cc', |
| (...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1688 ] | 1689 ] |
| 1689 }], | 1690 }], |
| 1690 ], # 'conditions' | 1691 ], # 'conditions' |
| 1691 } | 1692 } |
| 1692 | 1693 |
| 1693 # Local Variables: | 1694 # Local Variables: |
| 1694 # tab-width:2 | 1695 # tab-width:2 |
| 1695 # indent-tabs-mode:nil | 1696 # indent-tabs-mode:nil |
| 1696 # End: | 1697 # End: |
| 1697 # vim: set expandtab tabstop=2 shiftwidth=2: | 1698 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |