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