| 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 22 matching lines...) Expand all Loading... |
| 33 'js/js_test_util.h', | 33 'js/js_test_util.h', |
| 34 'sessions/test_util.cc', | 34 'sessions/test_util.cc', |
| 35 'sessions/test_util.h', | 35 'sessions/test_util.h', |
| 36 'test/callback_counter.h', | 36 'test/callback_counter.h', |
| 37 'test/engine/fake_model_worker.cc', | 37 'test/engine/fake_model_worker.cc', |
| 38 'test/engine/fake_model_worker.h', | 38 'test/engine/fake_model_worker.h', |
| 39 'test/engine/fake_sync_scheduler.cc', | 39 'test/engine/fake_sync_scheduler.cc', |
| 40 'test/engine/fake_sync_scheduler.h', | 40 'test/engine/fake_sync_scheduler.h', |
| 41 'test/engine/mock_connection_manager.cc', | 41 'test/engine/mock_connection_manager.cc', |
| 42 'test/engine/mock_connection_manager.h', | 42 'test/engine/mock_connection_manager.h', |
| 43 'test/engine/mock_non_blocking_type_processor.cc', |
| 44 'test/engine/mock_non_blocking_type_processor.h', |
| 43 'test/engine/mock_update_handler.cc', | 45 'test/engine/mock_update_handler.cc', |
| 44 'test/engine/mock_update_handler.h', | 46 'test/engine/mock_update_handler.h', |
| 47 'test/engine/simple_mock_server.cc', |
| 48 'test/engine/simple_mock_server.h', |
| 45 'test/engine/test_directory_setter_upper.cc', | 49 'test/engine/test_directory_setter_upper.cc', |
| 46 'test/engine/test_directory_setter_upper.h', | 50 'test/engine/test_directory_setter_upper.h', |
| 47 'test/engine/test_id_factory.h', | 51 'test/engine/test_id_factory.h', |
| 48 'test/engine/test_syncable_utils.cc', | 52 'test/engine/test_syncable_utils.cc', |
| 49 'test/engine/test_syncable_utils.h', | 53 'test/engine/test_syncable_utils.h', |
| 50 'test/fake_encryptor.cc', | 54 'test/fake_encryptor.cc', |
| 51 'test/fake_encryptor.h', | 55 'test/fake_encryptor.h', |
| 52 'test/fake_sync_encryption_handler.cc', | 56 'test/fake_sync_encryption_handler.cc', |
| 53 'test/fake_sync_encryption_handler.h', | 57 'test/fake_sync_encryption_handler.h', |
| 54 'test/null_directory_change_delegate.cc', | 58 'test/null_directory_change_delegate.cc', |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 ], | 618 ], |
| 615 'variables': { | 619 'variables': { |
| 616 'test_suite_name': 'sync_unit_tests', | 620 'test_suite_name': 'sync_unit_tests', |
| 617 }, | 621 }, |
| 618 'includes': [ '../build/apk_test.gypi' ], | 622 'includes': [ '../build/apk_test.gypi' ], |
| 619 }, | 623 }, |
| 620 ], | 624 ], |
| 621 }], | 625 }], |
| 622 ], | 626 ], |
| 623 } | 627 } |
| OLD | NEW |