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

Side by Side Diff: sync/sync_tests.gypi

Issue 278263003: Add a minimal AttachmentUploaderImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply 2nd round of CR feedback from pavely. 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_internal_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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 '../testing/gmock.gyp:gmock', 417 '../testing/gmock.gyp:gmock',
418 '../testing/gtest.gyp:gtest', 418 '../testing/gtest.gyp:gtest',
419 'sync', 419 'sync',
420 'test_support_sync_internal_api', 420 'test_support_sync_internal_api',
421 ], 421 ],
422 'direct_dependent_settings': { 422 'direct_dependent_settings': {
423 'include_dirs': [ 423 'include_dirs': [
424 '..', 424 '..',
425 ], 425 ],
426 'sources': [ 426 'sources': [
427 'internal_api/attachments/attachment_uploader_impl_unittest.cc',
427 'internal_api/attachments/fake_attachment_store_unittest.cc', 428 'internal_api/attachments/fake_attachment_store_unittest.cc',
428 'internal_api/attachments/fake_attachment_uploader_unittest.cc', 429 'internal_api/attachments/fake_attachment_uploader_unittest.cc',
429 'internal_api/debug_info_event_listener_unittest.cc', 430 'internal_api/debug_info_event_listener_unittest.cc',
430 'internal_api/http_bridge_unittest.cc', 431 'internal_api/http_bridge_unittest.cc',
431 'internal_api/js_mutation_event_observer_unittest.cc', 432 'internal_api/js_mutation_event_observer_unittest.cc',
432 'internal_api/js_sync_encryption_handler_observer_unittest.cc', 433 'internal_api/js_sync_encryption_handler_observer_unittest.cc',
433 'internal_api/js_sync_manager_observer_unittest.cc', 434 'internal_api/js_sync_manager_observer_unittest.cc',
434 'internal_api/protocol_event_buffer_unittest.cc', 435 'internal_api/protocol_event_buffer_unittest.cc',
435 'internal_api/public/change_record_unittest.cc', 436 'internal_api/public/change_record_unittest.cc',
436 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', 437 'internal_api/public/sessions/sync_session_snapshot_unittest.cc',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 ], 688 ],
688 'variables': { 689 'variables': {
689 'test_suite_name': 'sync_unit_tests', 690 'test_suite_name': 'sync_unit_tests',
690 }, 691 },
691 'includes': [ '../build/apk_test.gypi' ], 692 'includes': [ '../build/apk_test.gypi' ],
692 }, 693 },
693 ], 694 ],
694 }], 695 }],
695 ], 696 ],
696 } 697 }
OLDNEW
« no previous file with comments | « sync/sync_internal_api.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698