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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 98053002: SyncFS: Add ConflictResolverTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/conflict_resolver_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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'browser/sync/sessions2/tab_node_pool2_unittest.cc', 1367 'browser/sync/sessions2/tab_node_pool2_unittest.cc',
1368 'browser/sync/sync_global_error_unittest.cc', 1368 'browser/sync/sync_global_error_unittest.cc',
1369 'browser/sync/sync_policy_handler_unittest.cc', 1369 'browser/sync/sync_policy_handler_unittest.cc',
1370 'browser/sync/sync_prefs_unittest.cc', 1370 'browser/sync/sync_prefs_unittest.cc',
1371 'browser/sync/sync_startup_tracker_unittest.cc', 1371 'browser/sync/sync_startup_tracker_unittest.cc',
1372 'browser/sync/sync_ui_util_unittest.cc', 1372 'browser/sync/sync_ui_util_unittest.cc',
1373 'browser/sync/test/test_http_bridge_factory.cc', 1373 'browser/sync/test/test_http_bridge_factory.cc',
1374 'browser/sync/test/test_http_bridge_factory.h', 1374 'browser/sync/test/test_http_bridge_factory.h',
1375 'browser/sync/test_profile_sync_service.cc', 1375 'browser/sync/test_profile_sync_service.cc',
1376 'browser/sync/test_profile_sync_service.h', 1376 'browser/sync/test_profile_sync_service.h',
1377 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc',
1377 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', 1378 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc',
1378 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', 1379 'browser/sync_file_system/drive_backend/drive_backend_test_util.h',
1379 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc', 1380 'browser/sync_file_system/drive_backend/list_changes_task_unittest.cc',
1380 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc', 1381 'browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest. cc',
1381 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc', 1382 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc',
1382 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc', 1383 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc',
1383 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc', 1384 'browser/sync_file_system/drive_backend/register_app_task_unittest.cc',
1384 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest. cc', 1385 'browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest. cc',
1385 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest .cc', 1386 'browser/sync_file_system/drive_backend/sync_engine_initializer_unittest .cc',
1386 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc', 1387 'browser/sync_file_system/drive_backend/sync_engine_unittest.cc',
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
2932 'browser/ui/app_list/test/fake_profile_store.cc', 2933 'browser/ui/app_list/test/fake_profile_store.cc',
2933 'browser/ui/app_list/test/fake_profile_store.h', 2934 'browser/ui/app_list/test/fake_profile_store.h',
2934 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2935 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2935 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2936 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2936 ], 2937 ],
2937 }, 2938 },
2938 ], 2939 ],
2939 }], 2940 }],
2940 ], # 'conditions' 2941 ], # 'conditions'
2941 } 2942 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698