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

Side by Side Diff: sync/sync.gyp

Issue 10559104: sync: Process 'control' data separately (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename, cleanup, fix tests Created 8 years, 6 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/sessions/sync_session_unittest.cc ('k') | sync/syncable/model_type.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 25 matching lines...) Expand all
36 'internal_api/public/engine/model_safe_worker.cc', 36 'internal_api/public/engine/model_safe_worker.cc',
37 'internal_api/public/engine/model_safe_worker.h', 37 'internal_api/public/engine/model_safe_worker.h',
38 'internal_api/public/engine/passive_model_worker.cc', 38 'internal_api/public/engine/passive_model_worker.cc',
39 'internal_api/public/engine/passive_model_worker.h', 39 'internal_api/public/engine/passive_model_worker.h',
40 'internal_api/public/engine/polling_constants.cc', 40 'internal_api/public/engine/polling_constants.cc',
41 'internal_api/public/engine/polling_constants.h', 41 'internal_api/public/engine/polling_constants.h',
42 'internal_api/public/engine/sync_status.cc', 42 'internal_api/public/engine/sync_status.cc',
43 'internal_api/public/engine/sync_status.h', 43 'internal_api/public/engine/sync_status.h',
44 'internal_api/public/sessions/error_counters.cc', 44 'internal_api/public/sessions/error_counters.cc',
45 'internal_api/public/sessions/error_counters.h', 45 'internal_api/public/sessions/error_counters.h',
46 'internal_api/public/sessions/syncer_status.cc',
47 'internal_api/public/sessions/syncer_status.h',
48 'internal_api/public/sessions/sync_session_snapshot.cc', 46 'internal_api/public/sessions/sync_session_snapshot.cc',
49 'internal_api/public/sessions/sync_session_snapshot.h', 47 'internal_api/public/sessions/sync_session_snapshot.h',
50 'internal_api/public/sessions/sync_source_info.cc', 48 'internal_api/public/sessions/sync_source_info.cc',
51 'internal_api/public/sessions/sync_source_info.h', 49 'internal_api/public/sessions/sync_source_info.h',
50 'internal_api/public/sessions/syncer_status.cc',
51 'internal_api/public/sessions/syncer_status.h',
52 'internal_api/public/syncable/model_type.h', 52 'internal_api/public/syncable/model_type.h',
53 'internal_api/public/syncable/model_type_payload_map.cc', 53 'internal_api/public/syncable/model_type_payload_map.cc',
54 'internal_api/public/syncable/model_type_payload_map.h', 54 'internal_api/public/syncable/model_type_payload_map.h',
55 'internal_api/public/util/enum_set.h', 55 'internal_api/public/util/enum_set.h',
56 'internal_api/public/util/experiments.h', 56 'internal_api/public/util/experiments.h',
57 'internal_api/public/util/immutable.h', 57 'internal_api/public/util/immutable.h',
58 'internal_api/public/util/report_unrecoverable_error_function.h',
58 'internal_api/public/util/syncer_error.cc', 59 'internal_api/public/util/syncer_error.cc',
59 'internal_api/public/util/syncer_error.h', 60 'internal_api/public/util/syncer_error.h',
60 'internal_api/public/util/report_unrecoverable_error_function.h',
61 'internal_api/public/util/unrecoverable_error_handler.h', 61 'internal_api/public/util/unrecoverable_error_handler.h',
62 'internal_api/public/util/unrecoverable_error_info.cc',
62 'internal_api/public/util/unrecoverable_error_info.h', 63 'internal_api/public/util/unrecoverable_error_info.h',
63 'internal_api/public/util/unrecoverable_error_info.cc',
64 'internal_api/public/util/weak_handle.cc', 64 'internal_api/public/util/weak_handle.cc',
65 'internal_api/public/util/weak_handle.h', 65 'internal_api/public/util/weak_handle.h',
66 'engine/all_status.cc', 66 'engine/all_status.cc',
67 'engine/all_status.h', 67 'engine/all_status.h',
68 'engine/apply_control_data_updates.cc',
69 'engine/apply_control_data_updates.h',
68 'engine/apply_updates_command.cc', 70 'engine/apply_updates_command.cc',
69 'engine/apply_updates_command.h', 71 'engine/apply_updates_command.h',
70 'engine/build_commit_command.cc', 72 'engine/build_commit_command.cc',
71 'engine/build_commit_command.h', 73 'engine/build_commit_command.h',
72 'engine/cleanup_disabled_types_command.cc', 74 'engine/cleanup_disabled_types_command.cc',
73 'engine/cleanup_disabled_types_command.h', 75 'engine/cleanup_disabled_types_command.h',
74 'engine/commit.cc', 76 'engine/commit.cc',
75 'engine/commit.h', 77 'engine/commit.h',
76 'engine/conflict_resolver.cc', 78 'engine/conflict_resolver.cc',
77 'engine/conflict_resolver.h', 79 'engine/conflict_resolver.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'test/fake_encryptor.h', 409 'test/fake_encryptor.h',
408 'test/fake_extensions_activity_monitor.cc', 410 'test/fake_extensions_activity_monitor.cc',
409 'test/fake_extensions_activity_monitor.h', 411 'test/fake_extensions_activity_monitor.h',
410 'test/null_directory_change_delegate.cc', 412 'test/null_directory_change_delegate.cc',
411 'test/null_directory_change_delegate.h', 413 'test/null_directory_change_delegate.h',
412 'test/null_transaction_observer.cc', 414 'test/null_transaction_observer.cc',
413 'test/null_transaction_observer.h', 415 'test/null_transaction_observer.h',
414 'test/sessions/test_scoped_session_event_listener.h', 416 'test/sessions/test_scoped_session_event_listener.h',
415 'test/test_directory_backing_store.cc', 417 'test/test_directory_backing_store.cc',
416 'test/test_directory_backing_store.h', 418 'test/test_directory_backing_store.h',
419 'test/test_entry_factory.cc',
420 'test/test_entry_factory.h',
417 'util/test_unrecoverable_error_handler.cc', 421 'util/test_unrecoverable_error_handler.cc',
418 'util/test_unrecoverable_error_handler.h', 422 'util/test_unrecoverable_error_handler.h',
419 ], 423 ],
420 }, 424 },
421 425
422 # Test support files for the 'sync_notifier' target. 426 # Test support files for the 'sync_notifier' target.
423 { 427 {
424 'target_name': 'test_support_sync_notifier', 428 'target_name': 'test_support_sync_notifier',
425 'type': 'static_library', 429 'type': 'static_library',
426 'variables': { 'enable_wexit_time_destructors': 1, }, 430 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'variables': { 'enable_wexit_time_destructors': 1, }, 526 'variables': { 'enable_wexit_time_destructors': 1, },
523 'include_dirs': [ 527 'include_dirs': [
524 '..', 528 '..',
525 ], 529 ],
526 'sources': [ 530 'sources': [
527 'internal_api/public/engine/model_safe_worker_unittest.cc', 531 'internal_api/public/engine/model_safe_worker_unittest.cc',
528 'internal_api/public/syncable/model_type_payload_map_unittest.cc', 532 'internal_api/public/syncable/model_type_payload_map_unittest.cc',
529 'internal_api/public/util/enum_set_unittest.cc', 533 'internal_api/public/util/enum_set_unittest.cc',
530 'internal_api/public/util/immutable_unittest.cc', 534 'internal_api/public/util/immutable_unittest.cc',
531 'engine/apply_updates_command_unittest.cc', 535 'engine/apply_updates_command_unittest.cc',
536 'engine/apply_control_data_updates_unittest.cc',
532 'engine/build_commit_command_unittest.cc', 537 'engine/build_commit_command_unittest.cc',
533 'engine/cleanup_disabled_types_command_unittest.cc', 538 'engine/cleanup_disabled_types_command_unittest.cc',
534 'engine/download_updates_command_unittest.cc', 539 'engine/download_updates_command_unittest.cc',
535 'engine/model_changing_syncer_command_unittest.cc', 540 'engine/model_changing_syncer_command_unittest.cc',
536 'engine/nigori_util_unittest.cc', 541 'engine/nigori_util_unittest.cc',
537 'engine/process_commit_response_command_unittest.cc', 542 'engine/process_commit_response_command_unittest.cc',
538 'engine/process_updates_command_unittest.cc', 543 'engine/process_updates_command_unittest.cc',
539 'engine/resolve_conflicts_command_unittest.cc', 544 'engine/resolve_conflicts_command_unittest.cc',
540 'engine/syncer_proto_util_unittest.cc', 545 'engine/syncer_proto_util_unittest.cc',
541 'engine/syncer_unittest.cc', 546 'engine/syncer_unittest.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'test_suite_name': 'sync_unit_tests', 793 'test_suite_name': 'sync_unit_tests',
789 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 794 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
790 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 795 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
791 }, 796 },
792 'includes': [ '../build/apk_test.gypi' ], 797 'includes': [ '../build/apk_test.gypi' ],
793 }, 798 },
794 ], 799 ],
795 }], 800 }],
796 ], 801 ],
797 } 802 }
OLDNEW
« no previous file with comments | « sync/sessions/sync_session_unittest.cc ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698