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 # GN version: //sync:test_support_sync_core | 8 # GN version: //sync:test_support_sync_core |
9 { | 9 { |
10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
(...skipping 17 matching lines...) Expand all Loading... |
28 'sync', | 28 'sync', |
29 ], | 29 ], |
30 'sources': [ | 30 'sources': [ |
31 'internal_api/public/base/model_type_test_util.cc', | 31 'internal_api/public/base/model_type_test_util.cc', |
32 'internal_api/public/base/model_type_test_util.h', | 32 'internal_api/public/base/model_type_test_util.h', |
33 'js/js_test_util.cc', | 33 'js/js_test_util.cc', |
34 'js/js_test_util.h', | 34 'js/js_test_util.h', |
35 'sessions/test_util.cc', | 35 'sessions/test_util.cc', |
36 'sessions/test_util.h', | 36 'sessions/test_util.h', |
37 'test/callback_counter.h', | 37 'test/callback_counter.h', |
| 38 "test/directory_backing_store_corruption_testing.cc", |
| 39 "test/directory_backing_store_corruption_testing.h", |
38 'test/engine/fake_model_worker.cc', | 40 'test/engine/fake_model_worker.cc', |
39 'test/engine/fake_model_worker.h', | 41 'test/engine/fake_model_worker.h', |
40 'test/engine/fake_sync_scheduler.cc', | 42 'test/engine/fake_sync_scheduler.cc', |
41 'test/engine/fake_sync_scheduler.h', | 43 'test/engine/fake_sync_scheduler.h', |
42 'test/engine/injectable_sync_context_proxy.cc', | 44 'test/engine/injectable_sync_context_proxy.cc', |
43 'test/engine/injectable_sync_context_proxy.h', | 45 'test/engine/injectable_sync_context_proxy.h', |
44 'test/engine/mock_connection_manager.cc', | 46 'test/engine/mock_connection_manager.cc', |
45 'test/engine/mock_connection_manager.h', | 47 'test/engine/mock_connection_manager.h', |
46 'test/engine/mock_model_type_sync_proxy.cc', | 48 'test/engine/mock_model_type_sync_proxy.cc', |
47 'test/engine/mock_model_type_sync_proxy.h', | 49 'test/engine/mock_model_type_sync_proxy.h', |
(...skipping 24 matching lines...) Expand all Loading... |
72 'test/null_transaction_observer.h', | 74 'test/null_transaction_observer.h', |
73 'test/sessions/mock_debug_info_getter.cc', | 75 'test/sessions/mock_debug_info_getter.cc', |
74 'test/sessions/mock_debug_info_getter.h', | 76 'test/sessions/mock_debug_info_getter.h', |
75 'test/sessions/test_scoped_session_event_listener.h', | 77 'test/sessions/test_scoped_session_event_listener.h', |
76 'test/test_directory_backing_store.cc', | 78 'test/test_directory_backing_store.cc', |
77 'test/test_directory_backing_store.h', | 79 'test/test_directory_backing_store.h', |
78 'test/test_transaction_observer.cc', | 80 'test/test_transaction_observer.cc', |
79 'test/test_transaction_observer.h', | 81 'test/test_transaction_observer.h', |
80 'test/trackable_mock_invalidation.cc', | 82 'test/trackable_mock_invalidation.cc', |
81 'test/trackable_mock_invalidation.h', | 83 'test/trackable_mock_invalidation.h', |
| 84 'util/mock_unrecoverable_error_handler.cc', |
| 85 'util/mock_unrecoverable_error_handler.h', |
82 'util/test_unrecoverable_error_handler.cc', | 86 'util/test_unrecoverable_error_handler.cc', |
83 'util/test_unrecoverable_error_handler.h', | 87 'util/test_unrecoverable_error_handler.h', |
84 ], | 88 ], |
85 }, | 89 }, |
86 | 90 |
87 # Test support files for the python sync test server. | 91 # Test support files for the python sync test server. |
88 # GN version: //sync:test_support_sync_testserver | 92 # GN version: //sync:test_support_sync_testserver |
89 { | 93 { |
90 'target_name': 'test_support_sync_testserver', | 94 'target_name': 'test_support_sync_testserver', |
91 'type': 'static_library', | 95 'type': 'static_library', |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 ], | 539 ], |
536 'variables': { | 540 'variables': { |
537 'test_suite_name': 'sync_unit_tests', | 541 'test_suite_name': 'sync_unit_tests', |
538 }, | 542 }, |
539 'includes': [ '../build/apk_test.gypi' ], | 543 'includes': [ '../build/apk_test.gypi' ], |
540 }, | 544 }, |
541 ], | 545 ], |
542 }], | 546 }], |
543 ], | 547 ], |
544 } | 548 } |
OLD | NEW |