OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1072 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
1073 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1073 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
1074 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1074 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
1075 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 1075 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
1076 'browser/sync/glue/session_model_associator_unittest.cc', | 1076 'browser/sync/glue/session_model_associator_unittest.cc', |
1077 'browser/sync/glue/shared_change_processor_mock.cc', | 1077 'browser/sync/glue/shared_change_processor_mock.cc', |
1078 'browser/sync/glue/shared_change_processor_mock.h', | 1078 'browser/sync/glue/shared_change_processor_mock.h', |
1079 'browser/sync/glue/shared_change_processor_unittest.cc', | 1079 'browser/sync/glue/shared_change_processor_unittest.cc', |
1080 'browser/sync/glue/sync_backend_host_unittest.cc', | 1080 'browser/sync/glue/sync_backend_host_unittest.cc', |
1081 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 1081 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
| 1082 'browser/sync/glue/synced_device_tracker_unittest.cc', |
1082 'browser/sync/glue/synced_session_tracker_unittest.cc', | 1083 'browser/sync/glue/synced_session_tracker_unittest.cc', |
1083 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 1084 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
1084 'browser/sync/glue/ui_data_type_controller_unittest.cc', | 1085 'browser/sync/glue/ui_data_type_controller_unittest.cc', |
1085 'browser/sync/glue/ui_model_worker_unittest.cc', | 1086 'browser/sync/glue/ui_model_worker_unittest.cc', |
1086 'browser/sync/invalidations/invalidator_storage_unittest.cc', | 1087 'browser/sync/invalidations/invalidator_storage_unittest.cc', |
1087 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 1088 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
1088 'browser/sync/profile_sync_components_factory_mock.cc', | 1089 'browser/sync/profile_sync_components_factory_mock.cc', |
1089 'browser/sync/profile_sync_components_factory_mock.h', | 1090 'browser/sync/profile_sync_components_factory_mock.h', |
1090 'browser/sync/profile_sync_service_autofill_unittest.cc', | 1091 'browser/sync/profile_sync_service_autofill_unittest.cc', |
1091 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 1092 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2251 'unit_tests.isolate', | 2252 'unit_tests.isolate', |
2252 ], | 2253 ], |
2253 'sources': [ | 2254 'sources': [ |
2254 'unit_tests.isolate', | 2255 'unit_tests.isolate', |
2255 ], | 2256 ], |
2256 }, | 2257 }, |
2257 ], | 2258 ], |
2258 }], | 2259 }], |
2259 ], # 'conditions' | 2260 ], # 'conditions' |
2260 } | 2261 } |
OLD | NEW |