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 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1247 'browser/rlz/rlz_unittest.cc', | 1247 'browser/rlz/rlz_unittest.cc', |
1248 'browser/safe_browsing/binary_feature_extractor_win_unittest.cc', | 1248 'browser/safe_browsing/binary_feature_extractor_win_unittest.cc', |
1249 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1249 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1250 'browser/safe_browsing/chunk_range_unittest.cc', | 1250 'browser/safe_browsing/chunk_range_unittest.cc', |
1251 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1251 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1252 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1252 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
1253 'browser/safe_browsing/database_manager_unittest.cc', | 1253 'browser/safe_browsing/database_manager_unittest.cc', |
1254 'browser/safe_browsing/download_feedback_service_unittest.cc', | 1254 'browser/safe_browsing/download_feedback_service_unittest.cc', |
1255 'browser/safe_browsing/download_feedback_unittest.cc', | 1255 'browser/safe_browsing/download_feedback_unittest.cc', |
1256 'browser/safe_browsing/download_protection_service_unittest.cc', | 1256 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 1257 'browser/safe_browsing/environment_data_collection_win_unittest.cc', |
1257 'browser/safe_browsing/incident_report_uploader_impl_unittest.cc', | 1258 'browser/safe_browsing/incident_report_uploader_impl_unittest.cc', |
1258 'browser/safe_browsing/incident_reporting_service_unittest.cc', | 1259 'browser/safe_browsing/incident_reporting_service_unittest.cc', |
1259 'browser/safe_browsing/local_two_phase_testserver.cc', | 1260 'browser/safe_browsing/local_two_phase_testserver.cc', |
1260 'browser/safe_browsing/malware_details_unittest.cc', | 1261 'browser/safe_browsing/malware_details_unittest.cc', |
| 1262 'browser/safe_browsing/path_sanitizer_unittest.cc', |
1261 'browser/safe_browsing/pe_image_reader_win_unittest.cc', | 1263 'browser/safe_browsing/pe_image_reader_win_unittest.cc', |
1262 'browser/safe_browsing/ping_manager_unittest.cc', | 1264 'browser/safe_browsing/ping_manager_unittest.cc', |
1263 'browser/safe_browsing/preference_validation_delegate_unittest.cc', | 1265 'browser/safe_browsing/preference_validation_delegate_unittest.cc', |
1264 'browser/safe_browsing/prefix_set_unittest.cc', | 1266 'browser/safe_browsing/prefix_set_unittest.cc', |
1265 'browser/safe_browsing/protocol_manager_unittest.cc', | 1267 'browser/safe_browsing/protocol_manager_unittest.cc', |
1266 'browser/safe_browsing/protocol_parser_unittest.cc', | 1268 'browser/safe_browsing/protocol_parser_unittest.cc', |
1267 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1269 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1268 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1270 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1269 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1271 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
1270 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1272 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2887 'unit_tests.isolate', | 2889 'unit_tests.isolate', |
2888 ], | 2890 ], |
2889 'sources': [ | 2891 'sources': [ |
2890 'unit_tests.isolate', | 2892 'unit_tests.isolate', |
2891 ], | 2893 ], |
2892 }, | 2894 }, |
2893 ], | 2895 ], |
2894 }], | 2896 }], |
2895 ], # 'conditions' | 2897 ], # 'conditions' |
2896 } | 2898 } |
OLD | NEW |