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

Side by Side Diff: sync/sync_tests.gypi

Issue 174443002: Add some unit tests for SyncData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ModelType::BOOKMARKS -> syncer::BOOKMARKS Created 6 years, 10 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 # Test support files for the 'sync_core' target. 7 # Test support files for the 'sync_core' target.
8 { 8 {
9 'target_name': 'test_support_sync_core', 9 'target_name': 'test_support_sync_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'test_support_sync_internal_api', 446 'test_support_sync_internal_api',
447 ], 447 ],
448 'direct_dependent_settings': { 448 'direct_dependent_settings': {
449 'include_dirs': [ 449 'include_dirs': [
450 '..', 450 '..',
451 ], 451 ],
452 'sources': [ 452 'sources': [
453 'api/attachments/attachment_unittest.cc', 453 'api/attachments/attachment_unittest.cc',
454 'api/attachments/fake_attachment_store_unittest.cc', 454 'api/attachments/fake_attachment_store_unittest.cc',
455 'api/sync_change_unittest.cc', 455 'api/sync_change_unittest.cc',
456 'api/sync_data_unittest.cc',
456 'api/sync_error_unittest.cc', 457 'api/sync_error_unittest.cc',
457 'api/sync_merge_result_unittest.cc', 458 'api/sync_merge_result_unittest.cc',
458 ], 459 ],
459 }, 460 },
460 }, 461 },
461 462
462 # The unit test executable for sync tests. 463 # The unit test executable for sync tests.
463 { 464 {
464 'target_name': 'sync_unit_tests', 465 'target_name': 'sync_unit_tests',
465 'type': '<(gtest_target_type)', 466 'type': '<(gtest_target_type)',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'variables': { 657 'variables': {
657 'test_suite_name': 'sync_unit_tests', 658 'test_suite_name': 'sync_unit_tests',
658 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 659 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
659 }, 660 },
660 'includes': [ '../build/apk_test.gypi' ], 661 'includes': [ '../build/apk_test.gypi' ],
661 }, 662 },
662 ], 663 ],
663 }], 664 }],
664 ], 665 ],
665 } 666 }
OLDNEW
« sync/api/sync_data_unittest.cc ('K') | « sync/api/sync_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698