| 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 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1047 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| 1048 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1048 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
| 1049 'browser/spellchecker/spellcheck_service_unittest.cc', | 1049 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 1050 'browser/spellchecker/spelling_service_client_unittest.cc', | 1050 'browser/spellchecker/spelling_service_client_unittest.cc', |
| 1051 'browser/status_icons/status_icon_unittest.cc', | 1051 'browser/status_icons/status_icon_unittest.cc', |
| 1052 'browser/status_icons/status_tray_unittest.cc', | 1052 'browser/status_icons/status_tray_unittest.cc', |
| 1053 'browser/sync/about_sync_util_unittest.cc', | 1053 'browser/sync/about_sync_util_unittest.cc', |
| 1054 'browser/sync/abstract_profile_sync_service_test.cc', | 1054 'browser/sync/abstract_profile_sync_service_test.cc', |
| 1055 'browser/sync/abstract_profile_sync_service_test.h', | 1055 'browser/sync/abstract_profile_sync_service_test.h', |
| 1056 'browser/sync/backend_migrator_unittest.cc', | 1056 'browser/sync/backend_migrator_unittest.cc', |
| 1057 'browser/sync/glue/android_invalidator_bridge_proxy_unittest.cc', |
| 1058 'browser/sync/glue/android_invalidator_bridge_unittest.cc', |
| 1057 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', | 1059 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', |
| 1058 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1060 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
| 1059 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1061 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
| 1060 'browser/sync/glue/bridged_invalidator_unittest.cc', | |
| 1061 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1062 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
| 1062 'browser/sync/glue/change_processor_mock.cc', | 1063 'browser/sync/glue/change_processor_mock.cc', |
| 1063 'browser/sync/glue/change_processor_mock.h', | 1064 'browser/sync/glue/change_processor_mock.h', |
| 1064 'browser/sync/glue/chrome_encryptor_unittest.cc', | 1065 'browser/sync/glue/chrome_encryptor_unittest.cc', |
| 1065 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', | 1066 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', |
| 1066 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', | |
| 1067 'browser/sync/glue/data_type_controller_mock.cc', | 1067 'browser/sync/glue/data_type_controller_mock.cc', |
| 1068 'browser/sync/glue/data_type_controller_mock.h', | 1068 'browser/sync/glue/data_type_controller_mock.h', |
| 1069 'browser/sync/glue/data_type_error_handler_mock.cc', | 1069 'browser/sync/glue/data_type_error_handler_mock.cc', |
| 1070 'browser/sync/glue/data_type_error_handler_mock.h', | 1070 'browser/sync/glue/data_type_error_handler_mock.h', |
| 1071 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1071 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
| 1072 'browser/sync/glue/data_type_manager_mock.cc', | 1072 'browser/sync/glue/data_type_manager_mock.cc', |
| 1073 'browser/sync/glue/data_type_manager_mock.h', | 1073 'browser/sync/glue/data_type_manager_mock.h', |
| 1074 'browser/sync/glue/fake_data_type_controller.cc', | 1074 'browser/sync/glue/fake_data_type_controller.cc', |
| 1075 'browser/sync/glue/fake_data_type_controller.h', | 1075 'browser/sync/glue/fake_data_type_controller.h', |
| 1076 'browser/sync/glue/fake_generic_change_processor.cc', | 1076 'browser/sync/glue/fake_generic_change_processor.cc', |
| (...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2332 'unit_tests.isolate', | 2332 'unit_tests.isolate', |
| 2333 ], | 2333 ], |
| 2334 'sources': [ | 2334 'sources': [ |
| 2335 'unit_tests.isolate', | 2335 'unit_tests.isolate', |
| 2336 ], | 2336 ], |
| 2337 }, | 2337 }, |
| 2338 ], | 2338 ], |
| 2339 }], | 2339 }], |
| 2340 ], # 'conditions' | 2340 ], # 'conditions' |
| 2341 } | 2341 } |
| OLD | NEW |