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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1039 'browser/safe_browsing/protocol_parser_unittest.cc', | 1039 'browser/safe_browsing/protocol_parser_unittest.cc', |
1040 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1040 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1041 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1041 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1042 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1042 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
1043 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1043 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
1044 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1044 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
1045 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1045 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
1046 'browser/safe_browsing/signature_util_win_unittest.cc', | 1046 'browser/safe_browsing/signature_util_win_unittest.cc', |
1047 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 1047 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
1048 'browser/search/search_unittest.cc', | 1048 'browser/search/search_unittest.cc', |
| 1049 'browser/search/suggestion_source_unittest.cc', |
1049 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1050 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
1050 'browser/search_engines/search_provider_install_data_unittest.cc', | 1051 'browser/search_engines/search_provider_install_data_unittest.cc', |
1051 'browser/search_engines/template_url_fetcher_unittest.cc', | 1052 'browser/search_engines/template_url_fetcher_unittest.cc', |
1052 'browser/search_engines/template_url_service_util_unittest.cc', | 1053 'browser/search_engines/template_url_service_util_unittest.cc', |
1053 'browser/search_engines/template_url_service_sync_unittest.cc', | 1054 'browser/search_engines/template_url_service_sync_unittest.cc', |
1054 'browser/search_engines/template_url_service_unittest.cc', | 1055 'browser/search_engines/template_url_service_unittest.cc', |
1055 'browser/search_engines/template_url_parser_unittest.cc', | 1056 'browser/search_engines/template_url_parser_unittest.cc', |
1056 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1057 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
1057 'browser/search_engines/template_url_scraper_unittest.cc', | 1058 'browser/search_engines/template_url_scraper_unittest.cc', |
1058 'browser/search_engines/template_url_unittest.cc', | 1059 'browser/search_engines/template_url_unittest.cc', |
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2443 # more details. | 2444 # more details. |
2444 'DebugInformationFormat': '3', | 2445 'DebugInformationFormat': '3', |
2445 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2446 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2446 }, | 2447 }, |
2447 }, | 2448 }, |
2448 }, | 2449 }, |
2449 ], | 2450 ], |
2450 }], | 2451 }], |
2451 ], # 'conditions' | 2452 ], # 'conditions' |
2452 } | 2453 } |
OLD | NEW |