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

Side by Side Diff: sync/sync_tests.gypi

Issue 19982002: sync: Remove SyncSourceInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Convert SyncShareRecords to typedef Created 7 years, 4 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_internal_api.gypi ('k') | sync/test/engine/syncer_command_test.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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 '..', 380 '..',
381 ], 381 ],
382 'sources': [ 382 'sources': [
383 'internal_api/debug_info_event_listener_unittest.cc', 383 'internal_api/debug_info_event_listener_unittest.cc',
384 'internal_api/http_bridge_unittest.cc', 384 'internal_api/http_bridge_unittest.cc',
385 'internal_api/js_mutation_event_observer_unittest.cc', 385 'internal_api/js_mutation_event_observer_unittest.cc',
386 'internal_api/js_sync_encryption_handler_observer_unittest.cc', 386 'internal_api/js_sync_encryption_handler_observer_unittest.cc',
387 'internal_api/js_sync_manager_observer_unittest.cc', 387 'internal_api/js_sync_manager_observer_unittest.cc',
388 'internal_api/public/change_record_unittest.cc', 388 'internal_api/public/change_record_unittest.cc',
389 'internal_api/public/sessions/sync_session_snapshot_unittest.cc', 389 'internal_api/public/sessions/sync_session_snapshot_unittest.cc',
390 'internal_api/public/sessions/sync_source_info_unittest.cc',
391 'internal_api/syncapi_server_connection_manager_unittest.cc', 390 'internal_api/syncapi_server_connection_manager_unittest.cc',
392 'internal_api/sync_encryption_handler_impl_unittest.cc', 391 'internal_api/sync_encryption_handler_impl_unittest.cc',
393 'internal_api/sync_manager_impl_unittest.cc', 392 'internal_api/sync_manager_impl_unittest.cc',
394 ], 393 ],
395 'conditions': [ 394 'conditions': [
396 ['OS == "ios"', { 395 ['OS == "ios"', {
397 'sources!': [ 396 'sources!': [
398 'internal_api/http_bridge_unittest.cc', 397 'internal_api/http_bridge_unittest.cc',
399 ], 398 ],
400 }], 399 }],
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'variables': { 633 'variables': {
635 'test_suite_name': 'sync_unit_tests', 634 'test_suite_name': 'sync_unit_tests',
636 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 635 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
637 }, 636 },
638 'includes': [ '../build/apk_test.gypi' ], 637 'includes': [ '../build/apk_test.gypi' ],
639 }, 638 },
640 ], 639 ],
641 }], 640 }],
642 ], 641 ],
643 } 642 }
OLDNEW
« no previous file with comments | « sync/sync_internal_api.gypi ('k') | sync/test/engine/syncer_command_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698