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 38803003: sync: Implement per-type update processing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix integration tests Created 7 years, 2 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'internal_api/public/base/ordinal_unittest.cc', 236 'internal_api/public/base/ordinal_unittest.cc',
237 'internal_api/public/base/unique_position_unittest.cc', 237 'internal_api/public/base/unique_position_unittest.cc',
238 'internal_api/public/engine/model_safe_worker_unittest.cc', 238 'internal_api/public/engine/model_safe_worker_unittest.cc',
239 'internal_api/public/util/immutable_unittest.cc', 239 'internal_api/public/util/immutable_unittest.cc',
240 'internal_api/public/util/weak_handle_unittest.cc', 240 'internal_api/public/util/weak_handle_unittest.cc',
241 'engine/apply_control_data_updates_unittest.cc', 241 'engine/apply_control_data_updates_unittest.cc',
242 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc', 242 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc',
243 'engine/backoff_delay_provider_unittest.cc', 243 'engine/backoff_delay_provider_unittest.cc',
244 'engine/download_unittest.cc', 244 'engine/download_unittest.cc',
245 'engine/model_changing_syncer_command_unittest.cc', 245 'engine/model_changing_syncer_command_unittest.cc',
246 'engine/process_updates_command_unittest.cc',
247 'engine/store_timestamps_command_unittest.cc',
248 'engine/sync_scheduler_unittest.cc', 246 'engine/sync_scheduler_unittest.cc',
249 'engine/syncer_proto_util_unittest.cc', 247 'engine/syncer_proto_util_unittest.cc',
250 'engine/syncer_unittest.cc', 248 'engine/syncer_unittest.cc',
251 'engine/sync_directory_commit_contribution_unittest.cc', 249 'engine/sync_directory_commit_contribution_unittest.cc',
250 'engine/sync_directory_update_handler_unittest.cc',
252 'engine/traffic_recorder_unittest.cc', 251 'engine/traffic_recorder_unittest.cc',
253 'js/js_arg_list_unittest.cc', 252 'js/js_arg_list_unittest.cc',
254 'js/js_event_details_unittest.cc', 253 'js/js_event_details_unittest.cc',
255 'js/sync_js_controller_unittest.cc', 254 'js/sync_js_controller_unittest.cc',
256 'protocol/proto_enum_conversions_unittest.cc', 255 'protocol/proto_enum_conversions_unittest.cc',
257 'protocol/proto_value_conversions_unittest.cc', 256 'protocol/proto_value_conversions_unittest.cc',
258 'sessions/nudge_tracker_unittest.cc', 257 'sessions/nudge_tracker_unittest.cc',
259 'sessions/status_controller_unittest.cc', 258 'sessions/status_controller_unittest.cc',
260 'sessions/sync_session_unittest.cc', 259 'sessions/sync_session_unittest.cc',
261 'syncable/directory_backing_store_unittest.cc', 260 'syncable/directory_backing_store_unittest.cc',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'variables': { 634 'variables': {
636 'test_suite_name': 'sync_unit_tests', 635 'test_suite_name': 'sync_unit_tests',
637 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 636 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
638 }, 637 },
639 'includes': [ '../build/apk_test.gypi' ], 638 'includes': [ '../build/apk_test.gypi' ],
640 }, 639 },
641 ], 640 ],
642 }], 641 }],
643 ], 642 ],
644 } 643 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698