| 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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 'browser/sync_file_system/local_file_sync_service_unittest.cc', | 1135 'browser/sync_file_system/local_file_sync_service_unittest.cc', |
| 1136 'browser/sync_file_system/mock_local_change_processor.cc', | 1136 'browser/sync_file_system/mock_local_change_processor.cc', |
| 1137 'browser/sync_file_system/mock_local_change_processor.h', | 1137 'browser/sync_file_system/mock_local_change_processor.h', |
| 1138 'browser/sync_file_system/mock_remote_change_processor.cc', | 1138 'browser/sync_file_system/mock_remote_change_processor.cc', |
| 1139 'browser/sync_file_system/mock_remote_change_processor.h', | 1139 'browser/sync_file_system/mock_remote_change_processor.h', |
| 1140 'browser/sync_file_system/mock_remote_file_sync_service.cc', | 1140 'browser/sync_file_system/mock_remote_file_sync_service.cc', |
| 1141 'browser/sync_file_system/mock_remote_file_sync_service.h', | 1141 'browser/sync_file_system/mock_remote_file_sync_service.h', |
| 1142 'browser/sync_file_system/sync_file_system_service_unittest.cc', | 1142 'browser/sync_file_system/sync_file_system_service_unittest.cc', |
| 1143 'browser/sync_file_system/sync_file_system_test_util.cc', | 1143 'browser/sync_file_system/sync_file_system_test_util.cc', |
| 1144 'browser/sync_file_system/sync_file_system_test_util.h', | 1144 'browser/sync_file_system/sync_file_system_test_util.h', |
| 1145 'browser/system_monitor/image_capture_device_manager_unittest.mm', | |
| 1146 'browser/system_monitor/media_device_notifications_utils_unittest.cc', | 1145 'browser/system_monitor/media_device_notifications_utils_unittest.cc', |
| 1147 'browser/system_monitor/media_storage_util_unittest.cc', | 1146 'browser/system_monitor/media_storage_util_unittest.cc', |
| 1148 'browser/system_monitor/media_transfer_protocol_device_observer_linux_un
ittest.cc', | 1147 'browser/system_monitor/media_transfer_protocol_device_observer_linux_un
ittest.cc', |
| 1149 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', | 1148 'browser/system_monitor/removable_device_notifications_chromeos_unittest
.cc', |
| 1150 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', | 1149 'browser/system_monitor/removable_device_notifications_linux_unittest.cc
', |
| 1151 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', | 1150 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', |
| 1152 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', | 1151 'browser/system_monitor/removable_device_notifications_window_win_unitte
st.cc', |
| 1153 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1152 'browser/tab_contents/render_view_context_menu_unittest.cc', |
| 1154 'browser/task_manager/task_manager_unittest.cc', | 1153 'browser/task_manager/task_manager_unittest.cc', |
| 1155 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1154 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
| (...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2321 'unit_tests.isolate', | 2320 'unit_tests.isolate', |
| 2322 ], | 2321 ], |
| 2323 'sources': [ | 2322 'sources': [ |
| 2324 'unit_tests.isolate', | 2323 'unit_tests.isolate', |
| 2325 ], | 2324 ], |
| 2326 }, | 2325 }, |
| 2327 ], | 2326 ], |
| 2328 }], | 2327 }], |
| 2329 ], # 'conditions' | 2328 ], # 'conditions' |
| 2330 } | 2329 } |
| OLD | NEW |