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

Side by Side Diff: sync/sync_tests.gypi

Issue 263903004: Add AttachmentUploader interface and fake implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 7 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
« no previous file with comments | « 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ], 469 ],
470 'direct_dependent_settings': { 470 'direct_dependent_settings': {
471 'include_dirs': [ 471 'include_dirs': [
472 '..', 472 '..',
473 ], 473 ],
474 'sources': [ 474 'sources': [
475 'api/attachments/attachment_unittest.cc', 475 'api/attachments/attachment_unittest.cc',
476 'api/attachments/attachment_id_unittest.cc', 476 'api/attachments/attachment_id_unittest.cc',
477 'api/attachments/attachment_service_proxy_unittest.cc', 477 'api/attachments/attachment_service_proxy_unittest.cc',
478 'api/attachments/fake_attachment_store_unittest.cc', 478 'api/attachments/fake_attachment_store_unittest.cc',
479 'api/attachments/fake_attachment_uploader_unittest.cc',
479 'api/sync_change_unittest.cc', 480 'api/sync_change_unittest.cc',
480 'api/sync_data_unittest.cc', 481 'api/sync_data_unittest.cc',
481 'api/sync_error_unittest.cc', 482 'api/sync_error_unittest.cc',
482 'api/sync_merge_result_unittest.cc', 483 'api/sync_merge_result_unittest.cc',
483 ], 484 ],
484 }, 485 },
485 }, 486 },
486 487
487 # The unit test executable for sync tests. 488 # The unit test executable for sync tests.
488 { 489 {
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 ], 682 ],
682 'variables': { 683 'variables': {
683 'test_suite_name': 'sync_unit_tests', 684 'test_suite_name': 'sync_unit_tests',
684 }, 685 },
685 'includes': [ '../build/apk_test.gypi' ], 686 'includes': [ '../build/apk_test.gypi' ],
686 }, 687 },
687 ], 688 ],
688 }], 689 }],
689 ], 690 ],
690 } 691 }
OLDNEW
« no previous file with comments | « sync/sync_api.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698