| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'internal_api/sync_rollback_manager_base_unittest.cc', | 310 'internal_api/sync_rollback_manager_base_unittest.cc', |
| 311 'internal_api/sync_rollback_manager_unittest.cc', | 311 'internal_api/sync_rollback_manager_unittest.cc', |
| 312 'internal_api/syncapi_server_connection_manager_unittest.cc', | 312 'internal_api/syncapi_server_connection_manager_unittest.cc', |
| 313 'js/js_event_details_unittest.cc', | 313 'js/js_event_details_unittest.cc', |
| 314 'js/sync_js_controller_unittest.cc', | 314 'js/sync_js_controller_unittest.cc', |
| 315 'protocol/proto_enum_conversions_unittest.cc', | 315 'protocol/proto_enum_conversions_unittest.cc', |
| 316 'protocol/proto_value_conversions_unittest.cc', | 316 'protocol/proto_value_conversions_unittest.cc', |
| 317 'sessions/model_type_registry_unittest.cc', | 317 'sessions/model_type_registry_unittest.cc', |
| 318 'sessions/nudge_tracker_unittest.cc', | 318 'sessions/nudge_tracker_unittest.cc', |
| 319 'sessions/status_controller_unittest.cc', | 319 'sessions/status_controller_unittest.cc', |
| 320 'syncable/deferred_on_disk_directory_backing_store_unittest.cc', | |
| 321 'syncable/directory_backing_store_unittest.cc', | 320 'syncable/directory_backing_store_unittest.cc', |
| 322 'syncable/directory_unittest.cc', | 321 'syncable/directory_unittest.cc', |
| 323 'syncable/directory_unittest.h', | 322 'syncable/directory_unittest.h', |
| 324 'syncable/entry_kernel_unittest.cc', | 323 'syncable/entry_kernel_unittest.cc', |
| 325 'syncable/model_type_unittest.cc', | 324 'syncable/model_type_unittest.cc', |
| 326 'syncable/nigori_util_unittest.cc', | 325 'syncable/nigori_util_unittest.cc', |
| 327 'syncable/parent_child_index_unittest.cc', | 326 'syncable/parent_child_index_unittest.cc', |
| 328 'syncable/syncable_enum_conversions_unittest.cc', | 327 'syncable/syncable_enum_conversions_unittest.cc', |
| 329 'syncable/syncable_id_unittest.cc', | 328 'syncable/syncable_id_unittest.cc', |
| 330 'syncable/syncable_unittest.cc', | 329 'syncable/syncable_unittest.cc', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 ], | 461 ], |
| 463 'variables': { | 462 'variables': { |
| 464 'test_suite_name': 'sync_unit_tests', | 463 'test_suite_name': 'sync_unit_tests', |
| 465 }, | 464 }, |
| 466 'includes': [ '../build/apk_test.gypi' ], | 465 'includes': [ '../build/apk_test.gypi' ], |
| 467 }, | 466 }, |
| 468 ], | 467 ], |
| 469 }], | 468 }], |
| 470 ], | 469 ], |
| 471 } | 470 } |
| OLD | NEW |