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

Side by Side Diff: sync/sync_tests.gypi

Issue 102193004: Checkpointing some Sync Attachment work. Added SyncAttachment and SyncAttachmentId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added some DCHECKs and another test case. 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
« sync/sync_api.gypi ('K') | « sync/sync_api.gypi ('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 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 '../base/base.gyp:base', 408 '../base/base.gyp:base',
409 '../testing/gtest.gyp:gtest', 409 '../testing/gtest.gyp:gtest',
410 'sync', 410 'sync',
411 'test_support_sync_internal_api', 411 'test_support_sync_internal_api',
412 ], 412 ],
413 'direct_dependent_settings': { 413 'direct_dependent_settings': {
414 'include_dirs': [ 414 'include_dirs': [
415 '..', 415 '..',
416 ], 416 ],
417 'sources': [ 417 'sources': [
418 'api/sync_attachment_unittest.cc',
418 'api/sync_change_unittest.cc', 419 'api/sync_change_unittest.cc',
419 'api/sync_error_unittest.cc', 420 'api/sync_error_unittest.cc',
420 'api/sync_merge_result_unittest.cc', 421 'api/sync_merge_result_unittest.cc',
421 ], 422 ],
422 }, 423 },
423 }, 424 },
424 425
425 # The unit test executable for sync tests. 426 # The unit test executable for sync tests.
426 { 427 {
427 'target_name': 'sync_unit_tests', 428 'target_name': 'sync_unit_tests',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'variables': { 620 'variables': {
620 'test_suite_name': 'sync_unit_tests', 621 'test_suite_name': 'sync_unit_tests',
621 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 622 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
622 }, 623 },
623 'includes': [ '../build/apk_test.gypi' ], 624 'includes': [ '../build/apk_test.gypi' ],
624 }, 625 },
625 ], 626 ],
626 }], 627 }],
627 ], 628 ],
628 } 629 }
OLDNEW
« sync/sync_api.gypi ('K') | « sync/sync_api.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698