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/mock_update_handler.cc', |
| 44 'test/engine/mock_update_handler.h', |
43 'test/engine/test_directory_setter_upper.cc', | 45 'test/engine/test_directory_setter_upper.cc', |
44 'test/engine/test_directory_setter_upper.h', | 46 'test/engine/test_directory_setter_upper.h', |
45 'test/engine/test_id_factory.h', | 47 'test/engine/test_id_factory.h', |
46 'test/engine/test_syncable_utils.cc', | 48 'test/engine/test_syncable_utils.cc', |
47 'test/engine/test_syncable_utils.h', | 49 'test/engine/test_syncable_utils.h', |
48 'test/fake_encryptor.cc', | 50 'test/fake_encryptor.cc', |
49 'test/fake_encryptor.h', | 51 'test/fake_encryptor.h', |
50 'test/fake_sync_encryption_handler.cc', | 52 'test/fake_sync_encryption_handler.cc', |
51 'test/fake_sync_encryption_handler.h', | 53 'test/fake_sync_encryption_handler.h', |
52 'test/null_directory_change_delegate.cc', | 54 'test/null_directory_change_delegate.cc', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'internal_api/public/base/enum_set_unittest.cc', | 266 'internal_api/public/base/enum_set_unittest.cc', |
265 'internal_api/public/base/node_ordinal_unittest.cc', | 267 'internal_api/public/base/node_ordinal_unittest.cc', |
266 'internal_api/public/base/ordinal_unittest.cc', | 268 'internal_api/public/base/ordinal_unittest.cc', |
267 'internal_api/public/base/unique_position_unittest.cc', | 269 'internal_api/public/base/unique_position_unittest.cc', |
268 'internal_api/public/engine/model_safe_worker_unittest.cc', | 270 'internal_api/public/engine/model_safe_worker_unittest.cc', |
269 'internal_api/public/util/immutable_unittest.cc', | 271 'internal_api/public/util/immutable_unittest.cc', |
270 'internal_api/public/util/weak_handle_unittest.cc', | 272 'internal_api/public/util/weak_handle_unittest.cc', |
271 'engine/apply_control_data_updates_unittest.cc', | 273 'engine/apply_control_data_updates_unittest.cc', |
272 'engine/backoff_delay_provider_unittest.cc', | 274 'engine/backoff_delay_provider_unittest.cc', |
273 'engine/download_unittest.cc', | 275 'engine/download_unittest.cc', |
274 'engine/sync_directory_commit_contribution_unittest.cc', | 276 'engine/directory_commit_contribution_unittest.cc', |
275 'engine/sync_directory_update_handler_unittest.cc', | 277 'engine/directory_update_handler_unittest.cc', |
276 'engine/sync_scheduler_unittest.cc', | 278 'engine/sync_scheduler_unittest.cc', |
277 'engine/syncer_proto_util_unittest.cc', | 279 'engine/syncer_proto_util_unittest.cc', |
278 'engine/syncer_unittest.cc', | 280 'engine/syncer_unittest.cc', |
279 'engine/traffic_recorder_unittest.cc', | 281 'engine/traffic_recorder_unittest.cc', |
280 'js/js_arg_list_unittest.cc', | 282 'js/js_arg_list_unittest.cc', |
281 'js/js_event_details_unittest.cc', | 283 'js/js_event_details_unittest.cc', |
282 'js/sync_js_controller_unittest.cc', | 284 'js/sync_js_controller_unittest.cc', |
283 'protocol/proto_enum_conversions_unittest.cc', | 285 'protocol/proto_enum_conversions_unittest.cc', |
284 'protocol/proto_value_conversions_unittest.cc', | 286 'protocol/proto_value_conversions_unittest.cc', |
285 'sessions/model_type_registry_unittest.cc', | 287 'sessions/model_type_registry_unittest.cc', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 'variables': { | 654 'variables': { |
653 'test_suite_name': 'sync_unit_tests', | 655 'test_suite_name': 'sync_unit_tests', |
654 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 656 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
655 }, | 657 }, |
656 'includes': [ '../build/apk_test.gypi' ], | 658 'includes': [ '../build/apk_test.gypi' ], |
657 }, | 659 }, |
658 ], | 660 ], |
659 }], | 661 }], |
660 ], | 662 ], |
661 } | 663 } |
OLD | NEW |