| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'test/engine/test_directory_setter_upper.h', | 48 'test/engine/test_directory_setter_upper.h', |
| 49 'test/engine/test_id_factory.h', | 49 'test/engine/test_id_factory.h', |
| 50 'test/engine/test_syncable_utils.cc', | 50 'test/engine/test_syncable_utils.cc', |
| 51 'test/engine/test_syncable_utils.h', | 51 'test/engine/test_syncable_utils.h', |
| 52 'test/engine/injectable_sync_core_proxy.cc', | 52 'test/engine/injectable_sync_core_proxy.cc', |
| 53 'test/engine/injectable_sync_core_proxy.h', | 53 'test/engine/injectable_sync_core_proxy.h', |
| 54 'test/fake_encryptor.cc', | 54 'test/fake_encryptor.cc', |
| 55 'test/fake_encryptor.h', | 55 'test/fake_encryptor.h', |
| 56 'test/fake_sync_encryption_handler.cc', | 56 'test/fake_sync_encryption_handler.cc', |
| 57 'test/fake_sync_encryption_handler.h', | 57 'test/fake_sync_encryption_handler.h', |
| 58 'test/mock_invalidation.cc', |
| 59 'test/mock_invalidation.h', |
| 60 'test/mock_invalidation_tracker.cc', |
| 61 'test/mock_invalidation_tracker.h', |
| 62 'test/trackable_mock_invalidation.cc', |
| 63 'test/trackable_mock_invalidation.h', |
| 58 'test/null_directory_change_delegate.cc', | 64 'test/null_directory_change_delegate.cc', |
| 59 'test/null_directory_change_delegate.h', | 65 'test/null_directory_change_delegate.h', |
| 60 'test/null_transaction_observer.cc', | 66 'test/null_transaction_observer.cc', |
| 61 'test/null_transaction_observer.h', | 67 'test/null_transaction_observer.h', |
| 62 'test/sessions/test_scoped_session_event_listener.h', | 68 'test/sessions/test_scoped_session_event_listener.h', |
| 63 'test/sessions/mock_debug_info_getter.h', | 69 'test/sessions/mock_debug_info_getter.h', |
| 64 'test/sessions/mock_debug_info_getter.cc', | 70 'test/sessions/mock_debug_info_getter.cc', |
| 65 'test/test_directory_backing_store.cc', | 71 'test/test_directory_backing_store.cc', |
| 66 'test/test_directory_backing_store.h', | 72 'test/test_directory_backing_store.h', |
| 67 'test/test_transaction_observer.cc', | 73 'test/test_transaction_observer.cc', |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 ], | 624 ], |
| 619 'variables': { | 625 'variables': { |
| 620 'test_suite_name': 'sync_unit_tests', | 626 'test_suite_name': 'sync_unit_tests', |
| 621 }, | 627 }, |
| 622 'includes': [ '../build/apk_test.gypi' ], | 628 'includes': [ '../build/apk_test.gypi' ], |
| 623 }, | 629 }, |
| 624 ], | 630 ], |
| 625 }], | 631 }], |
| 626 ], | 632 ], |
| 627 } | 633 } |
| OLD | NEW |