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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 'browser/profiles/profile_downloader_unittest.cc', | 1093 'browser/profiles/profile_downloader_unittest.cc', |
1094 'browser/profiles/profile_info_cache_unittest.cc', | 1094 'browser/profiles/profile_info_cache_unittest.cc', |
1095 'browser/profiles/profile_info_cache_unittest.h', | 1095 'browser/profiles/profile_info_cache_unittest.h', |
1096 'browser/profiles/profile_info_util_unittest.cc', | 1096 'browser/profiles/profile_info_util_unittest.cc', |
1097 'browser/profiles/profile_loader_unittest.cc', | 1097 'browser/profiles/profile_loader_unittest.cc', |
1098 'browser/profiles/profile_manager_unittest.cc', | 1098 'browser/profiles/profile_manager_unittest.cc', |
1099 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 1099 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
1100 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1100 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
1101 'browser/renderer_host/web_cache_manager_unittest.cc', | 1101 'browser/renderer_host/web_cache_manager_unittest.cc', |
1102 'browser/resources/google_now/background.js', | 1102 'browser/resources/google_now/background.js', |
| 1103 'browser/resources/google_now/cards.js', |
1103 'browser/resources/google_now/background_test_util.js', | 1104 'browser/resources/google_now/background_test_util.js', |
1104 'browser/resources/google_now/background_unittest.gtestjs', | 1105 'browser/resources/google_now/background_unittest.gtestjs', |
| 1106 'browser/resources/google_now/cards_unittest.gtestjs', |
1105 'browser/resources/print_preview/data/measurement_system.js', | 1107 'browser/resources/print_preview/data/measurement_system.js', |
1106 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', | 1108 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
1107 'browser/resources/print_preview/print_preview_utils.js', | 1109 'browser/resources/print_preview/print_preview_utils.js', |
1108 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1110 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
1109 'browser/resources_util_unittest.cc', | 1111 'browser/resources_util_unittest.cc', |
1110 'browser/rlz/rlz_unittest.cc', | 1112 'browser/rlz/rlz_unittest.cc', |
1111 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1113 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1112 'browser/safe_browsing/chunk_range_unittest.cc', | 1114 'browser/safe_browsing/chunk_range_unittest.cc', |
1113 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1115 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1114 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1116 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2661 # more details. | 2663 # more details. |
2662 'DebugInformationFormat': '3', | 2664 'DebugInformationFormat': '3', |
2663 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2665 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2664 }, | 2666 }, |
2665 }, | 2667 }, |
2666 }, | 2668 }, |
2667 ], | 2669 ], |
2668 }], | 2670 }], |
2669 ], # 'conditions' | 2671 ], # 'conditions' |
2670 } | 2672 } |
OLD | NEW |