| 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 24 matching lines...) Expand all Loading... |
| 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_non_blocking_type_processor_core.cc', | 43 'test/engine/mock_non_blocking_type_processor_core.cc', |
| 44 'test/engine/mock_non_blocking_type_processor_core.h', | 44 'test/engine/mock_non_blocking_type_processor_core.h', |
| 45 'test/engine/mock_non_blocking_type_processor.cc', |
| 46 'test/engine/mock_non_blocking_type_processor.h', |
| 45 'test/engine/mock_update_handler.cc', | 47 'test/engine/mock_update_handler.cc', |
| 46 'test/engine/mock_update_handler.h', | 48 'test/engine/mock_update_handler.h', |
| 49 'test/engine/single_type_mock_server.cc', |
| 50 'test/engine/single_type_mock_server.h', |
| 47 'test/engine/test_directory_setter_upper.cc', | 51 'test/engine/test_directory_setter_upper.cc', |
| 48 'test/engine/test_directory_setter_upper.h', | 52 'test/engine/test_directory_setter_upper.h', |
| 49 'test/engine/test_id_factory.h', | 53 'test/engine/test_id_factory.h', |
| 50 'test/engine/test_syncable_utils.cc', | 54 'test/engine/test_syncable_utils.cc', |
| 51 'test/engine/test_syncable_utils.h', | 55 'test/engine/test_syncable_utils.h', |
| 52 'test/engine/injectable_sync_core_proxy.cc', | 56 'test/engine/injectable_sync_core_proxy.cc', |
| 53 'test/engine/injectable_sync_core_proxy.h', | 57 'test/engine/injectable_sync_core_proxy.h', |
| 54 'test/fake_encryptor.cc', | 58 'test/fake_encryptor.cc', |
| 55 'test/fake_encryptor.h', | 59 'test/fake_encryptor.h', |
| 56 'test/fake_sync_encryption_handler.cc', | 60 'test/fake_sync_encryption_handler.cc', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 ], | 622 ], |
| 619 'variables': { | 623 'variables': { |
| 620 'test_suite_name': 'sync_unit_tests', | 624 'test_suite_name': 'sync_unit_tests', |
| 621 }, | 625 }, |
| 622 'includes': [ '../build/apk_test.gypi' ], | 626 'includes': [ '../build/apk_test.gypi' ], |
| 623 }, | 627 }, |
| 624 ], | 628 ], |
| 625 }], | 629 }], |
| 626 ], | 630 ], |
| 627 } | 631 } |
| OLD | NEW |