| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 248 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 249 'sync', | 249 'sync', |
| 250 'test_support_sync_core', | 250 'test_support_sync_core', |
| 251 'test_support_sync_internal_api', | 251 'test_support_sync_internal_api', |
| 252 ], | 252 ], |
| 253 'include_dirs': [ | 253 'include_dirs': [ |
| 254 '..', | 254 '..', |
| 255 ], | 255 ], |
| 256 'sources': [ | 256 'sources': [ |
| 257 'api/attachments/attachment_id_unittest.cc', | 257 'api/attachments/attachment_id_unittest.cc', |
| 258 'api/attachments/attachment_service_impl_unittest.cc', | |
| 259 'api/attachments/attachment_service_proxy_unittest.cc', | |
| 260 'api/attachments/attachment_unittest.cc', | 258 'api/attachments/attachment_unittest.cc', |
| 259 'api/attachments/fake_attachment_store_unittest.cc', |
| 261 'api/sync_change_unittest.cc', | 260 'api/sync_change_unittest.cc', |
| 262 'api/sync_data_unittest.cc', | 261 'api/sync_data_unittest.cc', |
| 263 'api/sync_error_unittest.cc', | 262 'api/sync_error_unittest.cc', |
| 264 'api/sync_merge_result_unittest.cc', | 263 'api/sync_merge_result_unittest.cc', |
| 265 'engine/apply_control_data_updates_unittest.cc', | 264 'engine/apply_control_data_updates_unittest.cc', |
| 266 'engine/backoff_delay_provider_unittest.cc', | 265 'engine/backoff_delay_provider_unittest.cc', |
| 267 'engine/directory_commit_contribution_unittest.cc', | 266 'engine/directory_commit_contribution_unittest.cc', |
| 268 'engine/directory_update_handler_unittest.cc', | 267 'engine/directory_update_handler_unittest.cc', |
| 269 'engine/entity_tracker_unittest.cc', | 268 'engine/entity_tracker_unittest.cc', |
| 270 'engine/get_updates_processor_unittest.cc', | 269 'engine/get_updates_processor_unittest.cc', |
| 271 'engine/model_type_entity_unittest.cc', | 270 'engine/model_type_entity_unittest.cc', |
| 272 'engine/model_type_sync_proxy_impl_unittest.cc', | 271 'engine/model_type_sync_proxy_impl_unittest.cc', |
| 273 'engine/model_type_sync_worker_impl_unittest.cc', | 272 'engine/model_type_sync_worker_impl_unittest.cc', |
| 274 'engine/sync_scheduler_unittest.cc', | 273 'engine/sync_scheduler_unittest.cc', |
| 275 'engine/syncer_proto_util_unittest.cc', | 274 'engine/syncer_proto_util_unittest.cc', |
| 276 'engine/syncer_unittest.cc', | 275 'engine/syncer_unittest.cc', |
| 277 'engine/syncer_util_unittest.cc', | 276 'engine/syncer_util_unittest.cc', |
| 278 'internal_api/attachments/attachment_downloader_impl_unittest.cc', | 277 'internal_api/attachments/attachment_downloader_impl_unittest.cc', |
| 278 'internal_api/attachments/attachment_service_impl_unittest.cc', |
| 279 'internal_api/attachments/attachment_service_proxy_unittest.cc', |
| 279 'internal_api/attachments/attachment_uploader_impl_unittest.cc', | 280 'internal_api/attachments/attachment_uploader_impl_unittest.cc', |
| 280 'internal_api/attachments/fake_attachment_downloader_unittest.cc', | 281 'internal_api/attachments/fake_attachment_downloader_unittest.cc', |
| 281 'internal_api/attachments/fake_attachment_store_unittest.cc', | |
| 282 'internal_api/attachments/fake_attachment_uploader_unittest.cc', | 282 'internal_api/attachments/fake_attachment_uploader_unittest.cc', |
| 283 'internal_api/debug_info_event_listener_unittest.cc', | 283 'internal_api/debug_info_event_listener_unittest.cc', |
| 284 'internal_api/http_bridge_unittest.cc', | 284 'internal_api/http_bridge_unittest.cc', |
| 285 'internal_api/js_mutation_event_observer_unittest.cc', | 285 'internal_api/js_mutation_event_observer_unittest.cc', |
| 286 'internal_api/js_sync_encryption_handler_observer_unittest.cc', | 286 'internal_api/js_sync_encryption_handler_observer_unittest.cc', |
| 287 'internal_api/js_sync_manager_observer_unittest.cc', | 287 'internal_api/js_sync_manager_observer_unittest.cc', |
| 288 'internal_api/protocol_event_buffer_unittest.cc', | 288 'internal_api/protocol_event_buffer_unittest.cc', |
| 289 'internal_api/public/base/attachment_id_proto_unittest.cc', | 289 'internal_api/public/base/attachment_id_proto_unittest.cc', |
| 290 'internal_api/public/base/cancelation_signal_unittest.cc', | 290 'internal_api/public/base/cancelation_signal_unittest.cc', |
| 291 'internal_api/public/base/enum_set_unittest.cc', | 291 'internal_api/public/base/enum_set_unittest.cc', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 ], | 453 ], |
| 454 'variables': { | 454 'variables': { |
| 455 'test_suite_name': 'sync_unit_tests', | 455 'test_suite_name': 'sync_unit_tests', |
| 456 }, | 456 }, |
| 457 'includes': [ '../build/apk_test.gypi' ], | 457 'includes': [ '../build/apk_test.gypi' ], |
| 458 }, | 458 }, |
| 459 ], | 459 ], |
| 460 }], | 460 }], |
| 461 ], | 461 ], |
| 462 } | 462 } |
| OLD | NEW |