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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 310383002: [SyncFS] Introduce CallbackTracker to handle callback abortion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 'browser/sync/sync_error_notifier_ash_unittest.cc', 1366 'browser/sync/sync_error_notifier_ash_unittest.cc',
1367 'browser/sync/sync_global_error_unittest.cc', 1367 'browser/sync/sync_global_error_unittest.cc',
1368 'browser/sync/sync_policy_handler_unittest.cc', 1368 'browser/sync/sync_policy_handler_unittest.cc',
1369 'browser/sync/sync_startup_tracker_unittest.cc', 1369 'browser/sync/sync_startup_tracker_unittest.cc',
1370 'browser/sync/sync_ui_util_unittest.cc', 1370 'browser/sync/sync_ui_util_unittest.cc',
1371 'browser/sync/test/test_http_bridge_factory.cc', 1371 'browser/sync/test/test_http_bridge_factory.cc',
1372 'browser/sync/test/test_http_bridge_factory.h', 1372 'browser/sync/test/test_http_bridge_factory.h',
1373 'browser/sync/test_profile_sync_service.cc', 1373 'browser/sync/test_profile_sync_service.cc',
1374 'browser/sync/test_profile_sync_service.h', 1374 'browser/sync/test_profile_sync_service.h',
1375 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', 1375 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc',
1376 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc',
1376 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', 1377 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc',
1377 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', 1378 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc',
1378 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', 1379 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc',
1379 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', 1380 'browser/sync_file_system/drive_backend/drive_backend_test_util.h',
1380 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', 1381 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc',
1381 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', 1382 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h',
1382 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', 1383 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc',
1383 'browser/sync_file_system/drive_backend/fake_drive_uploader.h', 1384 'browser/sync_file_system/drive_backend/fake_drive_uploader.h',
1384 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', 1385 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc',
1385 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc', 1386 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc',
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2842 'unit_tests.isolate', 2843 'unit_tests.isolate',
2843 ], 2844 ],
2844 'sources': [ 2845 'sources': [
2845 'unit_tests.isolate', 2846 'unit_tests.isolate',
2846 ], 2847 ],
2847 }, 2848 },
2848 ], 2849 ],
2849 }], 2850 }],
2850 ], # 'conditions' 2851 ], # 'conditions'
2851 } 2852 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698