| 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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 'browser/sync/profile_sync_service_startup_unittest.cc', | 1342 'browser/sync/profile_sync_service_startup_unittest.cc', |
| 1343 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 1343 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
| 1344 'browser/sync/profile_sync_service_unittest.cc', | 1344 'browser/sync/profile_sync_service_unittest.cc', |
| 1345 'browser/sync/profile_sync_test_util.cc', | 1345 'browser/sync/profile_sync_test_util.cc', |
| 1346 'browser/sync/profile_sync_test_util.h', | 1346 'browser/sync/profile_sync_test_util.h', |
| 1347 'browser/sync/sessions2/sessions_sync_manager_unittest.cc', | 1347 'browser/sync/sessions2/sessions_sync_manager_unittest.cc', |
| 1348 'browser/sync/sessions2/tab_node_pool2_unittest.cc', | 1348 'browser/sync/sessions2/tab_node_pool2_unittest.cc', |
| 1349 'browser/sync/startup_controller_unittest.cc', | 1349 'browser/sync/startup_controller_unittest.cc', |
| 1350 'browser/sync/sync_global_error_unittest.cc', | 1350 'browser/sync/sync_global_error_unittest.cc', |
| 1351 'browser/sync/sync_policy_handler_unittest.cc', | 1351 'browser/sync/sync_policy_handler_unittest.cc', |
| 1352 'browser/sync/sync_prefs_unittest.cc', | |
| 1353 'browser/sync/sync_startup_tracker_unittest.cc', | 1352 'browser/sync/sync_startup_tracker_unittest.cc', |
| 1354 'browser/sync/sync_ui_util_unittest.cc', | 1353 'browser/sync/sync_ui_util_unittest.cc', |
| 1355 'browser/sync/test/test_http_bridge_factory.cc', | 1354 'browser/sync/test/test_http_bridge_factory.cc', |
| 1356 'browser/sync/test/test_http_bridge_factory.h', | 1355 'browser/sync/test/test_http_bridge_factory.h', |
| 1357 'browser/sync/test_profile_sync_service.cc', | 1356 'browser/sync/test_profile_sync_service.cc', |
| 1358 'browser/sync/test_profile_sync_service.h', | 1357 'browser/sync/test_profile_sync_service.h', |
| 1359 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', | 1358 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', |
| 1360 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', | 1359 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', |
| 1361 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', | 1360 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', |
| 1362 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', | 1361 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', |
| (...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2893 'browser/ui/app_list/test/fake_profile_store.h', | 2892 'browser/ui/app_list/test/fake_profile_store.h', |
| 2894 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2893 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2895 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2894 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2896 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2895 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2897 ], | 2896 ], |
| 2898 }, | 2897 }, |
| 2899 ], | 2898 ], |
| 2900 }], | 2899 }], |
| 2901 ], # 'conditions' | 2900 ], # 'conditions' |
| 2902 } | 2901 } |
| OLD | NEW |