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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13986011: SyncFS: Introduce RemoteSyncOperationResolver for directory operation support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add RemoteSyncOperationResolver and unit tests Created 7 years, 8 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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 'browser/sync_file_system/fake_drive_file_sync_client.h', 1181 'browser/sync_file_system/fake_drive_file_sync_client.h',
1182 'browser/sync_file_system/fake_remote_change_processor.cc', 1182 'browser/sync_file_system/fake_remote_change_processor.cc',
1183 'browser/sync_file_system/fake_remote_change_processor.h', 1183 'browser/sync_file_system/fake_remote_change_processor.h',
1184 'browser/sync_file_system/local_file_sync_service_unittest.cc', 1184 'browser/sync_file_system/local_file_sync_service_unittest.cc',
1185 'browser/sync_file_system/mock_local_change_processor.cc', 1185 'browser/sync_file_system/mock_local_change_processor.cc',
1186 'browser/sync_file_system/mock_local_change_processor.h', 1186 'browser/sync_file_system/mock_local_change_processor.h',
1187 'browser/sync_file_system/mock_remote_change_processor.cc', 1187 'browser/sync_file_system/mock_remote_change_processor.cc',
1188 'browser/sync_file_system/mock_remote_change_processor.h', 1188 'browser/sync_file_system/mock_remote_change_processor.h',
1189 'browser/sync_file_system/mock_remote_file_sync_service.cc', 1189 'browser/sync_file_system/mock_remote_file_sync_service.cc',
1190 'browser/sync_file_system/mock_remote_file_sync_service.h', 1190 'browser/sync_file_system/mock_remote_file_sync_service.h',
1191 'browser/sync_file_system/remote_sync_operation_resolver_unittest.cc',
1191 'browser/sync_file_system/sync_file_system_service_unittest.cc', 1192 'browser/sync_file_system/sync_file_system_service_unittest.cc',
1192 'browser/sync_file_system/sync_file_system_test_util.cc', 1193 'browser/sync_file_system/sync_file_system_test_util.cc',
1193 'browser/sync_file_system/sync_file_system_test_util.h', 1194 'browser/sync_file_system/sync_file_system_test_util.h',
1194 'browser/tab_contents/render_view_context_menu_test_util.cc', 1195 'browser/tab_contents/render_view_context_menu_test_util.cc',
1195 'browser/tab_contents/render_view_context_menu_test_util.h', 1196 'browser/tab_contents/render_view_context_menu_test_util.h',
1196 'browser/tab_contents/render_view_context_menu_unittest.cc', 1197 'browser/tab_contents/render_view_context_menu_unittest.cc',
1197 'browser/task_manager/task_manager_unittest.cc', 1198 'browser/task_manager/task_manager_unittest.cc',
1198 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1199 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1199 'browser/themes/browser_theme_pack_unittest.cc', 1200 'browser/themes/browser_theme_pack_unittest.cc',
1200 'browser/themes/theme_properties_unittest.cc', 1201 'browser/themes/theme_properties_unittest.cc',
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2440 # more details. 2441 # more details.
2441 'DebugInformationFormat': '3', 2442 'DebugInformationFormat': '3',
2442 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2443 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2443 }, 2444 },
2444 }, 2445 },
2445 }, 2446 },
2446 ], 2447 ],
2447 }], 2448 }],
2448 ], # 'conditions' 2449 ], # 'conditions'
2449 } 2450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698