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

Side by Side Diff: sync/sync_tests.gypi

Issue 452283003: sync: Finish non-blocking type encryption support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cryptographer testing Created 6 years, 4 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.gyp ('k') | sync/test/engine/simple_cryptographer_provider.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 # GN version: //sync:test_support_sync_core 8 # GN version: //sync:test_support_sync_core
9 { 9 {
10 'target_name': 'test_support_sync_core', 10 'target_name': 'test_support_sync_core',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'test/engine/mock_connection_manager.cc', 44 'test/engine/mock_connection_manager.cc',
45 'test/engine/mock_connection_manager.h', 45 'test/engine/mock_connection_manager.h',
46 'test/engine/mock_model_type_sync_proxy.cc', 46 'test/engine/mock_model_type_sync_proxy.cc',
47 'test/engine/mock_model_type_sync_proxy.h', 47 'test/engine/mock_model_type_sync_proxy.h',
48 'test/engine/mock_model_type_sync_worker.cc', 48 'test/engine/mock_model_type_sync_worker.cc',
49 'test/engine/mock_model_type_sync_worker.h', 49 'test/engine/mock_model_type_sync_worker.h',
50 'test/engine/mock_nudge_handler.cc', 50 'test/engine/mock_nudge_handler.cc',
51 'test/engine/mock_nudge_handler.h', 51 'test/engine/mock_nudge_handler.h',
52 'test/engine/mock_update_handler.cc', 52 'test/engine/mock_update_handler.cc',
53 'test/engine/mock_update_handler.h', 53 'test/engine/mock_update_handler.h',
54 'test/engine/simple_cryptographer_provider.cc',
55 'test/engine/simple_cryptographer_provider.h',
56 'test/engine/single_type_mock_server.cc', 54 'test/engine/single_type_mock_server.cc',
57 'test/engine/single_type_mock_server.h', 55 'test/engine/single_type_mock_server.h',
58 'test/engine/test_directory_setter_upper.cc', 56 'test/engine/test_directory_setter_upper.cc',
59 'test/engine/test_directory_setter_upper.h', 57 'test/engine/test_directory_setter_upper.h',
60 'test/engine/test_id_factory.h', 58 'test/engine/test_id_factory.h',
61 'test/engine/test_syncable_utils.cc', 59 'test/engine/test_syncable_utils.cc',
62 'test/engine/test_syncable_utils.h', 60 'test/engine/test_syncable_utils.h',
63 'test/fake_encryptor.cc', 61 'test/fake_encryptor.cc',
64 'test/fake_encryptor.h', 62 'test/fake_encryptor.h',
65 'test/fake_sync_encryption_handler.cc', 63 'test/fake_sync_encryption_handler.cc',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 460 ],
463 'variables': { 461 'variables': {
464 'test_suite_name': 'sync_unit_tests', 462 'test_suite_name': 'sync_unit_tests',
465 }, 463 },
466 'includes': [ '../build/apk_test.gypi' ], 464 'includes': [ '../build/apk_test.gypi' ],
467 }, 465 },
468 ], 466 ],
469 }], 467 }],
470 ], 468 ],
471 } 469 }
OLDNEW
« no previous file with comments | « sync/sync.gyp ('k') | sync/test/engine/simple_cryptographer_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698