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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_client.cc Created 8 years, 1 month 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') | sync/internal_api/base_transaction.cc » ('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 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1097 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1098 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1098 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1099 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1099 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1100 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1100 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1101 'browser/sync/glue/session_model_associator_unittest.cc', 1101 'browser/sync/glue/session_model_associator_unittest.cc',
1102 'browser/sync/glue/shared_change_processor_mock.cc', 1102 'browser/sync/glue/shared_change_processor_mock.cc',
1103 'browser/sync/glue/shared_change_processor_mock.h', 1103 'browser/sync/glue/shared_change_processor_mock.h',
1104 'browser/sync/glue/shared_change_processor_unittest.cc', 1104 'browser/sync/glue/shared_change_processor_unittest.cc',
1105 'browser/sync/glue/sync_backend_host_unittest.cc', 1105 'browser/sync/glue/sync_backend_host_unittest.cc',
1106 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1106 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1107 'browser/sync/glue/synced_device_tracker_unittest.cc',
1107 'browser/sync/glue/synced_session_tracker_unittest.cc', 1108 'browser/sync/glue/synced_session_tracker_unittest.cc',
1108 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1109 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1109 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1110 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1110 'browser/sync/glue/ui_model_worker_unittest.cc', 1111 'browser/sync/glue/ui_model_worker_unittest.cc',
1111 'browser/sync/invalidations/invalidator_storage_unittest.cc', 1112 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1112 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1113 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1113 'browser/sync/profile_sync_components_factory_mock.cc', 1114 'browser/sync/profile_sync_components_factory_mock.cc',
1114 'browser/sync/profile_sync_components_factory_mock.h', 1115 'browser/sync/profile_sync_components_factory_mock.h',
1115 'browser/sync/profile_sync_service_autofill_unittest.cc', 1116 'browser/sync/profile_sync_service_autofill_unittest.cc',
1116 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1117 'browser/sync/profile_sync_service_bookmark_unittest.cc',
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 'unit_tests.isolate', 2285 'unit_tests.isolate',
2285 ], 2286 ],
2286 'sources': [ 2287 'sources': [
2287 'unit_tests.isolate', 2288 'unit_tests.isolate',
2288 ], 2289 ],
2289 }, 2290 },
2290 ], 2291 ],
2291 }], 2292 }],
2292 ], # 'conditions' 2293 ], # 'conditions'
2293 } 2294 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | sync/internal_api/base_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698