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

Side by Side Diff: sync/sync_tests.gypi

Issue 217633003: sync: Remove TrafficRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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 | 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'internal_api/public/util/immutable_unittest.cc', 284 'internal_api/public/util/immutable_unittest.cc',
285 'internal_api/public/util/weak_handle_unittest.cc', 285 'internal_api/public/util/weak_handle_unittest.cc',
286 'engine/apply_control_data_updates_unittest.cc', 286 'engine/apply_control_data_updates_unittest.cc',
287 'engine/backoff_delay_provider_unittest.cc', 287 'engine/backoff_delay_provider_unittest.cc',
288 'engine/directory_commit_contribution_unittest.cc', 288 'engine/directory_commit_contribution_unittest.cc',
289 'engine/directory_update_handler_unittest.cc', 289 'engine/directory_update_handler_unittest.cc',
290 'engine/get_updates_processor_unittest.cc', 290 'engine/get_updates_processor_unittest.cc',
291 'engine/sync_scheduler_unittest.cc', 291 'engine/sync_scheduler_unittest.cc',
292 'engine/syncer_proto_util_unittest.cc', 292 'engine/syncer_proto_util_unittest.cc',
293 'engine/syncer_unittest.cc', 293 'engine/syncer_unittest.cc',
294 'engine/traffic_recorder_unittest.cc',
295 'js/js_arg_list_unittest.cc', 294 'js/js_arg_list_unittest.cc',
296 'js/js_event_details_unittest.cc', 295 'js/js_event_details_unittest.cc',
297 'js/sync_js_controller_unittest.cc', 296 'js/sync_js_controller_unittest.cc',
298 'protocol/proto_enum_conversions_unittest.cc', 297 'protocol/proto_enum_conversions_unittest.cc',
299 'protocol/proto_value_conversions_unittest.cc', 298 'protocol/proto_value_conversions_unittest.cc',
300 'sessions/model_type_registry_unittest.cc', 299 'sessions/model_type_registry_unittest.cc',
301 'sessions/nudge_tracker_unittest.cc', 300 'sessions/nudge_tracker_unittest.cc',
302 'sessions/status_controller_unittest.cc', 301 'sessions/status_controller_unittest.cc',
303 'syncable/directory_backing_store_unittest.cc', 302 'syncable/directory_backing_store_unittest.cc',
304 'syncable/model_type_unittest.cc', 303 'syncable/model_type_unittest.cc',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'variables': { 693 'variables': {
695 'test_suite_name': 'sync_unit_tests', 694 'test_suite_name': 'sync_unit_tests',
696 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 695 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
697 }, 696 },
698 'includes': [ '../build/apk_test.gypi' ], 697 'includes': [ '../build/apk_test.gypi' ],
699 }, 698 },
700 ], 699 ],
701 }], 700 }],
702 ], 701 ],
703 } 702 }
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