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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 49 'test/engine/mock_nudge_handler.cc', |
50 'test/engine/mock_nudge_handler.h', | 50 'test/engine/mock_nudge_handler.h', |
51 'test/engine/mock_update_handler.cc', | 51 'test/engine/mock_update_handler.cc', |
52 'test/engine/mock_update_handler.h', | 52 'test/engine/mock_update_handler.h', |
| 53 'test/engine/simple_cryptographer_provider.cc', |
| 54 'test/engine/simple_cryptographer_provider.h', |
53 'test/engine/single_type_mock_server.cc', | 55 'test/engine/single_type_mock_server.cc', |
54 'test/engine/single_type_mock_server.h', | 56 'test/engine/single_type_mock_server.h', |
55 'test/engine/test_directory_setter_upper.cc', | 57 'test/engine/test_directory_setter_upper.cc', |
56 'test/engine/test_directory_setter_upper.h', | 58 'test/engine/test_directory_setter_upper.h', |
57 'test/engine/test_id_factory.h', | 59 'test/engine/test_id_factory.h', |
58 'test/engine/test_syncable_utils.cc', | 60 'test/engine/test_syncable_utils.cc', |
59 'test/engine/test_syncable_utils.h', | 61 'test/engine/test_syncable_utils.h', |
60 'test/fake_encryptor.cc', | 62 'test/fake_encryptor.cc', |
61 'test/fake_encryptor.h', | 63 'test/fake_encryptor.h', |
62 'test/fake_sync_encryption_handler.cc', | 64 'test/fake_sync_encryption_handler.cc', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 ], | 559 ], |
558 'variables': { | 560 'variables': { |
559 'test_suite_name': 'sync_unit_tests', | 561 'test_suite_name': 'sync_unit_tests', |
560 }, | 562 }, |
561 'includes': [ '../build/apk_test.gypi' ], | 563 'includes': [ '../build/apk_test.gypi' ], |
562 }, | 564 }, |
563 ], | 565 ], |
564 }], | 566 }], |
565 ], | 567 ], |
566 } | 568 } |
OLD | NEW |