OLD | NEW |
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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1156 'browser/sync/glue/data_type_manager_mock.cc', | 1156 'browser/sync/glue/data_type_manager_mock.cc', |
1157 'browser/sync/glue/data_type_manager_mock.h', | 1157 'browser/sync/glue/data_type_manager_mock.h', |
1158 'browser/sync/glue/fake_data_type_controller.cc', | 1158 'browser/sync/glue/fake_data_type_controller.cc', |
1159 'browser/sync/glue/fake_data_type_controller.h', | 1159 'browser/sync/glue/fake_data_type_controller.h', |
1160 'browser/sync/glue/fake_generic_change_processor.cc', | 1160 'browser/sync/glue/fake_generic_change_processor.cc', |
1161 'browser/sync/glue/fake_generic_change_processor.h', | 1161 'browser/sync/glue/fake_generic_change_processor.h', |
1162 'browser/sync/glue/favicon_cache_unittest.cc', | 1162 'browser/sync/glue/favicon_cache_unittest.cc', |
1163 'browser/sync/glue/frontend_data_type_controller_mock.cc', | 1163 'browser/sync/glue/frontend_data_type_controller_mock.cc', |
1164 'browser/sync/glue/frontend_data_type_controller_mock.h', | 1164 'browser/sync/glue/frontend_data_type_controller_mock.h', |
1165 'browser/sync/glue/frontend_data_type_controller_unittest.cc', | 1165 'browser/sync/glue/frontend_data_type_controller_unittest.cc', |
| 1166 'browser/sync/glue/generic_change_processor_unittest.cc', |
1166 'browser/sync/glue/model_association_manager_unittest.cc', | 1167 'browser/sync/glue/model_association_manager_unittest.cc', |
1167 'browser/sync/glue/model_associator_mock.cc', | 1168 'browser/sync/glue/model_associator_mock.cc', |
1168 'browser/sync/glue/model_associator_mock.h', | 1169 'browser/sync/glue/model_associator_mock.h', |
1169 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1170 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
1170 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1171 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
1171 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1172 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
1172 'browser/sync/glue/non_ui_data_type_controller_mock.cc', | 1173 'browser/sync/glue/non_ui_data_type_controller_mock.cc', |
1173 'browser/sync/glue/non_ui_data_type_controller_mock.h', | 1174 'browser/sync/glue/non_ui_data_type_controller_mock.h', |
1174 'browser/sync/glue/non_ui_data_type_controller_unittest.cc', | 1175 'browser/sync/glue/non_ui_data_type_controller_unittest.cc', |
1175 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 1176 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
(...skipping 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2515 # more details. | 2516 # more details. |
2516 'DebugInformationFormat': '3', | 2517 'DebugInformationFormat': '3', |
2517 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2518 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2518 }, | 2519 }, |
2519 }, | 2520 }, |
2520 }, | 2521 }, |
2521 ], | 2522 ], |
2522 }], | 2523 }], |
2523 ], # 'conditions' | 2524 ], # 'conditions' |
2524 } | 2525 } |
OLD | NEW |