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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 327323006: [SyncFS] Create FakeSyncWorker class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work for nits Created 6 years, 6 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
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 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', 1386 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc',
1387 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', 1387 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc',
1388 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', 1388 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc',
1389 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', 1389 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc',
1390 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', 1390 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc',
1391 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', 1391 'browser/sync_file_system/drive_backend/drive_backend_test_util.h',
1392 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', 1392 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc',
1393 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', 1393 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h',
1394 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', 1394 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc',
1395 'browser/sync_file_system/drive_backend/fake_drive_uploader.h', 1395 'browser/sync_file_system/drive_backend/fake_drive_uploader.h',
1396 'browser/sync_file_system/drive_backend/fake_sync_worker.cc',
1397 'browser/sync_file_system/drive_backend/fake_sync_worker.h',
1396 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', 1398 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc',
1397 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc', 1399 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc',
1398 'browser/sync_file_system/drive_backend/metadata_database_index_unittest .cc', 1400 'browser/sync_file_system/drive_backend/metadata_database_index_unittest .cc',
1399 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', 1401 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc',
1400 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc', 1402 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc',
1401 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc', 1403 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc',
1402 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest. cc', 1404 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest. cc',
1403 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest .cc', 1405 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest .cc',
1404 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', 1406 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc',
1405 'browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc', 1407 'browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc',
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2867 'unit_tests.isolate', 2869 'unit_tests.isolate',
2868 ], 2870 ],
2869 'sources': [ 2871 'sources': [
2870 'unit_tests.isolate', 2872 'unit_tests.isolate',
2871 ], 2873 ],
2872 }, 2874 },
2873 ], 2875 ],
2874 }], 2876 }],
2875 ], # 'conditions' 2877 ], # 'conditions'
2876 } 2878 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698