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 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1304 'browser/status_icons/status_icon_menu_model_unittest.cc', | 1304 'browser/status_icons/status_icon_menu_model_unittest.cc', |
1305 'browser/status_icons/status_icon_unittest.cc', | 1305 'browser/status_icons/status_icon_unittest.cc', |
1306 'browser/status_icons/status_tray_unittest.cc', | 1306 'browser/status_icons/status_tray_unittest.cc', |
1307 'browser/sync/about_sync_util_unittest.cc', | 1307 'browser/sync/about_sync_util_unittest.cc', |
1308 'browser/sync/abstract_profile_sync_service_test.cc', | 1308 'browser/sync/abstract_profile_sync_service_test.cc', |
1309 'browser/sync/abstract_profile_sync_service_test.h', | 1309 'browser/sync/abstract_profile_sync_service_test.h', |
1310 'browser/sync/backend_migrator_unittest.cc', | 1310 'browser/sync/backend_migrator_unittest.cc', |
1311 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1311 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1312 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1312 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1313 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1313 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
1314 'browser/sync/glue/data_type_manager_impl_unittest.cc', | |
1315 'browser/sync/glue/extensions_activity_monitor_unittest.cc', | 1314 'browser/sync/glue/extensions_activity_monitor_unittest.cc', |
1316 'browser/sync/glue/favicon_cache_unittest.cc', | 1315 'browser/sync/glue/favicon_cache_unittest.cc', |
1317 'browser/sync/glue/frontend_data_type_controller_mock.cc', | 1316 'browser/sync/glue/frontend_data_type_controller_mock.cc', |
1318 'browser/sync/glue/frontend_data_type_controller_mock.h', | 1317 'browser/sync/glue/frontend_data_type_controller_mock.h', |
1319 'browser/sync/glue/frontend_data_type_controller_unittest.cc', | 1318 'browser/sync/glue/frontend_data_type_controller_unittest.cc', |
1320 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1319 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
1321 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1320 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
1322 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1321 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
1323 'browser/sync/glue/non_ui_data_type_controller_mock.cc', | 1322 'browser/sync/glue/non_ui_data_type_controller_mock.cc', |
1324 'browser/sync/glue/non_ui_data_type_controller_mock.h', | 1323 'browser/sync/glue/non_ui_data_type_controller_mock.h', |
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2846 # more details. | 2845 # more details. |
2847 'DebugInformationFormat': '3', | 2846 'DebugInformationFormat': '3', |
2848 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2849 }, | 2848 }, |
2850 }, | 2849 }, |
2851 }, | 2850 }, |
2852 ], | 2851 ], |
2853 }], | 2852 }], |
2854 ], # 'conditions' | 2853 ], # 'conditions' |
2855 } | 2854 } |
OLD | NEW |