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

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 missing SYNC_EXPORT_PRIVATE modifier (was cause of link error on trybots). Created 6 years, 11 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
« no previous file with comments | « sync/sync_proto.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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 '../base/base.gyp:base', 410 '../base/base.gyp:base',
411 '../testing/gtest.gyp:gtest', 411 '../testing/gtest.gyp:gtest',
412 'sync', 412 'sync',
413 'test_support_sync_internal_api', 413 'test_support_sync_internal_api',
414 ], 414 ],
415 'direct_dependent_settings': { 415 'direct_dependent_settings': {
416 'include_dirs': [ 416 'include_dirs': [
417 '..', 417 '..',
418 ], 418 ],
419 'sources': [ 419 'sources': [
420 'api/sync_attachment_unittest.cc',
420 'api/sync_change_unittest.cc', 421 'api/sync_change_unittest.cc',
421 'api/sync_error_unittest.cc', 422 'api/sync_error_unittest.cc',
422 'api/sync_merge_result_unittest.cc', 423 'api/sync_merge_result_unittest.cc',
423 ], 424 ],
424 }, 425 },
425 }, 426 },
426 427
427 # The unit test executable for sync tests. 428 # The unit test executable for sync tests.
428 { 429 {
429 'target_name': 'sync_unit_tests', 430 'target_name': 'sync_unit_tests',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'variables': { 622 'variables': {
622 'test_suite_name': 'sync_unit_tests', 623 'test_suite_name': 'sync_unit_tests',
623 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 624 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
624 }, 625 },
625 'includes': [ '../build/apk_test.gypi' ], 626 'includes': [ '../build/apk_test.gypi' ],
626 }, 627 },
627 ], 628 ],
628 }], 629 }],
629 ], 630 ],
630 } 631 }
OLDNEW
« no previous file with comments | « sync/sync_proto.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698