Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 108343009: [SyncFS] Move FakeDriveServiceHelper from V1 directory to V2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend_v1/fake_drive_uploader.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 'browser/sync/sync_startup_tracker_unittest.cc', 1332 'browser/sync/sync_startup_tracker_unittest.cc',
1333 'browser/sync/sync_ui_util_unittest.cc', 1333 'browser/sync/sync_ui_util_unittest.cc',
1334 'browser/sync/test/test_http_bridge_factory.cc', 1334 'browser/sync/test/test_http_bridge_factory.cc',
1335 'browser/sync/test/test_http_bridge_factory.h', 1335 'browser/sync/test/test_http_bridge_factory.h',
1336 'browser/sync/test_profile_sync_service.cc', 1336 'browser/sync/test_profile_sync_service.cc',
1337 'browser/sync/test_profile_sync_service.h', 1337 'browser/sync/test_profile_sync_service.h',
1338 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', 1338 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc',
1339 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', 1339 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc',
1340 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', 1340 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc',
1341 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', 1341 'browser/sync_file_system/drive_backend/drive_backend_test_util.h',
1342 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc',
1343 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h',
1342 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', 1344 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc',
1343 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc', 1345 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc',
1344 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', 1346 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc',
1345 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc', 1347 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc',
1346 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc', 1348 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc',
1347 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest. cc', 1349 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest. cc',
1348 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest .cc', 1350 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest .cc',
1349 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', 1351 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc',
1350 'browser/sync_file_system/drive_backend_v1/api_util_unittest.cc', 1352 'browser/sync_file_system/drive_backend_v1/api_util_unittest.cc',
1351 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_ unittest.cc', 1353 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_ unittest.cc',
1352 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_ unittest.cc', 1354 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_ unittest.cc',
1353 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_unitt est.cc', 1355 'browser/sync_file_system/drive_backend_v1/drive_file_sync_service_unitt est.cc',
1354 'browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest .cc', 1356 'browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest .cc',
1355 'browser/sync_file_system/drive_backend_v1/fake_api_util.cc', 1357 'browser/sync_file_system/drive_backend_v1/fake_api_util.cc',
1356 'browser/sync_file_system/drive_backend_v1/fake_api_util.h', 1358 'browser/sync_file_system/drive_backend_v1/fake_api_util.h',
1357 'browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc', 1359 'browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc',
1358 'browser/sync_file_system/drive_backend_v1/fake_drive_service_helper.cc' ,
1359 'browser/sync_file_system/drive_backend_v1/fake_drive_service_helper.h',
1360 'browser/sync_file_system/drive_backend_v1/fake_drive_uploader.cc', 1360 'browser/sync_file_system/drive_backend_v1/fake_drive_uploader.cc',
1361 'browser/sync_file_system/drive_backend_v1/fake_drive_uploader.h', 1361 'browser/sync_file_system/drive_backend_v1/fake_drive_uploader.h',
1362 'browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver _unittest.cc', 1362 'browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver _unittest.cc',
1363 'browser/sync_file_system/drive_backend_v1/origin_operation_queue_unitte st.cc', 1363 'browser/sync_file_system/drive_backend_v1/origin_operation_queue_unitte st.cc',
1364 'browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolve r_unittest.cc', 1364 'browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolve r_unittest.cc',
1365 'browser/sync_file_system/fake_remote_change_processor.cc', 1365 'browser/sync_file_system/fake_remote_change_processor.cc',
1366 'browser/sync_file_system/fake_remote_change_processor.h', 1366 'browser/sync_file_system/fake_remote_change_processor.h',
1367 'browser/sync_file_system/file_change_unittest.cc', 1367 'browser/sync_file_system/file_change_unittest.cc',
1368 'browser/sync_file_system/local/canned_syncable_file_system.cc', 1368 'browser/sync_file_system/local/canned_syncable_file_system.cc',
1369 'browser/sync_file_system/local/canned_syncable_file_system.h', 1369 'browser/sync_file_system/local/canned_syncable_file_system.h',
(...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after
2870 'browser/ui/app_list/test/fake_profile_store.h', 2870 'browser/ui/app_list/test/fake_profile_store.h',
2871 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2871 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2872 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2872 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2873 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2873 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2874 ], 2874 ],
2875 }, 2875 },
2876 ], 2876 ],
2877 }], 2877 }],
2878 ], # 'conditions' 2878 ], # 'conditions'
2879 } 2879 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend_v1/fake_drive_uploader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698