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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'test/engine/test_syncable_utils.h', | 49 'test/engine/test_syncable_utils.h', |
50 'test/fake_encryptor.cc', | 50 'test/fake_encryptor.cc', |
51 'test/fake_encryptor.h', | 51 'test/fake_encryptor.h', |
52 'test/fake_sync_encryption_handler.cc', | 52 'test/fake_sync_encryption_handler.cc', |
53 'test/fake_sync_encryption_handler.h', | 53 'test/fake_sync_encryption_handler.h', |
54 'test/null_directory_change_delegate.cc', | 54 'test/null_directory_change_delegate.cc', |
55 'test/null_directory_change_delegate.h', | 55 'test/null_directory_change_delegate.h', |
56 'test/null_transaction_observer.cc', | 56 'test/null_transaction_observer.cc', |
57 'test/null_transaction_observer.h', | 57 'test/null_transaction_observer.h', |
58 'test/sessions/test_scoped_session_event_listener.h', | 58 'test/sessions/test_scoped_session_event_listener.h', |
| 59 'test/sessions/mock_debug_info_getter.h', |
| 60 'test/sessions/mock_debug_info_getter.cc', |
59 'test/test_directory_backing_store.cc', | 61 'test/test_directory_backing_store.cc', |
60 'test/test_directory_backing_store.h', | 62 'test/test_directory_backing_store.h', |
61 'test/test_transaction_observer.cc', | 63 'test/test_transaction_observer.cc', |
62 'test/test_transaction_observer.h', | 64 'test/test_transaction_observer.h', |
63 'util/test_unrecoverable_error_handler.cc', | 65 'util/test_unrecoverable_error_handler.cc', |
64 'util/test_unrecoverable_error_handler.h', | 66 'util/test_unrecoverable_error_handler.h', |
65 ], | 67 ], |
66 }, | 68 }, |
67 | 69 |
68 # Test support files for the python sync test server. | 70 # Test support files for the python sync test server. |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 'variables': { | 624 'variables': { |
623 'test_suite_name': 'sync_unit_tests', | 625 'test_suite_name': 'sync_unit_tests', |
624 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 626 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
625 }, | 627 }, |
626 'includes': [ '../build/apk_test.gypi' ], | 628 'includes': [ '../build/apk_test.gypi' ], |
627 }, | 629 }, |
628 ], | 630 ], |
629 }], | 631 }], |
630 ], | 632 ], |
631 } | 633 } |
OLD | NEW |