| 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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'browser/sync_file_system/fake_drive_file_sync_client.h', | 1201 'browser/sync_file_system/fake_drive_file_sync_client.h', |
| 1202 'browser/sync_file_system/fake_remote_change_processor.cc', | 1202 'browser/sync_file_system/fake_remote_change_processor.cc', |
| 1203 'browser/sync_file_system/fake_remote_change_processor.h', | 1203 'browser/sync_file_system/fake_remote_change_processor.h', |
| 1204 'browser/sync_file_system/local_file_sync_service_unittest.cc', | 1204 'browser/sync_file_system/local_file_sync_service_unittest.cc', |
| 1205 'browser/sync_file_system/mock_local_change_processor.cc', | 1205 'browser/sync_file_system/mock_local_change_processor.cc', |
| 1206 'browser/sync_file_system/mock_local_change_processor.h', | 1206 'browser/sync_file_system/mock_local_change_processor.h', |
| 1207 'browser/sync_file_system/mock_remote_change_processor.cc', | 1207 'browser/sync_file_system/mock_remote_change_processor.cc', |
| 1208 'browser/sync_file_system/mock_remote_change_processor.h', | 1208 'browser/sync_file_system/mock_remote_change_processor.h', |
| 1209 'browser/sync_file_system/mock_remote_file_sync_service.cc', | 1209 'browser/sync_file_system/mock_remote_file_sync_service.cc', |
| 1210 'browser/sync_file_system/mock_remote_file_sync_service.h', | 1210 'browser/sync_file_system/mock_remote_file_sync_service.h', |
| 1211 'browser/sync_file_system/remote_sync_operation_resolver_unittest.cc', |
| 1211 'browser/sync_file_system/sync_file_system_service_unittest.cc', | 1212 'browser/sync_file_system/sync_file_system_service_unittest.cc', |
| 1212 'browser/sync_file_system/sync_file_system_test_util.cc', | 1213 'browser/sync_file_system/sync_file_system_test_util.cc', |
| 1213 'browser/sync_file_system/sync_file_system_test_util.h', | 1214 'browser/sync_file_system/sync_file_system_test_util.h', |
| 1214 'browser/tab_contents/render_view_context_menu_test_util.cc', | 1215 'browser/tab_contents/render_view_context_menu_test_util.cc', |
| 1215 'browser/tab_contents/render_view_context_menu_test_util.h', | 1216 'browser/tab_contents/render_view_context_menu_test_util.h', |
| 1216 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1217 'browser/tab_contents/render_view_context_menu_unittest.cc', |
| 1217 'browser/task_manager/task_manager_unittest.cc', | 1218 'browser/task_manager/task_manager_unittest.cc', |
| 1218 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 1219 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
| 1219 'browser/themes/browser_theme_pack_unittest.cc', | 1220 'browser/themes/browser_theme_pack_unittest.cc', |
| 1220 'browser/themes/theme_properties_unittest.cc', | 1221 'browser/themes/theme_properties_unittest.cc', |
| (...skipping 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2463 # more details. | 2464 # more details. |
| 2464 'DebugInformationFormat': '3', | 2465 'DebugInformationFormat': '3', |
| 2465 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2466 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2466 }, | 2467 }, |
| 2467 }, | 2468 }, |
| 2468 }, | 2469 }, |
| 2469 ], | 2470 ], |
| 2470 }], | 2471 }], |
| 2471 ], # 'conditions' | 2472 ], # 'conditions' |
| 2472 } | 2473 } |
| OLD | NEW |