| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'test/engine/mock_connection_manager.cc', | 44 'test/engine/mock_connection_manager.cc', |
| 45 'test/engine/mock_connection_manager.h', | 45 'test/engine/mock_connection_manager.h', |
| 46 'test/engine/mock_model_type_sync_proxy.cc', | 46 'test/engine/mock_model_type_sync_proxy.cc', |
| 47 'test/engine/mock_model_type_sync_proxy.h', | 47 'test/engine/mock_model_type_sync_proxy.h', |
| 48 'test/engine/mock_model_type_sync_worker.cc', | 48 'test/engine/mock_model_type_sync_worker.cc', |
| 49 'test/engine/mock_model_type_sync_worker.h', | 49 'test/engine/mock_model_type_sync_worker.h', |
| 50 'test/engine/mock_nudge_handler.cc', | 50 'test/engine/mock_nudge_handler.cc', |
| 51 'test/engine/mock_nudge_handler.h', | 51 'test/engine/mock_nudge_handler.h', |
| 52 'test/engine/mock_update_handler.cc', | 52 'test/engine/mock_update_handler.cc', |
| 53 'test/engine/mock_update_handler.h', | 53 'test/engine/mock_update_handler.h', |
| 54 'test/engine/simple_cryptographer_provider.cc', | |
| 55 'test/engine/simple_cryptographer_provider.h', | |
| 56 'test/engine/single_type_mock_server.cc', | 54 'test/engine/single_type_mock_server.cc', |
| 57 'test/engine/single_type_mock_server.h', | 55 'test/engine/single_type_mock_server.h', |
| 58 'test/engine/test_directory_setter_upper.cc', | 56 'test/engine/test_directory_setter_upper.cc', |
| 59 'test/engine/test_directory_setter_upper.h', | 57 'test/engine/test_directory_setter_upper.h', |
| 60 'test/engine/test_id_factory.h', | 58 'test/engine/test_id_factory.h', |
| 61 'test/engine/test_syncable_utils.cc', | 59 'test/engine/test_syncable_utils.cc', |
| 62 'test/engine/test_syncable_utils.h', | 60 'test/engine/test_syncable_utils.h', |
| 63 'test/fake_encryptor.cc', | 61 'test/fake_encryptor.cc', |
| 64 'test/fake_encryptor.h', | 62 'test/fake_encryptor.h', |
| 65 'test/fake_sync_encryption_handler.cc', | 63 'test/fake_sync_encryption_handler.cc', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 ], | 459 ], |
| 462 'variables': { | 460 'variables': { |
| 463 'test_suite_name': 'sync_unit_tests', | 461 'test_suite_name': 'sync_unit_tests', |
| 464 }, | 462 }, |
| 465 'includes': [ '../build/apk_test.gypi' ], | 463 'includes': [ '../build/apk_test.gypi' ], |
| 466 }, | 464 }, |
| 467 ], | 465 ], |
| 468 }], | 466 }], |
| 469 ], | 467 ], |
| 470 } | 468 } |
| OLD | NEW |