| 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 'browser/profiles/profile_downloader_unittest.cc', | 1125 'browser/profiles/profile_downloader_unittest.cc', |
| 1126 'browser/profiles/profile_info_cache_unittest.cc', | 1126 'browser/profiles/profile_info_cache_unittest.cc', |
| 1127 'browser/profiles/profile_info_cache_unittest.h', | 1127 'browser/profiles/profile_info_cache_unittest.h', |
| 1128 'browser/profiles/profile_info_util_unittest.cc', | 1128 'browser/profiles/profile_info_util_unittest.cc', |
| 1129 'browser/profiles/profile_loader_unittest.cc', | 1129 'browser/profiles/profile_loader_unittest.cc', |
| 1130 'browser/profiles/profile_manager_unittest.cc', | 1130 'browser/profiles/profile_manager_unittest.cc', |
| 1131 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 1131 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 1132 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1132 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
| 1133 'browser/renderer_host/web_cache_manager_unittest.cc', | 1133 'browser/renderer_host/web_cache_manager_unittest.cc', |
| 1134 'browser/resources/google_now/background.js', | 1134 'browser/resources/google_now/background.js', |
| 1135 'browser/resources/google_now/cards.js', | |
| 1136 'browser/resources/google_now/background_test_util.js', | 1135 'browser/resources/google_now/background_test_util.js', |
| 1137 'browser/resources/google_now/background_unittest.gtestjs', | 1136 'browser/resources/google_now/background_unittest.gtestjs', |
| 1137 'browser/resources/google_now/cards.js', |
| 1138 'browser/resources/google_now/cards_unittest.gtestjs', | 1138 'browser/resources/google_now/cards_unittest.gtestjs', |
| 1139 'browser/resources/google_now/common_test_util.js', |
| 1140 'browser/resources/google_now/utility.js', |
| 1141 'browser/resources/google_now/utility_test_util.js', |
| 1142 'browser/resources/google_now/utility_unittest.gtestjs', |
| 1139 'browser/resources/print_preview/data/measurement_system.js', | 1143 'browser/resources/print_preview/data/measurement_system.js', |
| 1140 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', | 1144 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
| 1141 'browser/resources/print_preview/print_preview_utils.js', | 1145 'browser/resources/print_preview/print_preview_utils.js', |
| 1142 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1146 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
| 1143 'browser/resources_util_unittest.cc', | 1147 'browser/resources_util_unittest.cc', |
| 1144 'browser/rlz/rlz_unittest.cc', | 1148 'browser/rlz/rlz_unittest.cc', |
| 1145 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1149 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 1146 'browser/safe_browsing/chunk_range_unittest.cc', | 1150 'browser/safe_browsing/chunk_range_unittest.cc', |
| 1147 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1151 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 1148 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1152 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| (...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2751 # more details. | 2755 # more details. |
| 2752 'DebugInformationFormat': '3', | 2756 'DebugInformationFormat': '3', |
| 2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2757 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2754 }, | 2758 }, |
| 2755 }, | 2759 }, |
| 2756 }, | 2760 }, |
| 2757 ], | 2761 ], |
| 2758 }], | 2762 }], |
| 2759 ], # 'conditions' | 2763 ], # 'conditions' |
| 2760 } | 2764 } |
| OLD | NEW |