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 28 matching lines...) Expand all Loading... |
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/injectable_sync_context_proxy.cc', | 41 'test/engine/injectable_sync_context_proxy.cc', |
42 'test/engine/injectable_sync_context_proxy.h', | 42 'test/engine/injectable_sync_context_proxy.h', |
43 'test/engine/mock_connection_manager.cc', | 43 'test/engine/mock_connection_manager.cc', |
44 'test/engine/mock_connection_manager.h', | 44 'test/engine/mock_connection_manager.h', |
45 'test/engine/mock_model_type_sync_proxy.cc', | 45 'test/engine/mock_model_type_sync_proxy.cc', |
46 'test/engine/mock_model_type_sync_proxy.h', | 46 'test/engine/mock_model_type_sync_proxy.h', |
47 'test/engine/mock_model_type_sync_worker.cc', | 47 'test/engine/mock_model_type_sync_worker.cc', |
48 'test/engine/mock_model_type_sync_worker.h', | 48 'test/engine/mock_model_type_sync_worker.h', |
| 49 'test/engine/mock_nudge_handler.cc', |
| 50 'test/engine/mock_nudge_handler.h', |
49 'test/engine/mock_update_handler.cc', | 51 'test/engine/mock_update_handler.cc', |
50 'test/engine/mock_update_handler.h', | 52 'test/engine/mock_update_handler.h', |
51 'test/engine/single_type_mock_server.cc', | 53 'test/engine/single_type_mock_server.cc', |
52 'test/engine/single_type_mock_server.h', | 54 'test/engine/single_type_mock_server.h', |
53 'test/engine/test_directory_setter_upper.cc', | 55 'test/engine/test_directory_setter_upper.cc', |
54 'test/engine/test_directory_setter_upper.h', | 56 'test/engine/test_directory_setter_upper.h', |
55 'test/engine/test_id_factory.h', | 57 'test/engine/test_id_factory.h', |
56 'test/engine/test_syncable_utils.cc', | 58 'test/engine/test_syncable_utils.cc', |
57 'test/engine/test_syncable_utils.h', | 59 'test/engine/test_syncable_utils.h', |
58 'test/fake_encryptor.cc', | 60 'test/fake_encryptor.cc', |
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 ], | 631 ], |
630 'variables': { | 632 'variables': { |
631 'test_suite_name': 'sync_unit_tests', | 633 'test_suite_name': 'sync_unit_tests', |
632 }, | 634 }, |
633 'includes': [ '../build/apk_test.gypi' ], | 635 'includes': [ '../build/apk_test.gypi' ], |
634 }, | 636 }, |
635 ], | 637 ], |
636 }], | 638 }], |
637 ], | 639 ], |
638 } | 640 } |
OLD | NEW |