| 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: //components/sync:test_support_sync_core | 8 # GN version: //components/sync:test_support_sync_core |
| 9 { | 9 { |
| 10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/single_type_mock_server.cc', | 54 'test/engine/single_type_mock_server.cc', |
| 55 'test/engine/single_type_mock_server.h', | 55 'test/engine/single_type_mock_server.h', |
| 56 'test/engine/test_directory_setter_upper.cc', | 56 'test/engine/test_directory_setter_upper.cc', |
| 57 'test/engine/test_directory_setter_upper.h', | 57 'test/engine/test_directory_setter_upper.h', |
| 58 'test/engine/test_id_factory.h', | 58 'test/engine/test_id_factory.h', |
| 59 'test/engine/test_syncable_utils.cc', | 59 'test/engine/test_syncable_utils.cc', |
| 60 'test/engine/test_syncable_utils.h', | 60 'test/engine/test_syncable_utils.h', |
| 61 'test/fake_encryptor.cc', | 61 'base/fake_encryptor.cc', |
| 62 'test/fake_encryptor.h', | 62 'base/fake_encryptor.h', |
| 63 'test/fake_sync_encryption_handler.cc', | 63 'test/fake_sync_encryption_handler.cc', |
| 64 'test/fake_sync_encryption_handler.h', | 64 'test/fake_sync_encryption_handler.h', |
| 65 'test/mock_invalidation.cc', | 65 'test/mock_invalidation.cc', |
| 66 'test/mock_invalidation.h', | 66 'test/mock_invalidation.h', |
| 67 'test/mock_invalidation_tracker.cc', | 67 'test/mock_invalidation_tracker.cc', |
| 68 'test/mock_invalidation_tracker.h', | 68 'test/mock_invalidation_tracker.h', |
| 69 'test/null_directory_change_delegate.cc', | 69 'test/null_directory_change_delegate.cc', |
| 70 'test/null_directory_change_delegate.h', | 70 'test/null_directory_change_delegate.h', |
| 71 'test/null_transaction_observer.cc', | 71 'test/null_transaction_observer.cc', |
| 72 'test/null_transaction_observer.h', | 72 'test/null_transaction_observer.h', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 ], | 399 ], |
| 400 'sources': [ | 400 'sources': [ |
| 401 'test/fake_server/android/fake_server_helper_android.cc', | 401 'test/fake_server/android/fake_server_helper_android.cc', |
| 402 'test/fake_server/android/fake_server_helper_android.h', | 402 'test/fake_server/android/fake_server_helper_android.h', |
| 403 ], | 403 ], |
| 404 }, | 404 }, |
| 405 ], | 405 ], |
| 406 }], | 406 }], |
| 407 ], | 407 ], |
| 408 } | 408 } |
| OLD | NEW |