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

Side by Side Diff: sync/sync_tests.gypi

Issue 161253002: sync: Add interfaces for per-type sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another win compile fix Created 6 years, 10 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_core.gypi ('k') | sync/test/engine/mock_update_handler.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 22 matching lines...) Expand all
33 'js/js_test_util.h', 33 'js/js_test_util.h',
34 'sessions/test_util.cc', 34 'sessions/test_util.cc',
35 'sessions/test_util.h', 35 'sessions/test_util.h',
36 'test/callback_counter.h', 36 'test/callback_counter.h',
37 'test/engine/fake_model_worker.cc', 37 'test/engine/fake_model_worker.cc',
38 'test/engine/fake_model_worker.h', 38 'test/engine/fake_model_worker.h',
39 'test/engine/fake_sync_scheduler.cc', 39 'test/engine/fake_sync_scheduler.cc',
40 'test/engine/fake_sync_scheduler.h', 40 'test/engine/fake_sync_scheduler.h',
41 'test/engine/mock_connection_manager.cc', 41 'test/engine/mock_connection_manager.cc',
42 'test/engine/mock_connection_manager.h', 42 'test/engine/mock_connection_manager.h',
43 'test/engine/mock_update_handler.cc',
44 'test/engine/mock_update_handler.h',
43 'test/engine/test_directory_setter_upper.cc', 45 'test/engine/test_directory_setter_upper.cc',
44 'test/engine/test_directory_setter_upper.h', 46 'test/engine/test_directory_setter_upper.h',
45 'test/engine/test_id_factory.h', 47 'test/engine/test_id_factory.h',
46 'test/engine/test_syncable_utils.cc', 48 'test/engine/test_syncable_utils.cc',
47 'test/engine/test_syncable_utils.h', 49 'test/engine/test_syncable_utils.h',
48 'test/fake_encryptor.cc', 50 'test/fake_encryptor.cc',
49 'test/fake_encryptor.h', 51 'test/fake_encryptor.h',
50 'test/fake_sync_encryption_handler.cc', 52 'test/fake_sync_encryption_handler.cc',
51 'test/fake_sync_encryption_handler.h', 53 'test/fake_sync_encryption_handler.h',
52 'test/null_directory_change_delegate.cc', 54 'test/null_directory_change_delegate.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'internal_api/public/base/enum_set_unittest.cc', 266 'internal_api/public/base/enum_set_unittest.cc',
265 'internal_api/public/base/node_ordinal_unittest.cc', 267 'internal_api/public/base/node_ordinal_unittest.cc',
266 'internal_api/public/base/ordinal_unittest.cc', 268 'internal_api/public/base/ordinal_unittest.cc',
267 'internal_api/public/base/unique_position_unittest.cc', 269 'internal_api/public/base/unique_position_unittest.cc',
268 'internal_api/public/engine/model_safe_worker_unittest.cc', 270 'internal_api/public/engine/model_safe_worker_unittest.cc',
269 'internal_api/public/util/immutable_unittest.cc', 271 'internal_api/public/util/immutable_unittest.cc',
270 'internal_api/public/util/weak_handle_unittest.cc', 272 'internal_api/public/util/weak_handle_unittest.cc',
271 'engine/apply_control_data_updates_unittest.cc', 273 'engine/apply_control_data_updates_unittest.cc',
272 'engine/backoff_delay_provider_unittest.cc', 274 'engine/backoff_delay_provider_unittest.cc',
273 'engine/download_unittest.cc', 275 'engine/download_unittest.cc',
274 'engine/sync_directory_commit_contribution_unittest.cc', 276 'engine/directory_commit_contribution_unittest.cc',
275 'engine/sync_directory_update_handler_unittest.cc', 277 'engine/directory_update_handler_unittest.cc',
276 'engine/sync_scheduler_unittest.cc', 278 'engine/sync_scheduler_unittest.cc',
277 'engine/syncer_proto_util_unittest.cc', 279 'engine/syncer_proto_util_unittest.cc',
278 'engine/syncer_unittest.cc', 280 'engine/syncer_unittest.cc',
279 'engine/traffic_recorder_unittest.cc', 281 'engine/traffic_recorder_unittest.cc',
280 'js/js_arg_list_unittest.cc', 282 'js/js_arg_list_unittest.cc',
281 'js/js_event_details_unittest.cc', 283 'js/js_event_details_unittest.cc',
282 'js/sync_js_controller_unittest.cc', 284 'js/sync_js_controller_unittest.cc',
283 'protocol/proto_enum_conversions_unittest.cc', 285 'protocol/proto_enum_conversions_unittest.cc',
284 'protocol/proto_value_conversions_unittest.cc', 286 'protocol/proto_value_conversions_unittest.cc',
285 'sessions/model_type_registry_unittest.cc', 287 'sessions/model_type_registry_unittest.cc',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'variables': { 654 'variables': {
653 'test_suite_name': 'sync_unit_tests', 655 'test_suite_name': 'sync_unit_tests',
654 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 656 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
655 }, 657 },
656 'includes': [ '../build/apk_test.gypi' ], 658 'includes': [ '../build/apk_test.gypi' ],
657 }, 659 },
658 ], 660 ],
659 }], 661 }],
660 ], 662 ],
661 } 663 }
OLDNEW
« no previous file with comments | « sync/sync_core.gypi ('k') | sync/test/engine/mock_update_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698