| 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 22 matching lines...) Expand all Loading... |
| 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/mock_connection_manager.cc', | 41 'test/engine/mock_connection_manager.cc', |
| 42 'test/engine/mock_connection_manager.h', | 42 'test/engine/mock_connection_manager.h', |
| 43 'test/engine/syncer_command_test.cc', | |
| 44 'test/engine/syncer_command_test.h', | |
| 45 'test/engine/test_directory_setter_upper.cc', | 43 'test/engine/test_directory_setter_upper.cc', |
| 46 'test/engine/test_directory_setter_upper.h', | 44 'test/engine/test_directory_setter_upper.h', |
| 47 'test/engine/test_id_factory.h', | 45 'test/engine/test_id_factory.h', |
| 48 'test/engine/test_syncable_utils.cc', | 46 'test/engine/test_syncable_utils.cc', |
| 49 'test/engine/test_syncable_utils.h', | 47 'test/engine/test_syncable_utils.h', |
| 50 'test/fake_encryptor.cc', | 48 'test/fake_encryptor.cc', |
| 51 'test/fake_encryptor.h', | 49 'test/fake_encryptor.h', |
| 52 'test/fake_sync_encryption_handler.cc', | 50 'test/fake_sync_encryption_handler.cc', |
| 53 'test/fake_sync_encryption_handler.h', | 51 'test/fake_sync_encryption_handler.h', |
| 54 'test/null_directory_change_delegate.cc', | 52 'test/null_directory_change_delegate.cc', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'sources': [ | 232 'sources': [ |
| 235 'internal_api/public/base/cancelation_signal_unittest.cc', | 233 'internal_api/public/base/cancelation_signal_unittest.cc', |
| 236 'internal_api/public/base/enum_set_unittest.cc', | 234 'internal_api/public/base/enum_set_unittest.cc', |
| 237 'internal_api/public/base/node_ordinal_unittest.cc', | 235 'internal_api/public/base/node_ordinal_unittest.cc', |
| 238 'internal_api/public/base/ordinal_unittest.cc', | 236 'internal_api/public/base/ordinal_unittest.cc', |
| 239 'internal_api/public/base/unique_position_unittest.cc', | 237 'internal_api/public/base/unique_position_unittest.cc', |
| 240 'internal_api/public/engine/model_safe_worker_unittest.cc', | 238 'internal_api/public/engine/model_safe_worker_unittest.cc', |
| 241 'internal_api/public/util/immutable_unittest.cc', | 239 'internal_api/public/util/immutable_unittest.cc', |
| 242 'internal_api/public/util/weak_handle_unittest.cc', | 240 'internal_api/public/util/weak_handle_unittest.cc', |
| 243 'engine/apply_control_data_updates_unittest.cc', | 241 'engine/apply_control_data_updates_unittest.cc', |
| 244 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc', | |
| 245 'engine/backoff_delay_provider_unittest.cc', | 242 'engine/backoff_delay_provider_unittest.cc', |
| 246 'engine/download_unittest.cc', | 243 'engine/download_unittest.cc', |
| 247 'engine/model_changing_syncer_command_unittest.cc', | |
| 248 'engine/sync_scheduler_unittest.cc', | 244 'engine/sync_scheduler_unittest.cc', |
| 249 'engine/syncer_proto_util_unittest.cc', | 245 'engine/syncer_proto_util_unittest.cc', |
| 250 'engine/syncer_unittest.cc', | 246 'engine/syncer_unittest.cc', |
| 251 'engine/sync_directory_commit_contribution_unittest.cc', | 247 'engine/sync_directory_commit_contribution_unittest.cc', |
| 252 'engine/sync_directory_update_handler_unittest.cc', | 248 'engine/sync_directory_update_handler_unittest.cc', |
| 253 'engine/traffic_recorder_unittest.cc', | 249 'engine/traffic_recorder_unittest.cc', |
| 254 'js/js_arg_list_unittest.cc', | 250 'js/js_arg_list_unittest.cc', |
| 255 'js/js_event_details_unittest.cc', | 251 'js/js_event_details_unittest.cc', |
| 256 'js/sync_js_controller_unittest.cc', | 252 'js/sync_js_controller_unittest.cc', |
| 257 'protocol/proto_enum_conversions_unittest.cc', | 253 'protocol/proto_enum_conversions_unittest.cc', |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'variables': { | 618 'variables': { |
| 623 'test_suite_name': 'sync_unit_tests', | 619 'test_suite_name': 'sync_unit_tests', |
| 624 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 620 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 625 }, | 621 }, |
| 626 'includes': [ '../build/apk_test.gypi' ], | 622 'includes': [ '../build/apk_test.gypi' ], |
| 627 }, | 623 }, |
| 628 ], | 624 ], |
| 629 }], | 625 }], |
| 630 ], | 626 ], |
| 631 } | 627 } |
| OLD | NEW |