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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 18591004: [SyncFS] Implement MetadataDatabase initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +test verification Created 7 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
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 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 'browser/sync_file_system/drive_backend/drive_file_sync_service_fake_uni ttest.cc', 1269 'browser/sync_file_system/drive_backend/drive_file_sync_service_fake_uni ttest.cc',
1270 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync_uni ttest.cc', 1270 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync_uni ttest.cc',
1271 'browser/sync_file_system/drive_backend/drive_file_sync_service_unittest .cc', 1271 'browser/sync_file_system/drive_backend/drive_file_sync_service_unittest .cc',
1272 'browser/sync_file_system/drive_backend/drive_metadata_store_unittest.cc ', 1272 'browser/sync_file_system/drive_backend/drive_metadata_store_unittest.cc ',
1273 'browser/sync_file_system/drive_backend/fake_api_util.cc', 1273 'browser/sync_file_system/drive_backend/fake_api_util.cc',
1274 'browser/sync_file_system/drive_backend/fake_api_util.h', 1274 'browser/sync_file_system/drive_backend/fake_api_util.h',
1275 'browser/sync_file_system/drive_backend/fake_api_util_unittest.cc', 1275 'browser/sync_file_system/drive_backend/fake_api_util_unittest.cc',
1276 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', 1276 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc',
1277 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', 1277 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h',
1278 'browser/sync_file_system/drive_backend/local_sync_operation_resolver_un ittest.cc', 1278 'browser/sync_file_system/drive_backend/local_sync_operation_resolver_un ittest.cc',
1279 'browser/sync_file_system/drive_backend/metadata_database_unittest.cc',
1279 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc', 1280 'browser/sync_file_system/drive_backend/metadata_db_migration_util_unitt est.cc',
1280 'browser/sync_file_system/drive_backend/remote_sync_operation_resolver_u nittest.cc', 1281 'browser/sync_file_system/drive_backend/remote_sync_operation_resolver_u nittest.cc',
1281 'browser/sync_file_system/fake_remote_change_processor.cc', 1282 'browser/sync_file_system/fake_remote_change_processor.cc',
1282 'browser/sync_file_system/fake_remote_change_processor.h', 1283 'browser/sync_file_system/fake_remote_change_processor.h',
1283 'browser/sync_file_system/local_file_sync_service_unittest.cc', 1284 'browser/sync_file_system/local_file_sync_service_unittest.cc',
1284 'browser/sync_file_system/logger_unittest.cc', 1285 'browser/sync_file_system/logger_unittest.cc',
1285 'browser/sync_file_system/mock_local_change_processor.cc', 1286 'browser/sync_file_system/mock_local_change_processor.cc',
1286 'browser/sync_file_system/mock_local_change_processor.h', 1287 'browser/sync_file_system/mock_local_change_processor.h',
1287 'browser/sync_file_system/mock_remote_change_processor.cc', 1288 'browser/sync_file_system/mock_remote_change_processor.cc',
1288 'browser/sync_file_system/mock_remote_change_processor.h', 1289 'browser/sync_file_system/mock_remote_change_processor.h',
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2642 # more details. 2643 # more details.
2643 'DebugInformationFormat': '3', 2644 'DebugInformationFormat': '3',
2644 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2645 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2645 }, 2646 },
2646 }, 2647 },
2647 }, 2648 },
2648 ], 2649 ],
2649 }], 2650 }],
2650 ], # 'conditions' 2651 ], # 'conditions'
2651 } 2652 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698