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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 'internal_api/public/util/immutable_unittest.cc', | 284 'internal_api/public/util/immutable_unittest.cc', |
285 'internal_api/public/util/weak_handle_unittest.cc', | 285 'internal_api/public/util/weak_handle_unittest.cc', |
286 'engine/apply_control_data_updates_unittest.cc', | 286 'engine/apply_control_data_updates_unittest.cc', |
287 'engine/backoff_delay_provider_unittest.cc', | 287 'engine/backoff_delay_provider_unittest.cc', |
288 'engine/directory_commit_contribution_unittest.cc', | 288 'engine/directory_commit_contribution_unittest.cc', |
289 'engine/directory_update_handler_unittest.cc', | 289 'engine/directory_update_handler_unittest.cc', |
290 'engine/get_updates_processor_unittest.cc', | 290 'engine/get_updates_processor_unittest.cc', |
291 'engine/sync_scheduler_unittest.cc', | 291 'engine/sync_scheduler_unittest.cc', |
292 'engine/syncer_proto_util_unittest.cc', | 292 'engine/syncer_proto_util_unittest.cc', |
293 'engine/syncer_unittest.cc', | 293 'engine/syncer_unittest.cc', |
294 'engine/traffic_recorder_unittest.cc', | |
295 'js/js_arg_list_unittest.cc', | 294 'js/js_arg_list_unittest.cc', |
296 'js/js_event_details_unittest.cc', | 295 'js/js_event_details_unittest.cc', |
297 'js/sync_js_controller_unittest.cc', | 296 'js/sync_js_controller_unittest.cc', |
298 'protocol/proto_enum_conversions_unittest.cc', | 297 'protocol/proto_enum_conversions_unittest.cc', |
299 'protocol/proto_value_conversions_unittest.cc', | 298 'protocol/proto_value_conversions_unittest.cc', |
300 'sessions/model_type_registry_unittest.cc', | 299 'sessions/model_type_registry_unittest.cc', |
301 'sessions/nudge_tracker_unittest.cc', | 300 'sessions/nudge_tracker_unittest.cc', |
302 'sessions/status_controller_unittest.cc', | 301 'sessions/status_controller_unittest.cc', |
303 'syncable/directory_backing_store_unittest.cc', | 302 'syncable/directory_backing_store_unittest.cc', |
304 'syncable/model_type_unittest.cc', | 303 'syncable/model_type_unittest.cc', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 'variables': { | 693 'variables': { |
695 'test_suite_name': 'sync_unit_tests', | 694 'test_suite_name': 'sync_unit_tests', |
696 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 695 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
697 }, | 696 }, |
698 'includes': [ '../build/apk_test.gypi' ], | 697 'includes': [ '../build/apk_test.gypi' ], |
699 }, | 698 }, |
700 ], | 699 ], |
701 }], | 700 }], |
702 ], | 701 ], |
703 } | 702 } |
OLD | NEW |