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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1393 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', | 1393 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', |
1394 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.
cc', | 1394 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.
cc', |
1395 'browser/sync_file_system/drive_backend/metadata_database_index_unittest
.cc', | 1395 'browser/sync_file_system/drive_backend/metadata_database_index_unittest
.cc', |
1396 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', | 1396 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', |
1397 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt
est.cc', | 1397 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt
est.cc', |
1398 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc', | 1398 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc', |
1399 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.
cc', | 1399 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.
cc', |
1400 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest
.cc', | 1400 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest
.cc', |
1401 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', | 1401 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', |
1402 'browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc', | 1402 'browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc', |
| 1403 'browser/sync_file_system/drive_backend/sync_worker_unittest.cc', |
1403 'browser/sync_file_system/drive_backend/task_dependency_manager_unittest
.cc', | 1404 'browser/sync_file_system/drive_backend/task_dependency_manager_unittest
.cc', |
1404 'browser/sync_file_system/drive_backend_v1/api_util_unittest.cc', | 1405 'browser/sync_file_system/drive_backend_v1/api_util_unittest.cc', |
1405 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_
unittest.cc', | 1406 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_
unittest.cc', |
1406 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_
unittest.cc', | 1407 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_
unittest.cc', |
1407 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_unitt
est.cc', | 1408 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_unitt
est.cc', |
1408 'browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest
.cc', | 1409 'browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest
.cc', |
1409 'browser/sync_file_system/drive_backend_v1/fake_api_util.cc', | 1410 'browser/sync_file_system/drive_backend_v1/fake_api_util.cc', |
1410 'browser/sync_file_system/drive_backend_v1/fake_api_util.h', | 1411 'browser/sync_file_system/drive_backend_v1/fake_api_util.h', |
1411 'browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc', | 1412 'browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc', |
1412 'browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver
_unittest.cc', | 1413 'browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver
_unittest.cc', |
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2861 'unit_tests.isolate', | 2862 'unit_tests.isolate', |
2862 ], | 2863 ], |
2863 'sources': [ | 2864 'sources': [ |
2864 'unit_tests.isolate', | 2865 'unit_tests.isolate', |
2865 ], | 2866 ], |
2866 }, | 2867 }, |
2867 ], | 2868 ], |
2868 }], | 2869 }], |
2869 ], # 'conditions' | 2870 ], # 'conditions' |
2870 } | 2871 } |
OLD | NEW |