Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Side by Side Diff: sync/sync_tests.gypi

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found an unsaved buffer :( Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sync/sync.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/data_type_error_handler_mock.h',
186 'internal_api/public/test/fake_model_type_connector.h', 187 'internal_api/public/test/fake_model_type_connector.h',
187 'internal_api/public/test/fake_model_type_processor.h', 188 'internal_api/public/test/fake_model_type_processor.h',
188 'internal_api/public/test/fake_sync_manager.h', 189 'internal_api/public/test/fake_sync_manager.h',
189 'internal_api/public/test/model_type_store_test_util.h', 190 'internal_api/public/test/model_type_store_test_util.h',
190 'internal_api/public/test/sync_manager_factory_for_profile_sync_test.h', 191 'internal_api/public/test/sync_manager_factory_for_profile_sync_test.h',
191 'internal_api/public/test/test_entry_factory.h', 192 'internal_api/public/test/test_entry_factory.h',
192 'internal_api/public/test/test_internal_components_factory.h', 193 'internal_api/public/test/test_internal_components_factory.h',
193 'internal_api/public/test/test_user_share.h', 194 'internal_api/public/test/test_user_share.h',
195 'internal_api/test/data_type_error_handler_mock.cc',
194 'internal_api/test/fake_model_type_connector.cc', 196 'internal_api/test/fake_model_type_connector.cc',
195 'internal_api/test/fake_model_type_processor.cc', 197 'internal_api/test/fake_model_type_processor.cc',
196 'internal_api/test/fake_sync_manager.cc', 198 'internal_api/test/fake_sync_manager.cc',
197 'internal_api/test/model_type_store_test_util.cc', 199 'internal_api/test/model_type_store_test_util.cc',
198 'internal_api/test/sync_manager_factory_for_profile_sync_test.cc', 200 'internal_api/test/sync_manager_factory_for_profile_sync_test.cc',
199 'internal_api/test/sync_manager_for_profile_sync_test.cc', 201 'internal_api/test/sync_manager_for_profile_sync_test.cc',
200 'internal_api/test/sync_manager_for_profile_sync_test.h', 202 'internal_api/test/sync_manager_for_profile_sync_test.h',
201 'internal_api/test/test_entry_factory.cc', 203 'internal_api/test/test_entry_factory.cc',
202 'internal_api/test/test_internal_components_factory.cc', 204 'internal_api/test/test_internal_components_factory.cc',
203 'internal_api/test/test_user_share.cc', 205 'internal_api/test/test_user_share.cc',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '../build/isolate.gypi', 540 '../build/isolate.gypi',
539 ], 541 ],
540 'sources': [ 542 'sources': [
541 'sync_unit_tests.isolate', 543 'sync_unit_tests.isolate',
542 ], 544 ],
543 }, 545 },
544 ], 546 ],
545 }], 547 }],
546 ], 548 ],
547 } 549 }
OLDNEW
« no previous file with comments | « sync/sync.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698