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

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: Clean up after self-review. 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
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_server_url_builder_unittest.cc',
428 'internal_api/attachments/attachment_uploader_impl_unittest.cc',
427 'internal_api/attachments/fake_attachment_store_unittest.cc', 429 'internal_api/attachments/fake_attachment_store_unittest.cc',
428 'internal_api/attachments/fake_attachment_uploader_unittest.cc', 430 'internal_api/attachments/fake_attachment_uploader_unittest.cc',
429 'internal_api/debug_info_event_listener_unittest.cc', 431 'internal_api/debug_info_event_listener_unittest.cc',
430 'internal_api/http_bridge_unittest.cc', 432 'internal_api/http_bridge_unittest.cc',
431 'internal_api/js_mutation_event_observer_unittest.cc', 433 'internal_api/js_mutation_event_observer_unittest.cc',
432 'internal_api/js_sync_encryption_handler_observer_unittest.cc', 434 'internal_api/js_sync_encryption_handler_observer_unittest.cc',
433 'internal_api/js_sync_manager_observer_unittest.cc', 435 'internal_api/js_sync_manager_observer_unittest.cc',
434 'internal_api/protocol_event_buffer_unittest.cc', 436 'internal_api/protocol_event_buffer_unittest.cc',
435 'internal_api/public/change_record_unittest.cc', 437 'internal_api/public/change_record_unittest.cc',
436 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', 438 'internal_api/public/sessions/sync_session_snapshot_unittest.cc',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 ], 689 ],
688 'variables': { 690 'variables': {
689 'test_suite_name': 'sync_unit_tests', 691 'test_suite_name': 'sync_unit_tests',
690 }, 692 },
691 'includes': [ '../build/apk_test.gypi' ], 693 'includes': [ '../build/apk_test.gypi' ],
692 }, 694 },
693 ], 695 ],
694 }], 696 }],
695 ], 697 ],
696 } 698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698