| 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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1143 'browser/system_monitor/mock_removable_storage_observer.h', | 1143 'browser/system_monitor/mock_removable_storage_observer.h', |
| 1144 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', | 1144 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', |
| 1145 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', | 1145 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', |
| 1146 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', | 1146 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', |
| 1147 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', | 1147 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', |
| 1148 'browser/system_monitor/removable_storage_notifications_unittest.cc', | 1148 'browser/system_monitor/removable_storage_notifications_unittest.cc', |
| 1149 'browser/system_monitor/test_portable_device_watcher_win.cc', | 1149 'browser/system_monitor/test_portable_device_watcher_win.cc', |
| 1150 'browser/system_monitor/test_portable_device_watcher_win.h', | 1150 'browser/system_monitor/test_portable_device_watcher_win.h', |
| 1151 'browser/system_monitor/test_removable_device_notifications_window_win.c
c', | 1151 'browser/system_monitor/test_removable_device_notifications_window_win.c
c', |
| 1152 'browser/system_monitor/test_removable_device_notifications_window_win.h
', | 1152 'browser/system_monitor/test_removable_device_notifications_window_win.h
', |
| 1153 'browser/system_monitor/test_removable_storage_notifications.cc', |
| 1154 'browser/system_monitor/test_removable_storage_notifications.h', |
| 1153 'browser/system_monitor/test_volume_mount_watcher_win.cc', | 1155 'browser/system_monitor/test_volume_mount_watcher_win.cc', |
| 1154 'browser/system_monitor/test_volume_mount_watcher_win.h', | 1156 'browser/system_monitor/test_volume_mount_watcher_win.h', |
| 1155 'browser/tab_contents/render_view_context_menu_test_util.cc', | 1157 'browser/tab_contents/render_view_context_menu_test_util.cc', |
| 1156 'browser/tab_contents/render_view_context_menu_test_util.h', | 1158 'browser/tab_contents/render_view_context_menu_test_util.h', |
| 1157 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1159 'browser/tab_contents/render_view_context_menu_unittest.cc', |
| 1158 'browser/task_manager/task_manager_unittest.cc', | 1160 'browser/task_manager/task_manager_unittest.cc', |
| 1159 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1161 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
| 1160 'browser/themes/browser_theme_pack_unittest.cc', | 1162 'browser/themes/browser_theme_pack_unittest.cc', |
| 1161 'browser/themes/theme_service_unittest.cc', | 1163 'browser/themes/theme_service_unittest.cc', |
| 1162 'browser/themes/theme_syncable_service_unittest.cc', | 1164 'browser/themes/theme_syncable_service_unittest.cc', |
| (...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2356 # more details. | 2358 # more details. |
| 2357 'DebugInformationFormat': '3', | 2359 'DebugInformationFormat': '3', |
| 2358 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2360 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2359 }, | 2361 }, |
| 2360 }, | 2362 }, |
| 2361 }, | 2363 }, |
| 2362 ], | 2364 ], |
| 2363 }], | 2365 }], |
| 2364 ], # 'conditions' | 2366 ], # 'conditions' |
| 2365 } | 2367 } |
| OLD | NEW |