| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1760 'browser/web_applications/web_app_mac_unittest.mm', | 1760 'browser/web_applications/web_app_mac_unittest.mm', |
| 1761 'browser/web_applications/web_app_unittest.cc', | 1761 'browser/web_applications/web_app_unittest.cc', |
| 1762 'browser/web_resource/eula_accepted_notifier_unittest.cc', | 1762 'browser/web_resource/eula_accepted_notifier_unittest.cc', |
| 1763 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1763 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 1764 'browser/web_resource/promo_resource_service_unittest.cc', | 1764 'browser/web_resource/promo_resource_service_unittest.cc', |
| 1765 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', | 1765 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', |
| 1766 'browser/web_resource/resource_request_allowed_notifier_test_util.h', | 1766 'browser/web_resource/resource_request_allowed_notifier_test_util.h', |
| 1767 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1767 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
| 1768 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1768 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
| 1769 'browser/webdata/keyword_table_unittest.cc', | 1769 'browser/webdata/keyword_table_unittest.cc', |
| 1770 'browser/webdata/token_service_table_unittest.cc', | |
| 1771 'browser/webdata/web_apps_table_unittest.cc', | 1770 'browser/webdata/web_apps_table_unittest.cc', |
| 1772 'common/cancelable_task_tracker_unittest.cc', | 1771 'common/cancelable_task_tracker_unittest.cc', |
| 1773 'common/chrome_paths_unittest.cc', | 1772 'common/chrome_paths_unittest.cc', |
| 1774 'common/chrome_content_client_unittest.cc', | 1773 'common/chrome_content_client_unittest.cc', |
| 1775 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1774 'common/cloud_print/cloud_print_helpers_unittest.cc', |
| 1776 'common/content_settings_helper_unittest.cc', | 1775 'common/content_settings_helper_unittest.cc', |
| 1777 'common/content_settings_pattern_parser_unittest.cc', | 1776 'common/content_settings_pattern_parser_unittest.cc', |
| 1778 'common/content_settings_pattern_unittest.cc', | 1777 'common/content_settings_pattern_unittest.cc', |
| 1779 'common/crash_keys_unittest.cc', | 1778 'common/crash_keys_unittest.cc', |
| 1780 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1779 'common/extensions/api/commands/commands_manifest_unittest.cc', |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2880 'browser/ui/app_list/test/fake_profile_store.h', | 2879 'browser/ui/app_list/test/fake_profile_store.h', |
| 2881 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2880 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2882 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2881 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2883 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2882 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2884 ], | 2883 ], |
| 2885 }, | 2884 }, |
| 2886 ], | 2885 ], |
| 2887 }], | 2886 }], |
| 2888 ], # 'conditions' | 2887 ], # 'conditions' |
| 2889 } | 2888 } |
| OLD | NEW |