| 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 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 'browser/sync/sync_prefs_unittest.cc', | 1221 'browser/sync/sync_prefs_unittest.cc', |
| 1222 'browser/sync/sync_ui_util_unittest.cc', | 1222 'browser/sync/sync_ui_util_unittest.cc', |
| 1223 'browser/sync/test/test_http_bridge_factory.cc', | 1223 'browser/sync/test/test_http_bridge_factory.cc', |
| 1224 'browser/sync/test/test_http_bridge_factory.h', | 1224 'browser/sync/test/test_http_bridge_factory.h', |
| 1225 'browser/sync/test_profile_sync_service.cc', | 1225 'browser/sync/test_profile_sync_service.cc', |
| 1226 'browser/sync/test_profile_sync_service.h', | 1226 'browser/sync/test_profile_sync_service.h', |
| 1227 'browser/sync_file_system/drive/api_util_unittest.cc', | 1227 'browser/sync_file_system/drive/api_util_unittest.cc', |
| 1228 'browser/sync_file_system/drive/fake_api_util.cc', | 1228 'browser/sync_file_system/drive/fake_api_util.cc', |
| 1229 'browser/sync_file_system/drive/fake_api_util.h', | 1229 'browser/sync_file_system/drive/fake_api_util.h', |
| 1230 'browser/sync_file_system/drive/fake_api_util_unittest.cc', | 1230 'browser/sync_file_system/drive/fake_api_util_unittest.cc', |
| 1231 'browser/sync_file_system/drive/metadata_db_migration_util_unittest.cc', |
| 1231 'browser/sync_file_system/drive_file_sync_service_mock_unittest.cc', | 1232 'browser/sync_file_system/drive_file_sync_service_mock_unittest.cc', |
| 1232 'browser/sync_file_system/drive_file_sync_service_sync_unittest.cc', | 1233 'browser/sync_file_system/drive_file_sync_service_sync_unittest.cc', |
| 1233 'browser/sync_file_system/drive_file_sync_service_unittest.cc', | 1234 'browser/sync_file_system/drive_file_sync_service_unittest.cc', |
| 1234 'browser/sync_file_system/drive_metadata_store_unittest.cc', | 1235 'browser/sync_file_system/drive_metadata_store_unittest.cc', |
| 1235 'browser/sync_file_system/fake_remote_change_processor.cc', | 1236 'browser/sync_file_system/fake_remote_change_processor.cc', |
| 1236 'browser/sync_file_system/fake_remote_change_processor.h', | 1237 'browser/sync_file_system/fake_remote_change_processor.h', |
| 1237 'browser/sync_file_system/local_file_sync_service_unittest.cc', | 1238 'browser/sync_file_system/local_file_sync_service_unittest.cc', |
| 1238 'browser/sync_file_system/local_sync_operation_resolver_unittest.cc', | 1239 'browser/sync_file_system/local_sync_operation_resolver_unittest.cc', |
| 1239 'browser/sync_file_system/logger_unittest.cc', | 1240 'browser/sync_file_system/logger_unittest.cc', |
| 1240 'browser/sync_file_system/mock_local_change_processor.cc', | 1241 'browser/sync_file_system/mock_local_change_processor.cc', |
| (...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2539 # more details. | 2540 # more details. |
| 2540 'DebugInformationFormat': '3', | 2541 'DebugInformationFormat': '3', |
| 2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2542 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2542 }, | 2543 }, |
| 2543 }, | 2544 }, |
| 2544 }, | 2545 }, |
| 2545 ], | 2546 ], |
| 2546 }], | 2547 }], |
| 2547 ], # 'conditions' | 2548 ], # 'conditions' |
| 2548 } | 2549 } |
| OLD | NEW |