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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 373413002: [SyncFS] Add a test to SyncProcessRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testfix Created 6 years, 5 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/sync_process_runner_unittest.cc ('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 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'browser/sync_file_system/mock_local_change_processor.cc', 1438 'browser/sync_file_system/mock_local_change_processor.cc',
1439 'browser/sync_file_system/mock_local_change_processor.h', 1439 'browser/sync_file_system/mock_local_change_processor.h',
1440 'browser/sync_file_system/mock_remote_change_processor.cc', 1440 'browser/sync_file_system/mock_remote_change_processor.cc',
1441 'browser/sync_file_system/mock_remote_change_processor.h', 1441 'browser/sync_file_system/mock_remote_change_processor.h',
1442 'browser/sync_file_system/mock_remote_file_sync_service.cc', 1442 'browser/sync_file_system/mock_remote_file_sync_service.cc',
1443 'browser/sync_file_system/mock_remote_file_sync_service.h', 1443 'browser/sync_file_system/mock_remote_file_sync_service.h',
1444 'browser/sync_file_system/subtree_set_unittest.cc', 1444 'browser/sync_file_system/subtree_set_unittest.cc',
1445 'browser/sync_file_system/sync_file_system_service_unittest.cc', 1445 'browser/sync_file_system/sync_file_system_service_unittest.cc',
1446 'browser/sync_file_system/sync_file_system_test_util.cc', 1446 'browser/sync_file_system/sync_file_system_test_util.cc',
1447 'browser/sync_file_system/sync_file_system_test_util.h', 1447 'browser/sync_file_system/sync_file_system_test_util.h',
1448 'browser/sync_file_system/sync_process_runner_unittest.cc',
1448 'browser/sync_file_system/syncable_file_system_util_unittest.cc', 1449 'browser/sync_file_system/syncable_file_system_util_unittest.cc',
1449 'browser/task_manager/task_manager_unittest.cc', 1450 'browser/task_manager/task_manager_unittest.cc',
1450 'browser/task_manager/task_manager_util_unittest.cc', 1451 'browser/task_manager/task_manager_util_unittest.cc',
1451 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1452 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1452 'browser/themes/browser_theme_pack_unittest.cc', 1453 'browser/themes/browser_theme_pack_unittest.cc',
1453 'browser/themes/theme_properties_unittest.cc', 1454 'browser/themes/theme_properties_unittest.cc',
1454 'browser/themes/theme_service_unittest.cc', 1455 'browser/themes/theme_service_unittest.cc',
1455 'browser/themes/theme_syncable_service_unittest.cc', 1456 'browser/themes/theme_syncable_service_unittest.cc',
1456 'browser/thumbnails/content_analysis_unittest.cc', 1457 'browser/thumbnails/content_analysis_unittest.cc',
1457 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', 1458 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc',
(...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 'unit_tests.isolate', 2917 'unit_tests.isolate',
2917 ], 2918 ],
2918 'sources': [ 2919 'sources': [
2919 'unit_tests.isolate', 2920 'unit_tests.isolate',
2920 ], 2921 ],
2921 }, 2922 },
2922 ], 2923 ],
2923 }], 2924 }],
2924 ], # 'conditions' 2925 ], # 'conditions'
2925 } 2926 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/sync_process_runner_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698