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

Side by Side Diff: sync/sync_tests.gypi

Issue 280983002: Implement sync in the NonBlockingTypeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp error and some tests 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_core.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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'internal_api/public/base/ordinal_unittest.cc', 292 'internal_api/public/base/ordinal_unittest.cc',
293 'internal_api/public/base/unique_position_unittest.cc', 293 'internal_api/public/base/unique_position_unittest.cc',
294 'internal_api/public/engine/model_safe_worker_unittest.cc', 294 'internal_api/public/engine/model_safe_worker_unittest.cc',
295 'internal_api/public/util/immutable_unittest.cc', 295 'internal_api/public/util/immutable_unittest.cc',
296 'internal_api/public/util/weak_handle_unittest.cc', 296 'internal_api/public/util/weak_handle_unittest.cc',
297 'engine/apply_control_data_updates_unittest.cc', 297 'engine/apply_control_data_updates_unittest.cc',
298 'engine/backoff_delay_provider_unittest.cc', 298 'engine/backoff_delay_provider_unittest.cc',
299 'engine/directory_commit_contribution_unittest.cc', 299 'engine/directory_commit_contribution_unittest.cc',
300 'engine/directory_update_handler_unittest.cc', 300 'engine/directory_update_handler_unittest.cc',
301 'engine/get_updates_processor_unittest.cc', 301 'engine/get_updates_processor_unittest.cc',
302 'engine/model_thread_sync_entity_unittest.cc',
303 'engine/non_blocking_type_processor_unittest.cc',
302 'engine/sync_scheduler_unittest.cc', 304 'engine/sync_scheduler_unittest.cc',
303 'engine/syncer_proto_util_unittest.cc', 305 'engine/syncer_proto_util_unittest.cc',
304 'engine/syncer_unittest.cc', 306 'engine/syncer_unittest.cc',
305 'engine/syncer_util_unittest.cc', 307 'engine/syncer_util_unittest.cc',
306 'js/js_event_details_unittest.cc', 308 'js/js_event_details_unittest.cc',
307 'js/sync_js_controller_unittest.cc', 309 'js/sync_js_controller_unittest.cc',
308 'protocol/proto_enum_conversions_unittest.cc', 310 'protocol/proto_enum_conversions_unittest.cc',
309 'protocol/proto_value_conversions_unittest.cc', 311 'protocol/proto_value_conversions_unittest.cc',
310 'sessions/model_type_registry_unittest.cc', 312 'sessions/model_type_registry_unittest.cc',
311 'sessions/nudge_tracker_unittest.cc', 313 'sessions/nudge_tracker_unittest.cc',
(...skipping 375 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
« no previous file with comments | « sync/sync_core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698