| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
| 8 # GN version: //sync:test_support_sync_core | 8 # GN version: //sync:test_support_sync_core |
| 9 { | 9 { |
| 10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'sessions/test_util.h', | 36 'sessions/test_util.h', |
| 37 'test/callback_counter.h', | 37 'test/callback_counter.h', |
| 38 "test/directory_backing_store_corruption_testing.cc", | 38 "test/directory_backing_store_corruption_testing.cc", |
| 39 "test/directory_backing_store_corruption_testing.h", | 39 "test/directory_backing_store_corruption_testing.h", |
| 40 'test/engine/fake_model_worker.cc', | 40 'test/engine/fake_model_worker.cc', |
| 41 'test/engine/fake_model_worker.h', | 41 'test/engine/fake_model_worker.h', |
| 42 'test/engine/fake_sync_scheduler.cc', | 42 'test/engine/fake_sync_scheduler.cc', |
| 43 'test/engine/fake_sync_scheduler.h', | 43 'test/engine/fake_sync_scheduler.h', |
| 44 'test/engine/injectable_sync_context_proxy.cc', | 44 'test/engine/injectable_sync_context_proxy.cc', |
| 45 'test/engine/injectable_sync_context_proxy.h', | 45 'test/engine/injectable_sync_context_proxy.h', |
| 46 'test/engine/mock_commit_queue.cc', |
| 47 'test/engine/mock_commit_queue.h', |
| 46 'test/engine/mock_connection_manager.cc', | 48 'test/engine/mock_connection_manager.cc', |
| 47 'test/engine/mock_connection_manager.h', | 49 'test/engine/mock_connection_manager.h', |
| 48 'test/engine/mock_model_type_sync_proxy.cc', | 50 'test/engine/mock_model_type_processor.cc', |
| 49 'test/engine/mock_model_type_sync_proxy.h', | 51 'test/engine/mock_model_type_processor.h', |
| 50 'test/engine/mock_model_type_sync_worker.cc', | |
| 51 'test/engine/mock_model_type_sync_worker.h', | |
| 52 'test/engine/mock_nudge_handler.cc', | 52 'test/engine/mock_nudge_handler.cc', |
| 53 'test/engine/mock_nudge_handler.h', | 53 'test/engine/mock_nudge_handler.h', |
| 54 'test/engine/mock_update_handler.cc', | 54 'test/engine/mock_update_handler.cc', |
| 55 'test/engine/mock_update_handler.h', | 55 'test/engine/mock_update_handler.h', |
| 56 'test/engine/single_type_mock_server.cc', | 56 'test/engine/single_type_mock_server.cc', |
| 57 'test/engine/single_type_mock_server.h', | 57 'test/engine/single_type_mock_server.h', |
| 58 'test/engine/test_directory_setter_upper.cc', | 58 'test/engine/test_directory_setter_upper.cc', |
| 59 'test/engine/test_directory_setter_upper.h', | 59 'test/engine/test_directory_setter_upper.h', |
| 60 'test/engine/test_id_factory.h', | 60 'test/engine/test_id_factory.h', |
| 61 'test/engine/test_syncable_utils.cc', | 61 'test/engine/test_syncable_utils.cc', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'sources': [ | 266 'sources': [ |
| 267 'api/attachments/attachment_id_unittest.cc', | 267 'api/attachments/attachment_id_unittest.cc', |
| 268 'api/attachments/attachment_metadata_unittest.cc', | 268 'api/attachments/attachment_metadata_unittest.cc', |
| 269 'api/attachments/attachment_unittest.cc', | 269 'api/attachments/attachment_unittest.cc', |
| 270 'api/sync_change_unittest.cc', | 270 'api/sync_change_unittest.cc', |
| 271 'api/sync_data_unittest.cc', | 271 'api/sync_data_unittest.cc', |
| 272 'api/sync_error_unittest.cc', | 272 'api/sync_error_unittest.cc', |
| 273 'api/sync_merge_result_unittest.cc', | 273 'api/sync_merge_result_unittest.cc', |
| 274 'engine/apply_control_data_updates_unittest.cc', | 274 'engine/apply_control_data_updates_unittest.cc', |
| 275 'engine/backoff_delay_provider_unittest.cc', | 275 'engine/backoff_delay_provider_unittest.cc', |
| 276 'engine/commit_queue_impl_unittest.cc', |
| 276 'engine/directory_commit_contribution_unittest.cc', | 277 'engine/directory_commit_contribution_unittest.cc', |
| 277 'engine/directory_update_handler_unittest.cc', | 278 'engine/directory_update_handler_unittest.cc', |
| 278 'engine/entity_tracker_unittest.cc', | 279 'engine/entity_tracker_unittest.cc', |
| 279 'engine/get_updates_processor_unittest.cc', | 280 'engine/get_updates_processor_unittest.cc', |
| 280 'engine/model_type_entity_unittest.cc', | 281 'engine/model_type_entity_unittest.cc', |
| 281 'engine/model_type_sync_proxy_impl_unittest.cc', | 282 'engine/model_type_processor_impl_unittest.cc', |
| 282 'engine/model_type_sync_worker_impl_unittest.cc', | |
| 283 'engine/sync_scheduler_unittest.cc', | 283 'engine/sync_scheduler_unittest.cc', |
| 284 'engine/syncer_proto_util_unittest.cc', | 284 'engine/syncer_proto_util_unittest.cc', |
| 285 'engine/syncer_unittest.cc', | 285 'engine/syncer_unittest.cc', |
| 286 'engine/syncer_util_unittest.cc', | 286 'engine/syncer_util_unittest.cc', |
| 287 'internal_api/attachments/attachment_downloader_impl_unittest.cc', | 287 'internal_api/attachments/attachment_downloader_impl_unittest.cc', |
| 288 'internal_api/attachments/attachment_service_impl_unittest.cc', | 288 'internal_api/attachments/attachment_service_impl_unittest.cc', |
| 289 'internal_api/attachments/attachment_service_proxy_unittest.cc', | 289 'internal_api/attachments/attachment_service_proxy_unittest.cc', |
| 290 'internal_api/attachments/attachment_store_frontend_unittest.cc', | 290 'internal_api/attachments/attachment_store_frontend_unittest.cc', |
| 291 'internal_api/attachments/attachment_store_test_template.h', | 291 'internal_api/attachments/attachment_store_test_template.h', |
| 292 'internal_api/attachments/attachment_uploader_impl_unittest.cc', | 292 'internal_api/attachments/attachment_uploader_impl_unittest.cc', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 '../build/isolate.gypi', | 517 '../build/isolate.gypi', |
| 518 ], | 518 ], |
| 519 'sources': [ | 519 'sources': [ |
| 520 'sync_unit_tests.isolate', | 520 'sync_unit_tests.isolate', |
| 521 ], | 521 ], |
| 522 }, | 522 }, |
| 523 ], | 523 ], |
| 524 }], | 524 }], |
| 525 ], | 525 ], |
| 526 } | 526 } |
| OLD | NEW |