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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1383 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', | 1383 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', |
1384 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', | 1384 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', |
1385 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', | 1385 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', |
1386 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', | 1386 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', |
1387 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', | 1387 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', |
1388 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', | 1388 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', |
1389 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', | 1389 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', |
1390 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', | 1390 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', |
1391 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', | 1391 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', |
1392 'browser/sync_file_system/drive_backend/fake_drive_uploader.h', | 1392 'browser/sync_file_system/drive_backend/fake_drive_uploader.h', |
| 1393 'browser/sync_file_system/drive_backend/fake_sync_worker.cc', |
| 1394 'browser/sync_file_system/drive_backend/fake_sync_worker.h', |
1393 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', | 1395 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', |
1394 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.
cc', | 1396 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.
cc', |
1395 'browser/sync_file_system/drive_backend/metadata_database_index_unittest
.cc', | 1397 'browser/sync_file_system/drive_backend/metadata_database_index_unittest
.cc', |
1396 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', | 1398 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', |
1397 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt
est.cc', | 1399 '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', | 1400 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc', |
1399 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.
cc', | 1401 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.
cc', |
1400 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest
.cc', | 1402 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest
.cc', |
1401 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', | 1403 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', |
1402 'browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc', | 1404 'browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc', |
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2863 'unit_tests.isolate', | 2865 'unit_tests.isolate', |
2864 ], | 2866 ], |
2865 'sources': [ | 2867 'sources': [ |
2866 'unit_tests.isolate', | 2868 'unit_tests.isolate', |
2867 ], | 2869 ], |
2868 }, | 2870 }, |
2869 ], | 2871 ], |
2870 }], | 2872 }], |
2871 ], # 'conditions' | 2873 ], # 'conditions' |
2872 } | 2874 } |
OLD | NEW |