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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14667013: sync: Better iteration in GenericChangeProcessor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes Created 7 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
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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 'browser/sync/glue/data_type_manager_mock.cc', 1167 'browser/sync/glue/data_type_manager_mock.cc',
1168 'browser/sync/glue/data_type_manager_mock.h', 1168 'browser/sync/glue/data_type_manager_mock.h',
1169 'browser/sync/glue/fake_data_type_controller.cc', 1169 'browser/sync/glue/fake_data_type_controller.cc',
1170 'browser/sync/glue/fake_data_type_controller.h', 1170 'browser/sync/glue/fake_data_type_controller.h',
1171 'browser/sync/glue/fake_generic_change_processor.cc', 1171 'browser/sync/glue/fake_generic_change_processor.cc',
1172 'browser/sync/glue/fake_generic_change_processor.h', 1172 'browser/sync/glue/fake_generic_change_processor.h',
1173 'browser/sync/glue/favicon_cache_unittest.cc', 1173 'browser/sync/glue/favicon_cache_unittest.cc',
1174 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1174 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1175 'browser/sync/glue/frontend_data_type_controller_mock.h', 1175 'browser/sync/glue/frontend_data_type_controller_mock.h',
1176 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1176 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1177 'browser/sync/glue/generic_change_processor_unittest.cc',
1177 'browser/sync/glue/model_association_manager_unittest.cc', 1178 'browser/sync/glue/model_association_manager_unittest.cc',
1178 'browser/sync/glue/model_associator_mock.cc', 1179 'browser/sync/glue/model_associator_mock.cc',
1179 'browser/sync/glue/model_associator_mock.h', 1180 'browser/sync/glue/model_associator_mock.h',
1180 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1181 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1181 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1182 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1182 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1183 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1183 'browser/sync/glue/non_ui_data_type_controller_mock.cc', 1184 'browser/sync/glue/non_ui_data_type_controller_mock.cc',
1184 'browser/sync/glue/non_ui_data_type_controller_mock.h', 1185 'browser/sync/glue/non_ui_data_type_controller_mock.h',
1185 'browser/sync/glue/non_ui_data_type_controller_unittest.cc', 1186 'browser/sync/glue/non_ui_data_type_controller_unittest.cc',
1186 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1187 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 # more details. 2523 # more details.
2523 'DebugInformationFormat': '3', 2524 'DebugInformationFormat': '3',
2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2525 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2525 }, 2526 },
2526 }, 2527 },
2527 }, 2528 },
2528 ], 2529 ],
2529 }], 2530 }],
2530 ], # 'conditions' 2531 ], # 'conditions'
2531 } 2532 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/generic_change_processor_unittest.cc ('k') | sync/internal_api/base_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698