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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 303263002: sync: move SharedChangeProcessor to components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1325 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1326 'browser/sync/glue/frontend_data_type_controller_mock.h', 1326 'browser/sync/glue/frontend_data_type_controller_mock.h',
1327 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1327 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1328 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1328 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1329 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1329 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1330 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1330 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1331 'browser/sync/glue/non_ui_data_type_controller_mock.cc', 1331 'browser/sync/glue/non_ui_data_type_controller_mock.cc',
1332 'browser/sync/glue/non_ui_data_type_controller_mock.h', 1332 'browser/sync/glue/non_ui_data_type_controller_mock.h',
1333 'browser/sync/glue/non_ui_data_type_controller_unittest.cc', 1333 'browser/sync/glue/non_ui_data_type_controller_unittest.cc',
1334 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1334 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1335 'browser/sync/glue/shared_change_processor_unittest.cc',
1336 'browser/sync/glue/sync_backend_host_impl_unittest.cc', 1335 'browser/sync/glue/sync_backend_host_impl_unittest.cc',
1337 'browser/sync/glue/sync_backend_host_mock.cc', 1336 'browser/sync/glue/sync_backend_host_mock.cc',
1338 'browser/sync/glue/sync_backend_host_mock.h', 1337 'browser/sync/glue/sync_backend_host_mock.h',
1339 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1338 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1340 'browser/sync/glue/synced_device_tracker_unittest.cc', 1339 'browser/sync/glue/synced_device_tracker_unittest.cc',
1341 'browser/sync/glue/synced_session_tracker_unittest.cc', 1340 'browser/sync/glue/synced_session_tracker_unittest.cc',
1342 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1341 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1343 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1342 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1344 'browser/sync/glue/ui_model_worker_unittest.cc', 1343 'browser/sync/glue/ui_model_worker_unittest.cc',
1345 'browser/sync/profile_sync_auth_provider_unittest.cc', 1344 'browser/sync/profile_sync_auth_provider_unittest.cc',
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2829 'unit_tests.isolate', 2828 'unit_tests.isolate',
2830 ], 2829 ],
2831 'sources': [ 2830 'sources': [
2832 'unit_tests.isolate', 2831 'unit_tests.isolate',
2833 ], 2832 ],
2834 }, 2833 },
2835 ], 2834 ],
2836 }], 2835 }],
2837 ], # 'conditions' 2836 ], # 'conditions'
2838 } 2837 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698