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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'test/engine/single_type_mock_server.h', | 52 'test/engine/single_type_mock_server.h', |
53 'test/engine/test_directory_setter_upper.cc', | 53 'test/engine/test_directory_setter_upper.cc', |
54 'test/engine/test_directory_setter_upper.h', | 54 'test/engine/test_directory_setter_upper.h', |
55 'test/engine/test_id_factory.h', | 55 'test/engine/test_id_factory.h', |
56 'test/engine/test_syncable_utils.cc', | 56 'test/engine/test_syncable_utils.cc', |
57 'test/engine/test_syncable_utils.h', | 57 'test/engine/test_syncable_utils.h', |
58 'test/fake_encryptor.cc', | 58 'test/fake_encryptor.cc', |
59 'test/fake_encryptor.h', | 59 'test/fake_encryptor.h', |
60 'test/fake_sync_encryption_handler.cc', | 60 'test/fake_sync_encryption_handler.cc', |
61 'test/fake_sync_encryption_handler.h', | 61 'test/fake_sync_encryption_handler.h', |
| 62 'test/mock_invalidation.cc', |
| 63 'test/mock_invalidation.h', |
| 64 'test/mock_invalidation_tracker.cc', |
| 65 'test/mock_invalidation_tracker.h', |
| 66 'test/trackable_mock_invalidation.cc', |
| 67 'test/trackable_mock_invalidation.h', |
62 'test/null_directory_change_delegate.cc', | 68 'test/null_directory_change_delegate.cc', |
63 'test/null_directory_change_delegate.h', | 69 'test/null_directory_change_delegate.h', |
64 'test/null_transaction_observer.cc', | 70 'test/null_transaction_observer.cc', |
65 'test/null_transaction_observer.h', | 71 'test/null_transaction_observer.h', |
66 'test/sessions/test_scoped_session_event_listener.h', | 72 'test/sessions/test_scoped_session_event_listener.h', |
67 'test/sessions/mock_debug_info_getter.h', | 73 'test/sessions/mock_debug_info_getter.h', |
68 'test/sessions/mock_debug_info_getter.cc', | 74 'test/sessions/mock_debug_info_getter.cc', |
69 'test/test_directory_backing_store.cc', | 75 'test/test_directory_backing_store.cc', |
70 'test/test_directory_backing_store.h', | 76 'test/test_directory_backing_store.h', |
71 'test/test_transaction_observer.cc', | 77 'test/test_transaction_observer.cc', |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 ], | 629 ], |
624 'variables': { | 630 'variables': { |
625 'test_suite_name': 'sync_unit_tests', | 631 'test_suite_name': 'sync_unit_tests', |
626 }, | 632 }, |
627 'includes': [ '../build/apk_test.gypi' ], | 633 'includes': [ '../build/apk_test.gypi' ], |
628 }, | 634 }, |
629 ], | 635 ], |
630 }], | 636 }], |
631 ], | 637 ], |
632 } | 638 } |
OLD | NEW |