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

Side by Side Diff: sync/sync.gyp

Issue 10933075: FYI: Remove PerModelSafeGroupState + move ConflictResolution (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/test_util.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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'engine/net/server_connection_manager.cc', 100 'engine/net/server_connection_manager.cc',
101 'engine/net/server_connection_manager.h', 101 'engine/net/server_connection_manager.h',
102 'engine/net/url_translator.cc', 102 'engine/net/url_translator.cc',
103 'engine/net/url_translator.h', 103 'engine/net/url_translator.h',
104 'engine/nudge_source.cc', 104 'engine/nudge_source.cc',
105 'engine/nudge_source.h', 105 'engine/nudge_source.h',
106 'engine/process_commit_response_command.cc', 106 'engine/process_commit_response_command.cc',
107 'engine/process_commit_response_command.h', 107 'engine/process_commit_response_command.h',
108 'engine/process_updates_command.cc', 108 'engine/process_updates_command.cc',
109 'engine/process_updates_command.h', 109 'engine/process_updates_command.h',
110 'engine/resolve_conflicts_command.cc',
111 'engine/resolve_conflicts_command.h',
112 'engine/store_timestamps_command.cc', 110 'engine/store_timestamps_command.cc',
113 'engine/store_timestamps_command.h', 111 'engine/store_timestamps_command.h',
114 'engine/sync_engine_event.cc', 112 'engine/sync_engine_event.cc',
115 'engine/sync_engine_event.h', 113 'engine/sync_engine_event.h',
116 'engine/sync_scheduler.cc', 114 'engine/sync_scheduler.cc',
117 'engine/sync_scheduler.h', 115 'engine/sync_scheduler.h',
118 'engine/sync_scheduler_impl.cc', 116 'engine/sync_scheduler_impl.cc',
119 'engine/sync_scheduler_impl.h', 117 'engine/sync_scheduler_impl.h',
120 'engine/syncer.cc', 118 'engine/syncer.cc',
121 'engine/syncer.h', 119 'engine/syncer.h',
122 'engine/syncer_command.cc', 120 'engine/syncer_command.cc',
123 'engine/syncer_command.h', 121 'engine/syncer_command.h',
124 'engine/syncer_proto_util.cc', 122 'engine/syncer_proto_util.cc',
125 'engine/syncer_proto_util.h', 123 'engine/syncer_proto_util.h',
126 'engine/syncer_types.h', 124 'engine/syncer_types.h',
127 'engine/syncer_util.cc', 125 'engine/syncer_util.cc',
128 'engine/syncer_util.h', 126 'engine/syncer_util.h',
129 'engine/throttled_data_type_tracker.cc', 127 'engine/throttled_data_type_tracker.cc',
130 'engine/throttled_data_type_tracker.h', 128 'engine/throttled_data_type_tracker.h',
131 'engine/traffic_logger.cc', 129 'engine/traffic_logger.cc',
132 'engine/traffic_logger.h', 130 'engine/traffic_logger.h',
133 'engine/traffic_recorder.cc', 131 'engine/traffic_recorder.cc',
134 'engine/traffic_recorder.h', 132 'engine/traffic_recorder.h',
135 'engine/update_applicator.cc', 133 'engine/update_applicator.cc',
136 'engine/update_applicator.h', 134 'engine/update_applicator.h',
137 'engine/verify_updates_command.cc',
138 'engine/verify_updates_command.h',
139 'js/js_arg_list.cc', 135 'js/js_arg_list.cc',
140 'js/js_arg_list.h', 136 'js/js_arg_list.h',
141 'js/js_backend.h', 137 'js/js_backend.h',
142 'js/js_controller.h', 138 'js/js_controller.h',
143 'js/js_event_details.cc', 139 'js/js_event_details.cc',
144 'js/js_event_details.h', 140 'js/js_event_details.h',
145 'js/js_event_handler.h', 141 'js/js_event_handler.h',
146 'js/js_reply_handler.h', 142 'js/js_reply_handler.h',
147 'js/sync_js_controller.cc', 143 'js/sync_js_controller.cc',
148 'js/sync_js_controller.h', 144 'js/sync_js_controller.h',
149 'protocol/proto_enum_conversions.cc', 145 'protocol/proto_enum_conversions.cc',
150 'protocol/proto_enum_conversions.h', 146 'protocol/proto_enum_conversions.h',
151 'protocol/proto_value_conversions.cc', 147 'protocol/proto_value_conversions.cc',
152 'protocol/proto_value_conversions.h', 148 'protocol/proto_value_conversions.h',
153 'protocol/sync_protocol_error.cc', 149 'protocol/sync_protocol_error.cc',
154 'protocol/sync_protocol_error.h', 150 'protocol/sync_protocol_error.h',
155 'sessions/debug_info_getter.h', 151 'sessions/debug_info_getter.h',
156 'sessions/ordered_commit_set.cc', 152 'sessions/ordered_commit_set.cc',
157 'sessions/ordered_commit_set.h', 153 'sessions/ordered_commit_set.h',
158 'sessions/session_state.cc',
159 'sessions/session_state.h',
160 'sessions/status_controller.cc', 154 'sessions/status_controller.cc',
161 'sessions/status_controller.h', 155 'sessions/status_controller.h',
162 'sessions/sync_session.cc', 156 'sessions/sync_session.cc',
163 'sessions/sync_session.h', 157 'sessions/sync_session.h',
164 'sessions/sync_session_context.cc', 158 'sessions/sync_session_context.cc',
165 'sessions/sync_session_context.h', 159 'sessions/sync_session_context.h',
166 'syncable/base_transaction.cc', 160 'syncable/base_transaction.cc',
167 'syncable/base_transaction.h', 161 'syncable/base_transaction.h',
168 'syncable/blob.h', 162 'syncable/blob.h',
169 'syncable/dir_open_result.h', 163 'syncable/dir_open_result.h',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'internal_api/public/engine/model_safe_worker_unittest.cc', 590 'internal_api/public/engine/model_safe_worker_unittest.cc',
597 'internal_api/public/util/immutable_unittest.cc', 591 'internal_api/public/util/immutable_unittest.cc',
598 'engine/apply_control_data_updates_unittest.cc', 592 'engine/apply_control_data_updates_unittest.cc',
599 'engine/apply_updates_command_unittest.cc', 593 'engine/apply_updates_command_unittest.cc',
600 'engine/backoff_delay_provider_unittest.cc', 594 'engine/backoff_delay_provider_unittest.cc',
601 'engine/build_commit_command_unittest.cc', 595 'engine/build_commit_command_unittest.cc',
602 'engine/download_updates_command_unittest.cc', 596 'engine/download_updates_command_unittest.cc',
603 'engine/model_changing_syncer_command_unittest.cc', 597 'engine/model_changing_syncer_command_unittest.cc',
604 'engine/process_commit_response_command_unittest.cc', 598 'engine/process_commit_response_command_unittest.cc',
605 'engine/process_updates_command_unittest.cc', 599 'engine/process_updates_command_unittest.cc',
606 'engine/resolve_conflicts_command_unittest.cc',
607 'engine/sync_scheduler_unittest.cc', 600 'engine/sync_scheduler_unittest.cc',
608 'engine/sync_scheduler_whitebox_unittest.cc', 601 'engine/sync_scheduler_whitebox_unittest.cc',
609 'engine/syncer_proto_util_unittest.cc', 602 'engine/syncer_proto_util_unittest.cc',
610 'engine/syncer_unittest.cc', 603 'engine/syncer_unittest.cc',
611 'engine/throttled_data_type_tracker_unittest.cc', 604 'engine/throttled_data_type_tracker_unittest.cc',
612 'engine/traffic_recorder_unittest.cc', 605 'engine/traffic_recorder_unittest.cc',
613 'engine/verify_updates_command_unittest.cc',
614 'js/js_arg_list_unittest.cc', 606 'js/js_arg_list_unittest.cc',
615 'js/js_event_details_unittest.cc', 607 'js/js_event_details_unittest.cc',
616 'js/sync_js_controller_unittest.cc', 608 'js/sync_js_controller_unittest.cc',
617 'protocol/proto_enum_conversions_unittest.cc', 609 'protocol/proto_enum_conversions_unittest.cc',
618 'protocol/proto_value_conversions_unittest.cc', 610 'protocol/proto_value_conversions_unittest.cc',
619 'sessions/ordered_commit_set_unittest.cc', 611 'sessions/ordered_commit_set_unittest.cc',
620 'sessions/session_state_unittest.cc', 612 'sessions/session_state_unittest.cc',
621 'sessions/status_controller_unittest.cc', 613 'sessions/status_controller_unittest.cc',
622 'sessions/sync_session_unittest.cc', 614 'sessions/sync_session_unittest.cc',
623 'syncable/directory_backing_store_unittest.cc', 615 'syncable/directory_backing_store_unittest.cc',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'variables': { 869 'variables': {
878 'test_suite_name': 'sync_unit_tests', 870 'test_suite_name': 'sync_unit_tests',
879 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 871 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
880 }, 872 },
881 'includes': [ '../build/apk_test.gypi' ], 873 'includes': [ '../build/apk_test.gypi' ],
882 }, 874 },
883 ], 875 ],
884 }], 876 }],
885 ], 877 ],
886 } 878 }
OLDNEW
« no previous file with comments | « sync/sessions/test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698