| 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 'browser/resources/print_preview/data/measurement_system.js', | 1071 'browser/resources/print_preview/data/measurement_system.js', |
| 1072 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', | 1072 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
| 1073 'browser/resources/print_preview/print_preview_utils.js', | 1073 'browser/resources/print_preview/print_preview_utils.js', |
| 1074 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1074 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
| 1075 'browser/resources_util_unittest.cc', | 1075 'browser/resources_util_unittest.cc', |
| 1076 'browser/rlz/rlz_unittest.cc', | 1076 'browser/rlz/rlz_unittest.cc', |
| 1077 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1077 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 1078 'browser/safe_browsing/chunk_range_unittest.cc', | 1078 'browser/safe_browsing/chunk_range_unittest.cc', |
| 1079 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1079 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 1080 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1080 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| 1081 'browser/safe_browsing/download_feedback_service_unittest.cc', |
| 1082 'browser/safe_browsing/download_feedback_unittest.cc', |
| 1081 'browser/safe_browsing/download_protection_service_unittest.cc', | 1083 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 1082 'browser/safe_browsing/local_two_phase_testserver.cc', | 1084 'browser/safe_browsing/local_two_phase_testserver.cc', |
| 1083 'browser/safe_browsing/malware_details_unittest.cc', | 1085 'browser/safe_browsing/malware_details_unittest.cc', |
| 1084 'browser/safe_browsing/ping_manager_unittest.cc', | 1086 'browser/safe_browsing/ping_manager_unittest.cc', |
| 1085 'browser/safe_browsing/prefix_set_unittest.cc', | 1087 'browser/safe_browsing/prefix_set_unittest.cc', |
| 1086 'browser/safe_browsing/protocol_manager_unittest.cc', | 1088 'browser/safe_browsing/protocol_manager_unittest.cc', |
| 1087 'browser/safe_browsing/protocol_parser_unittest.cc', | 1089 'browser/safe_browsing/protocol_parser_unittest.cc', |
| 1088 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1090 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 1089 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1091 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1090 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1092 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| (...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2551 # more details. | 2553 # more details. |
| 2552 'DebugInformationFormat': '3', | 2554 'DebugInformationFormat': '3', |
| 2553 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2555 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2554 }, | 2556 }, |
| 2555 }, | 2557 }, |
| 2556 }, | 2558 }, |
| 2557 ], | 2559 ], |
| 2558 }], | 2560 }], |
| 2559 ], # 'conditions' | 2561 ], # 'conditions' |
| 2560 } | 2562 } |
| OLD | NEW |