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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 '../testing/gtest.gyp:gtest', | 176 '../testing/gtest.gyp:gtest', |
177 'sync', | 177 'sync', |
178 'test_support_sync_core', | 178 'test_support_sync_core', |
179 ], | 179 ], |
180 'export_dependent_settings': [ | 180 'export_dependent_settings': [ |
181 '../testing/gtest.gyp:gtest', | 181 '../testing/gtest.gyp:gtest', |
182 'sync', | 182 'sync', |
183 'test_support_sync_core', | 183 'test_support_sync_core', |
184 ], | 184 ], |
185 'sources': [ | 185 'sources': [ |
| 186 'internal_api/public/test/fake_metadata_change_list.h', |
186 'internal_api/public/test/fake_model_type_service.h', | 187 'internal_api/public/test/fake_model_type_service.h', |
187 'internal_api/public/test/fake_sync_manager.h', | 188 'internal_api/public/test/fake_sync_manager.h', |
188 'internal_api/public/test/null_sync_context_proxy.h', | 189 'internal_api/public/test/null_sync_context_proxy.h', |
189 'internal_api/public/test/sync_manager_factory_for_profile_sync_test.h', | 190 'internal_api/public/test/sync_manager_factory_for_profile_sync_test.h', |
190 'internal_api/public/test/test_entry_factory.h', | 191 'internal_api/public/test/test_entry_factory.h', |
191 'internal_api/public/test/test_internal_components_factory.h', | 192 'internal_api/public/test/test_internal_components_factory.h', |
192 'internal_api/public/test/test_user_share.h', | 193 'internal_api/public/test/test_user_share.h', |
| 194 'internal_api/test/fake_metadata_change_list.cc', |
193 'internal_api/test/fake_model_type_service.cc', | 195 'internal_api/test/fake_model_type_service.cc', |
194 'internal_api/test/fake_sync_manager.cc', | 196 'internal_api/test/fake_sync_manager.cc', |
195 'internal_api/test/null_sync_context_proxy.cc', | 197 'internal_api/test/null_sync_context_proxy.cc', |
196 'internal_api/test/sync_manager_factory_for_profile_sync_test.cc', | 198 'internal_api/test/sync_manager_factory_for_profile_sync_test.cc', |
197 'internal_api/test/sync_manager_for_profile_sync_test.cc', | 199 'internal_api/test/sync_manager_for_profile_sync_test.cc', |
198 'internal_api/test/sync_manager_for_profile_sync_test.h', | 200 'internal_api/test/sync_manager_for_profile_sync_test.h', |
199 'internal_api/test/test_entry_factory.cc', | 201 'internal_api/test/test_entry_factory.cc', |
200 'internal_api/test/test_internal_components_factory.cc', | 202 'internal_api/test/test_internal_components_factory.cc', |
201 'internal_api/test/test_user_share.cc', | 203 'internal_api/test/test_user_share.cc', |
202 ], | 204 ], |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 '../build/isolate.gypi', | 543 '../build/isolate.gypi', |
542 ], | 544 ], |
543 'sources': [ | 545 'sources': [ |
544 'sync_unit_tests.isolate', | 546 'sync_unit_tests.isolate', |
545 ], | 547 ], |
546 }, | 548 }, |
547 ], | 549 ], |
548 }], | 550 }], |
549 ], | 551 ], |
550 } | 552 } |
OLD | NEW |