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

Side by Side Diff: sync/sync_tests.gypi

Issue 13743003: sync: Finish the SyncScheduler refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix AuthErrorTest Created 7 years, 8 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
« 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'internal_api/public/util/immutable_unittest.cc', 241 'internal_api/public/util/immutable_unittest.cc',
242 'internal_api/public/util/weak_handle_unittest.cc', 242 'internal_api/public/util/weak_handle_unittest.cc',
243 'engine/apply_control_data_updates_unittest.cc', 243 'engine/apply_control_data_updates_unittest.cc',
244 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc', 244 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc',
245 'engine/backoff_delay_provider_unittest.cc', 245 'engine/backoff_delay_provider_unittest.cc',
246 'engine/download_updates_command_unittest.cc', 246 'engine/download_updates_command_unittest.cc',
247 'engine/model_changing_syncer_command_unittest.cc', 247 'engine/model_changing_syncer_command_unittest.cc',
248 'engine/process_commit_response_command_unittest.cc', 248 'engine/process_commit_response_command_unittest.cc',
249 'engine/process_updates_command_unittest.cc', 249 'engine/process_updates_command_unittest.cc',
250 'engine/store_timestamps_command_unittest.cc', 250 'engine/store_timestamps_command_unittest.cc',
251 'engine/sync_session_job_unittest.cc',
252 'engine/sync_scheduler_unittest.cc', 251 'engine/sync_scheduler_unittest.cc',
253 'engine/sync_scheduler_whitebox_unittest.cc',
254 'engine/syncer_proto_util_unittest.cc', 252 'engine/syncer_proto_util_unittest.cc',
255 'engine/syncer_unittest.cc', 253 'engine/syncer_unittest.cc',
256 'engine/throttled_data_type_tracker_unittest.cc', 254 'engine/throttled_data_type_tracker_unittest.cc',
257 'engine/traffic_recorder_unittest.cc', 255 'engine/traffic_recorder_unittest.cc',
258 'js/js_arg_list_unittest.cc', 256 'js/js_arg_list_unittest.cc',
259 'js/js_event_details_unittest.cc', 257 'js/js_event_details_unittest.cc',
260 'js/sync_js_controller_unittest.cc', 258 'js/sync_js_controller_unittest.cc',
261 'protocol/proto_enum_conversions_unittest.cc', 259 'protocol/proto_enum_conversions_unittest.cc',
262 'protocol/proto_value_conversions_unittest.cc', 260 'protocol/proto_value_conversions_unittest.cc',
261 'sessions/nudge_tracker_unittest.cc',
263 'sessions/ordered_commit_set_unittest.cc', 262 'sessions/ordered_commit_set_unittest.cc',
264 'sessions/status_controller_unittest.cc', 263 'sessions/status_controller_unittest.cc',
265 'sessions/sync_session_unittest.cc', 264 'sessions/sync_session_unittest.cc',
266 'syncable/directory_backing_store_unittest.cc', 265 'syncable/directory_backing_store_unittest.cc',
267 'syncable/model_type_unittest.cc', 266 'syncable/model_type_unittest.cc',
268 'syncable/nigori_util_unittest.cc', 267 'syncable/nigori_util_unittest.cc',
269 'syncable/parent_child_index_unittest.cc', 268 'syncable/parent_child_index_unittest.cc',
270 'syncable/syncable_enum_conversions_unittest.cc', 269 'syncable/syncable_enum_conversions_unittest.cc',
271 'syncable/syncable_id_unittest.cc', 270 'syncable/syncable_id_unittest.cc',
272 'syncable/syncable_unittest.cc', 271 'syncable/syncable_unittest.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'variables': { 603 'variables': {
605 'test_suite_name': 'sync_unit_tests', 604 'test_suite_name': 'sync_unit_tests',
606 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 605 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
607 }, 606 },
608 'includes': [ '../build/apk_test.gypi' ], 607 'includes': [ '../build/apk_test.gypi' ],
609 }, 608 },
610 ], 609 ],
611 }], 610 }],
612 ], 611 ],
613 } 612 }
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