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

Side by Side Diff: sync/sync_tests.gypi

Issue 187303006: Update sync API to support attachments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachmentapi
Patch Set: Rename GetAttachments to GetLocalAttachmentsForUpload. Created 6 years, 9 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'sync', 457 'sync',
458 'test_support_sync_internal_api', 458 'test_support_sync_internal_api',
459 ], 459 ],
460 'direct_dependent_settings': { 460 'direct_dependent_settings': {
461 'include_dirs': [ 461 'include_dirs': [
462 '..', 462 '..',
463 ], 463 ],
464 'sources': [ 464 'sources': [
465 'api/attachments/attachment_unittest.cc', 465 'api/attachments/attachment_unittest.cc',
466 'api/attachments/attachment_id_unittest.cc', 466 'api/attachments/attachment_id_unittest.cc',
467 'api/attachments/attachment_service_proxy_unittest.cc',
467 'api/attachments/fake_attachment_store_unittest.cc', 468 'api/attachments/fake_attachment_store_unittest.cc',
468 'api/sync_change_unittest.cc', 469 'api/sync_change_unittest.cc',
469 'api/sync_data_unittest.cc', 470 'api/sync_data_unittest.cc',
470 'api/sync_error_unittest.cc', 471 'api/sync_error_unittest.cc',
471 'api/sync_merge_result_unittest.cc', 472 'api/sync_merge_result_unittest.cc',
472 ], 473 ],
473 }, 474 },
474 }, 475 },
475 476
476 # The unit test executable for sync tests. 477 # The unit test executable for sync tests.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'variables': { 693 'variables': {
693 'test_suite_name': 'sync_unit_tests', 694 'test_suite_name': 'sync_unit_tests',
694 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 695 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
695 }, 696 },
696 'includes': [ '../build/apk_test.gypi' ], 697 'includes': [ '../build/apk_test.gypi' ],
697 }, 698 },
698 ], 699 ],
699 }], 700 }],
700 ], 701 ],
701 } 702 }
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