| 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     { | 8     { | 
| 9       'target_name': 'test_support_sync_core', | 9       'target_name': 'test_support_sync_core', | 
| 10       'type': 'static_library', | 10       'type': 'static_library', | 
| (...skipping 20 matching lines...) Expand all  Loading... | 
| 31         'internal_api/public/base/model_type_test_util.h', | 31         'internal_api/public/base/model_type_test_util.h', | 
| 32         'js/js_test_util.cc', | 32         'js/js_test_util.cc', | 
| 33         'js/js_test_util.h', | 33         'js/js_test_util.h', | 
| 34         'sessions/test_util.cc', | 34         'sessions/test_util.cc', | 
| 35         'sessions/test_util.h', | 35         'sessions/test_util.h', | 
| 36         'test/callback_counter.h', | 36         'test/callback_counter.h', | 
| 37         'test/engine/fake_model_worker.cc', | 37         'test/engine/fake_model_worker.cc', | 
| 38         'test/engine/fake_model_worker.h', | 38         'test/engine/fake_model_worker.h', | 
| 39         'test/engine/fake_sync_scheduler.cc', | 39         'test/engine/fake_sync_scheduler.cc', | 
| 40         'test/engine/fake_sync_scheduler.h', | 40         'test/engine/fake_sync_scheduler.h', | 
|  | 41         'test/engine/injectable_sync_context_proxy.cc', | 
|  | 42         'test/engine/injectable_sync_context_proxy.h', | 
| 41         'test/engine/mock_connection_manager.cc', | 43         'test/engine/mock_connection_manager.cc', | 
| 42         'test/engine/mock_connection_manager.h', | 44         'test/engine/mock_connection_manager.h', | 
| 43         'test/engine/mock_non_blocking_type_processor_core.cc', | 45         'test/engine/mock_model_type_sync_proxy.cc', | 
| 44         'test/engine/mock_non_blocking_type_processor_core.h', | 46         'test/engine/mock_model_type_sync_proxy.h', | 
| 45         'test/engine/mock_non_blocking_type_processor.cc', | 47         'test/engine/mock_model_type_sync_worker.cc', | 
| 46         'test/engine/mock_non_blocking_type_processor.h', | 48         'test/engine/mock_model_type_sync_worker.h', | 
| 47         'test/engine/mock_update_handler.cc', | 49         'test/engine/mock_update_handler.cc', | 
| 48         'test/engine/mock_update_handler.h', | 50         'test/engine/mock_update_handler.h', | 
| 49         'test/engine/single_type_mock_server.cc', | 51         'test/engine/single_type_mock_server.cc', | 
| 50         'test/engine/single_type_mock_server.h', | 52         'test/engine/single_type_mock_server.h', | 
| 51         'test/engine/test_directory_setter_upper.cc', | 53         'test/engine/test_directory_setter_upper.cc', | 
| 52         'test/engine/test_directory_setter_upper.h', | 54         'test/engine/test_directory_setter_upper.h', | 
| 53         'test/engine/test_id_factory.h', | 55         'test/engine/test_id_factory.h', | 
| 54         'test/engine/test_syncable_utils.cc', | 56         'test/engine/test_syncable_utils.cc', | 
| 55         'test/engine/test_syncable_utils.h', | 57         'test/engine/test_syncable_utils.h', | 
| 56         'test/engine/injectable_sync_core_proxy.cc', |  | 
| 57         'test/engine/injectable_sync_core_proxy.h', |  | 
| 58         'test/fake_encryptor.cc', | 58         'test/fake_encryptor.cc', | 
| 59         'test/fake_encryptor.h', | 59         'test/fake_encryptor.h', | 
| 60         'test/fake_sync_encryption_handler.cc', | 60         'test/fake_sync_encryption_handler.cc', | 
| 61         'test/fake_sync_encryption_handler.h', | 61         'test/fake_sync_encryption_handler.h', | 
| 62         'test/null_directory_change_delegate.cc', | 62         'test/null_directory_change_delegate.cc', | 
| 63         'test/null_directory_change_delegate.h', | 63         'test/null_directory_change_delegate.h', | 
| 64         'test/null_transaction_observer.cc', | 64         'test/null_transaction_observer.cc', | 
| 65         'test/null_transaction_observer.h', | 65         'test/null_transaction_observer.h', | 
| 66         'test/sessions/test_scoped_session_event_listener.h', | 66         'test/sessions/test_scoped_session_event_listener.h', | 
| 67         'test/sessions/mock_debug_info_getter.h', | 67         'test/sessions/mock_debug_info_getter.h', | 
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 193       ], | 193       ], | 
| 194       'export_dependent_settings': [ | 194       'export_dependent_settings': [ | 
| 195         '../testing/gtest.gyp:gtest', | 195         '../testing/gtest.gyp:gtest', | 
| 196         'sync', | 196         'sync', | 
| 197         'test_support_sync_core', | 197         'test_support_sync_core', | 
| 198       ], | 198       ], | 
| 199       'sources': [ | 199       'sources': [ | 
| 200         'internal_api/public/base/invalidation_test_util.cc', | 200         'internal_api/public/base/invalidation_test_util.cc', | 
| 201         'internal_api/public/base/invalidation_test_util.h', | 201         'internal_api/public/base/invalidation_test_util.h', | 
| 202         'internal_api/public/test/fake_sync_manager.h', | 202         'internal_api/public/test/fake_sync_manager.h', | 
| 203         'internal_api/public/test/null_sync_core_proxy.h', | 203         'internal_api/public/test/null_sync_context_proxy.h', | 
| 204         'internal_api/public/test/sync_manager_factory_for_profile_sync_test.h', | 204         'internal_api/public/test/sync_manager_factory_for_profile_sync_test.h', | 
| 205         'internal_api/public/test/test_entry_factory.h', | 205         'internal_api/public/test/test_entry_factory.h', | 
| 206         'internal_api/public/test/test_internal_components_factory.h', | 206         'internal_api/public/test/test_internal_components_factory.h', | 
| 207         'internal_api/public/test/test_user_share.h', | 207         'internal_api/public/test/test_user_share.h', | 
| 208         'internal_api/test/fake_sync_manager.cc', | 208         'internal_api/test/fake_sync_manager.cc', | 
| 209         'internal_api/test/null_sync_core_proxy.cc', | 209         'internal_api/test/null_sync_context_proxy.cc', | 
| 210         'internal_api/test/sync_manager_factory_for_profile_sync_test.cc', | 210         'internal_api/test/sync_manager_factory_for_profile_sync_test.cc', | 
| 211         'internal_api/test/sync_manager_for_profile_sync_test.cc', | 211         'internal_api/test/sync_manager_for_profile_sync_test.cc', | 
| 212         'internal_api/test/sync_manager_for_profile_sync_test.h', | 212         'internal_api/test/sync_manager_for_profile_sync_test.h', | 
| 213         'internal_api/test/test_entry_factory.cc', | 213         'internal_api/test/test_entry_factory.cc', | 
| 214         'internal_api/test/test_internal_components_factory.cc', | 214         'internal_api/test/test_internal_components_factory.cc', | 
| 215         'internal_api/test/test_user_share.cc', | 215         'internal_api/test/test_user_share.cc', | 
| 216       ], | 216       ], | 
| 217     }, | 217     }, | 
| 218 | 218 | 
| 219     # Test support files for the 'sync_api' target. | 219     # Test support files for the 'sync_api' target. | 
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 291           'internal_api/public/base/node_ordinal_unittest.cc', | 291           'internal_api/public/base/node_ordinal_unittest.cc', | 
| 292           'internal_api/public/base/ordinal_unittest.cc', | 292           'internal_api/public/base/ordinal_unittest.cc', | 
| 293           'internal_api/public/base/unique_position_unittest.cc', | 293           'internal_api/public/base/unique_position_unittest.cc', | 
| 294           'internal_api/public/engine/model_safe_worker_unittest.cc', | 294           'internal_api/public/engine/model_safe_worker_unittest.cc', | 
| 295           'internal_api/public/util/immutable_unittest.cc', | 295           'internal_api/public/util/immutable_unittest.cc', | 
| 296           'internal_api/public/util/weak_handle_unittest.cc', | 296           'internal_api/public/util/weak_handle_unittest.cc', | 
| 297           'engine/apply_control_data_updates_unittest.cc', | 297           'engine/apply_control_data_updates_unittest.cc', | 
| 298           'engine/backoff_delay_provider_unittest.cc', | 298           'engine/backoff_delay_provider_unittest.cc', | 
| 299           'engine/directory_commit_contribution_unittest.cc', | 299           'engine/directory_commit_contribution_unittest.cc', | 
| 300           'engine/directory_update_handler_unittest.cc', | 300           'engine/directory_update_handler_unittest.cc', | 
|  | 301           'engine/entity_tracker_unittest.cc', | 
| 301           'engine/get_updates_processor_unittest.cc', | 302           'engine/get_updates_processor_unittest.cc', | 
| 302           'engine/model_thread_sync_entity_unittest.cc', | 303           'engine/model_type_entity_unittest.cc', | 
| 303           'engine/non_blocking_type_processor_core_unittest.cc', | 304           'engine/model_type_sync_proxy_impl_unittest.cc', | 
| 304           'engine/non_blocking_type_processor_unittest.cc', | 305           'engine/model_type_sync_worker_impl_unittest.cc', | 
| 305           'engine/sync_scheduler_unittest.cc', | 306           'engine/sync_scheduler_unittest.cc', | 
| 306           'engine/sync_thread_sync_entity_unittest.cc', |  | 
| 307           'engine/syncer_proto_util_unittest.cc', | 307           'engine/syncer_proto_util_unittest.cc', | 
| 308           'engine/syncer_unittest.cc', | 308           'engine/syncer_unittest.cc', | 
| 309           'engine/syncer_util_unittest.cc', | 309           'engine/syncer_util_unittest.cc', | 
| 310           'js/js_event_details_unittest.cc', | 310           'js/js_event_details_unittest.cc', | 
| 311           'js/sync_js_controller_unittest.cc', | 311           'js/sync_js_controller_unittest.cc', | 
| 312           'protocol/proto_enum_conversions_unittest.cc', | 312           'protocol/proto_enum_conversions_unittest.cc', | 
| 313           'protocol/proto_value_conversions_unittest.cc', | 313           'protocol/proto_value_conversions_unittest.cc', | 
| 314           'sessions/model_type_registry_unittest.cc', | 314           'sessions/model_type_registry_unittest.cc', | 
| 315           'sessions/nudge_tracker_unittest.cc', | 315           'sessions/nudge_tracker_unittest.cc', | 
| 316           'sessions/status_controller_unittest.cc', | 316           'sessions/status_controller_unittest.cc', | 
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 428           'internal_api/attachments/fake_attachment_uploader_unittest.cc', | 428           'internal_api/attachments/fake_attachment_uploader_unittest.cc', | 
| 429           'internal_api/debug_info_event_listener_unittest.cc', | 429           'internal_api/debug_info_event_listener_unittest.cc', | 
| 430           'internal_api/http_bridge_unittest.cc', | 430           'internal_api/http_bridge_unittest.cc', | 
| 431           'internal_api/js_mutation_event_observer_unittest.cc', | 431           'internal_api/js_mutation_event_observer_unittest.cc', | 
| 432           'internal_api/js_sync_encryption_handler_observer_unittest.cc', | 432           'internal_api/js_sync_encryption_handler_observer_unittest.cc', | 
| 433           'internal_api/js_sync_manager_observer_unittest.cc', | 433           'internal_api/js_sync_manager_observer_unittest.cc', | 
| 434           'internal_api/protocol_event_buffer_unittest.cc', | 434           'internal_api/protocol_event_buffer_unittest.cc', | 
| 435           'internal_api/public/change_record_unittest.cc', | 435           'internal_api/public/change_record_unittest.cc', | 
| 436           'internal_api/public/sessions/sync_session_snapshot_unittest.cc', | 436           'internal_api/public/sessions/sync_session_snapshot_unittest.cc', | 
| 437           'internal_api/sync_backup_manager_unittest.cc', | 437           'internal_api/sync_backup_manager_unittest.cc', | 
| 438           'internal_api/sync_core_proxy_impl_unittest.cc', | 438           'internal_api/sync_context_proxy_impl_unittest.cc', | 
| 439           'internal_api/sync_encryption_handler_impl_unittest.cc', | 439           'internal_api/sync_encryption_handler_impl_unittest.cc', | 
| 440           'internal_api/sync_manager_impl_unittest.cc', | 440           'internal_api/sync_manager_impl_unittest.cc', | 
| 441           'internal_api/sync_rollback_manager_base_unittest.cc', | 441           'internal_api/sync_rollback_manager_base_unittest.cc', | 
| 442           'internal_api/sync_rollback_manager_unittest.cc', | 442           'internal_api/sync_rollback_manager_unittest.cc', | 
| 443           'internal_api/syncapi_server_connection_manager_unittest.cc', | 443           'internal_api/syncapi_server_connection_manager_unittest.cc', | 
| 444         ], | 444         ], | 
| 445         'conditions': [ | 445         'conditions': [ | 
| 446           ['OS == "ios"', { | 446           ['OS == "ios"', { | 
| 447             'sources!': [ | 447             'sources!': [ | 
| 448               'internal_api/http_bridge_unittest.cc', | 448               'internal_api/http_bridge_unittest.cc', | 
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 622           ], | 622           ], | 
| 623           'variables': { | 623           'variables': { | 
| 624             'test_suite_name': 'sync_unit_tests', | 624             'test_suite_name': 'sync_unit_tests', | 
| 625           }, | 625           }, | 
| 626           'includes': [ '../build/apk_test.gypi' ], | 626           'includes': [ '../build/apk_test.gypi' ], | 
| 627         }, | 627         }, | 
| 628       ], | 628       ], | 
| 629     }], | 629     }], | 
| 630   ], | 630   ], | 
| 631 } | 631 } | 
| OLD | NEW | 
|---|