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

Side by Side Diff: sync/sync.gyp

Issue 11192071: sync: Merge apply updates and resolve conflicts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retry (base files were missing) Created 8 years, 1 month 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/status_controller_unittest.cc ('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 (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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'internal_api/public/util/report_unrecoverable_error_function.h', 75 'internal_api/public/util/report_unrecoverable_error_function.h',
76 'internal_api/public/util/unrecoverable_error_handler.h', 76 'internal_api/public/util/unrecoverable_error_handler.h',
77 'internal_api/public/util/unrecoverable_error_info.h', 77 'internal_api/public/util/unrecoverable_error_info.h',
78 'internal_api/public/util/unrecoverable_error_info.cc', 78 'internal_api/public/util/unrecoverable_error_info.cc',
79 'internal_api/public/util/weak_handle.cc', 79 'internal_api/public/util/weak_handle.cc',
80 'internal_api/public/util/weak_handle.h', 80 'internal_api/public/util/weak_handle.h',
81 'engine/all_status.cc', 81 'engine/all_status.cc',
82 'engine/all_status.h', 82 'engine/all_status.h',
83 'engine/apply_control_data_updates.cc', 83 'engine/apply_control_data_updates.cc',
84 'engine/apply_control_data_updates.h', 84 'engine/apply_control_data_updates.h',
85 'engine/apply_updates_command.cc', 85 'engine/apply_updates_and_resolve_conflicts_command.cc',
86 'engine/apply_updates_command.h', 86 'engine/apply_updates_and_resolve_conflicts_command.h',
87 'engine/backoff_delay_provider.cc', 87 'engine/backoff_delay_provider.cc',
88 'engine/backoff_delay_provider.h', 88 'engine/backoff_delay_provider.h',
89 'engine/build_commit_command.cc', 89 'engine/build_commit_command.cc',
90 'engine/build_commit_command.h', 90 'engine/build_commit_command.h',
91 'engine/commit.cc', 91 'engine/commit.cc',
92 'engine/commit.h', 92 'engine/commit.h',
93 'engine/conflict_resolver.cc', 93 'engine/conflict_resolver.cc',
94 'engine/conflict_resolver.h', 94 'engine/conflict_resolver.h',
95 'engine/conflict_util.cc', 95 'engine/conflict_util.cc',
96 'engine/conflict_util.h', 96 'engine/conflict_util.h',
97 'engine/download_updates_command.cc', 97 'engine/download_updates_command.cc',
98 'engine/download_updates_command.h', 98 'engine/download_updates_command.h',
99 'engine/get_commit_ids_command.cc', 99 'engine/get_commit_ids_command.cc',
100 'engine/get_commit_ids_command.h', 100 'engine/get_commit_ids_command.h',
101 'engine/model_changing_syncer_command.cc', 101 'engine/model_changing_syncer_command.cc',
102 'engine/model_changing_syncer_command.h', 102 'engine/model_changing_syncer_command.h',
103 'engine/net/server_connection_manager.cc', 103 'engine/net/server_connection_manager.cc',
104 'engine/net/server_connection_manager.h', 104 'engine/net/server_connection_manager.h',
105 'engine/net/url_translator.cc', 105 'engine/net/url_translator.cc',
106 'engine/net/url_translator.h', 106 'engine/net/url_translator.h',
107 'engine/nudge_source.cc', 107 'engine/nudge_source.cc',
108 'engine/nudge_source.h', 108 'engine/nudge_source.h',
109 'engine/process_commit_response_command.cc', 109 'engine/process_commit_response_command.cc',
110 'engine/process_commit_response_command.h', 110 'engine/process_commit_response_command.h',
111 'engine/process_updates_command.cc', 111 'engine/process_updates_command.cc',
112 'engine/process_updates_command.h', 112 'engine/process_updates_command.h',
113 'engine/resolve_conflicts_command.cc',
114 'engine/resolve_conflicts_command.h',
115 'engine/store_timestamps_command.cc', 113 'engine/store_timestamps_command.cc',
116 'engine/store_timestamps_command.h', 114 'engine/store_timestamps_command.h',
117 'engine/sync_engine_event.cc', 115 'engine/sync_engine_event.cc',
118 'engine/sync_engine_event.h', 116 'engine/sync_engine_event.h',
119 'engine/sync_scheduler.cc', 117 'engine/sync_scheduler.cc',
120 'engine/sync_scheduler.h', 118 'engine/sync_scheduler.h',
121 'engine/sync_scheduler_impl.cc', 119 'engine/sync_scheduler_impl.cc',
122 'engine/sync_scheduler_impl.h', 120 'engine/sync_scheduler_impl.h',
123 'engine/syncer.cc', 121 'engine/syncer.cc',
124 'engine/syncer.h', 122 'engine/syncer.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 '..', 592 '..',
595 ], 593 ],
596 'sources': [ 594 'sources': [
597 'internal_api/public/base/enum_set_unittest.cc', 595 'internal_api/public/base/enum_set_unittest.cc',
598 'internal_api/public/base/model_type_invalidation_map_unittest.cc', 596 'internal_api/public/base/model_type_invalidation_map_unittest.cc',
599 'internal_api/public/base/node_ordinal_unittest.cc', 597 'internal_api/public/base/node_ordinal_unittest.cc',
600 'internal_api/public/base/ordinal_unittest.cc', 598 'internal_api/public/base/ordinal_unittest.cc',
601 'internal_api/public/engine/model_safe_worker_unittest.cc', 599 'internal_api/public/engine/model_safe_worker_unittest.cc',
602 'internal_api/public/util/immutable_unittest.cc', 600 'internal_api/public/util/immutable_unittest.cc',
603 'engine/apply_control_data_updates_unittest.cc', 601 'engine/apply_control_data_updates_unittest.cc',
604 'engine/apply_updates_command_unittest.cc', 602 'engine/apply_updates_and_resolve_conflicts_command_unittest.cc',
605 'engine/backoff_delay_provider_unittest.cc', 603 'engine/backoff_delay_provider_unittest.cc',
606 'engine/build_commit_command_unittest.cc', 604 'engine/build_commit_command_unittest.cc',
607 'engine/download_updates_command_unittest.cc', 605 'engine/download_updates_command_unittest.cc',
608 'engine/model_changing_syncer_command_unittest.cc', 606 'engine/model_changing_syncer_command_unittest.cc',
609 'engine/process_commit_response_command_unittest.cc', 607 'engine/process_commit_response_command_unittest.cc',
610 'engine/process_updates_command_unittest.cc', 608 'engine/process_updates_command_unittest.cc',
611 'engine/sync_scheduler_unittest.cc', 609 'engine/sync_scheduler_unittest.cc',
612 'engine/sync_scheduler_whitebox_unittest.cc', 610 'engine/sync_scheduler_whitebox_unittest.cc',
613 'engine/syncer_proto_util_unittest.cc', 611 'engine/syncer_proto_util_unittest.cc',
614 'engine/syncer_unittest.cc', 612 'engine/syncer_unittest.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'variables': { 898 'variables': {
901 'test_suite_name': 'sync_unit_tests', 899 'test_suite_name': 'sync_unit_tests',
902 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 900 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
903 }, 901 },
904 'includes': [ '../build/apk_test.gypi' ], 902 'includes': [ '../build/apk_test.gypi' ],
905 }, 903 },
906 ], 904 ],
907 }], 905 }],
908 ], 906 ],
909 } 907 }
OLDNEW
« no previous file with comments | « sync/sessions/status_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698