| 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 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 'browser/safe_browsing/protocol_parser_unittest.cc', | 1032 'browser/safe_browsing/protocol_parser_unittest.cc', |
| 1033 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1033 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 1034 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1034 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1035 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1035 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| 1036 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1036 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
| 1037 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1037 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
| 1038 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1038 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1039 'browser/safe_browsing/signature_util_win_unittest.cc', | 1039 'browser/safe_browsing/signature_util_win_unittest.cc', |
| 1040 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 1040 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| 1041 'browser/search/search_unittest.cc', | 1041 'browser/search/search_unittest.cc', |
| 1042 'browser/search/suggestion_source_unittest.cc', |
| 1042 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1043 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
| 1043 'browser/search_engines/search_provider_install_data_unittest.cc', | 1044 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1044 'browser/search_engines/template_url_fetcher_unittest.cc', | 1045 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1045 'browser/search_engines/template_url_service_util_unittest.cc', | 1046 'browser/search_engines/template_url_service_util_unittest.cc', |
| 1046 'browser/search_engines/template_url_service_sync_unittest.cc', | 1047 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1047 'browser/search_engines/template_url_service_unittest.cc', | 1048 'browser/search_engines/template_url_service_unittest.cc', |
| 1048 'browser/search_engines/template_url_parser_unittest.cc', | 1049 'browser/search_engines/template_url_parser_unittest.cc', |
| 1049 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1050 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1050 'browser/search_engines/template_url_scraper_unittest.cc', | 1051 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1051 'browser/search_engines/template_url_unittest.cc', | 1052 'browser/search_engines/template_url_unittest.cc', |
| (...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2421 # more details. | 2422 # more details. |
| 2422 'DebugInformationFormat': '3', | 2423 'DebugInformationFormat': '3', |
| 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2424 }, | 2425 }, |
| 2425 }, | 2426 }, |
| 2426 }, | 2427 }, |
| 2427 ], | 2428 ], |
| 2428 }], | 2429 }], |
| 2429 ], # 'conditions' | 2430 ], # 'conditions' |
| 2430 } | 2431 } |
| OLD | NEW |