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

Side by Side Diff: sync/sync_tests.gypi

Issue 61213009: Don't drop debug_info when posting to sync server fails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed erroneous use of SYNC_EXPORT_PRIVATE from MockDebugInfoGetter. Created 7 years, 1 month 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/sessions/status_controller.cc ('k') | sync/test/engine/mock_connection_manager.h » ('j') | 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'test/engine/test_syncable_utils.h', 49 'test/engine/test_syncable_utils.h',
50 'test/fake_encryptor.cc', 50 'test/fake_encryptor.cc',
51 'test/fake_encryptor.h', 51 'test/fake_encryptor.h',
52 'test/fake_sync_encryption_handler.cc', 52 'test/fake_sync_encryption_handler.cc',
53 'test/fake_sync_encryption_handler.h', 53 'test/fake_sync_encryption_handler.h',
54 'test/null_directory_change_delegate.cc', 54 'test/null_directory_change_delegate.cc',
55 'test/null_directory_change_delegate.h', 55 'test/null_directory_change_delegate.h',
56 'test/null_transaction_observer.cc', 56 'test/null_transaction_observer.cc',
57 'test/null_transaction_observer.h', 57 'test/null_transaction_observer.h',
58 'test/sessions/test_scoped_session_event_listener.h', 58 'test/sessions/test_scoped_session_event_listener.h',
59 'test/sessions/mock_debug_info_getter.h',
60 'test/sessions/mock_debug_info_getter.cc',
59 'test/test_directory_backing_store.cc', 61 'test/test_directory_backing_store.cc',
60 'test/test_directory_backing_store.h', 62 'test/test_directory_backing_store.h',
61 'test/test_transaction_observer.cc', 63 'test/test_transaction_observer.cc',
62 'test/test_transaction_observer.h', 64 'test/test_transaction_observer.h',
63 'util/test_unrecoverable_error_handler.cc', 65 'util/test_unrecoverable_error_handler.cc',
64 'util/test_unrecoverable_error_handler.h', 66 'util/test_unrecoverable_error_handler.h',
65 ], 67 ],
66 }, 68 },
67 69
68 # Test support files for the python sync test server. 70 # Test support files for the python sync test server.
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'variables': { 624 'variables': {
623 'test_suite_name': 'sync_unit_tests', 625 'test_suite_name': 'sync_unit_tests',
624 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 626 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
625 }, 627 },
626 'includes': [ '../build/apk_test.gypi' ], 628 'includes': [ '../build/apk_test.gypi' ],
627 }, 629 },
628 ], 630 ],
629 }], 631 }],
630 ], 632 ],
631 } 633 }
OLDNEW
« no previous file with comments | « sync/sessions/status_controller.cc ('k') | sync/test/engine/mock_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698