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

Side by Side Diff: sync/sync.gyp

Issue 11185064: FYI: Move conflict resolve + clean up afterwards (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 24 matching lines...) Expand all
149 'js/sync_js_controller.h', 147 'js/sync_js_controller.h',
150 'protocol/proto_enum_conversions.cc', 148 'protocol/proto_enum_conversions.cc',
151 'protocol/proto_enum_conversions.h', 149 'protocol/proto_enum_conversions.h',
152 'protocol/proto_value_conversions.cc', 150 'protocol/proto_value_conversions.cc',
153 'protocol/proto_value_conversions.h', 151 'protocol/proto_value_conversions.h',
154 'protocol/sync_protocol_error.cc', 152 'protocol/sync_protocol_error.cc',
155 'protocol/sync_protocol_error.h', 153 'protocol/sync_protocol_error.h',
156 'sessions/debug_info_getter.h', 154 'sessions/debug_info_getter.h',
157 'sessions/ordered_commit_set.cc', 155 'sessions/ordered_commit_set.cc',
158 'sessions/ordered_commit_set.h', 156 'sessions/ordered_commit_set.h',
159 'sessions/session_state.cc',
160 'sessions/session_state.h',
161 'sessions/status_controller.cc', 157 'sessions/status_controller.cc',
162 'sessions/status_controller.h', 158 'sessions/status_controller.h',
163 'sessions/sync_session.cc', 159 'sessions/sync_session.cc',
164 'sessions/sync_session.h', 160 'sessions/sync_session.h',
165 'sessions/sync_session_context.cc', 161 'sessions/sync_session_context.cc',
166 'sessions/sync_session_context.h', 162 'sessions/sync_session_context.h',
167 'syncable/base_transaction.cc', 163 'syncable/base_transaction.cc',
168 'syncable/base_transaction.h', 164 'syncable/base_transaction.h',
169 'syncable/blob.h', 165 'syncable/blob.h',
170 'syncable/dir_open_result.h', 166 'syncable/dir_open_result.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'protocol/sync_proto.gyp:sync_proto', 426 'protocol/sync_proto.gyp:sync_proto',
431 'sync', 427 'sync',
432 ], 428 ],
433 'sources': [ 429 'sources': [
434 'internal_api/public/base/invalidation_test_util.cc', 430 'internal_api/public/base/invalidation_test_util.cc',
435 'internal_api/public/base/invalidation_test_util.h', 431 'internal_api/public/base/invalidation_test_util.h',
436 'internal_api/public/base/model_type_invalidation_map_test_util.cc', 432 'internal_api/public/base/model_type_invalidation_map_test_util.cc',
437 'internal_api/public/base/model_type_invalidation_map_test_util.h', 433 'internal_api/public/base/model_type_invalidation_map_test_util.h',
438 'internal_api/public/base/model_type_test_util.cc', 434 'internal_api/public/base/model_type_test_util.cc',
439 'internal_api/public/base/model_type_test_util.h', 435 'internal_api/public/base/model_type_test_util.h',
436 'internal_api/public/sessions/sync_source_info_unittest.cc',
437 'internal_api/public/sessions/sync_session_snapshot_unittest.cc',
440 'js/js_test_util.cc', 438 'js/js_test_util.cc',
441 'js/js_test_util.h', 439 'js/js_test_util.h',
442 'sessions/test_util.cc', 440 'sessions/test_util.cc',
443 'sessions/test_util.h', 441 'sessions/test_util.h',
444 'syncable/syncable_mock.cc', 442 'syncable/syncable_mock.cc',
445 'syncable/syncable_mock.h', 443 'syncable/syncable_mock.h',
446 'test/callback_counter.h', 444 'test/callback_counter.h',
447 'test/engine/fake_model_worker.cc', 445 'test/engine/fake_model_worker.cc',
448 'test/engine/fake_model_worker.h', 446 'test/engine/fake_model_worker.h',
449 'test/engine/fake_sync_scheduler.cc', 447 'test/engine/fake_sync_scheduler.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'engine/syncer_proto_util_unittest.cc', 611 'engine/syncer_proto_util_unittest.cc',
614 'engine/syncer_unittest.cc', 612 'engine/syncer_unittest.cc',
615 'engine/throttled_data_type_tracker_unittest.cc', 613 'engine/throttled_data_type_tracker_unittest.cc',
616 'engine/traffic_recorder_unittest.cc', 614 'engine/traffic_recorder_unittest.cc',
617 'js/js_arg_list_unittest.cc', 615 'js/js_arg_list_unittest.cc',
618 'js/js_event_details_unittest.cc', 616 'js/js_event_details_unittest.cc',
619 'js/sync_js_controller_unittest.cc', 617 'js/sync_js_controller_unittest.cc',
620 'protocol/proto_enum_conversions_unittest.cc', 618 'protocol/proto_enum_conversions_unittest.cc',
621 'protocol/proto_value_conversions_unittest.cc', 619 'protocol/proto_value_conversions_unittest.cc',
622 'sessions/ordered_commit_set_unittest.cc', 620 'sessions/ordered_commit_set_unittest.cc',
623 'sessions/session_state_unittest.cc',
624 'sessions/status_controller_unittest.cc', 621 'sessions/status_controller_unittest.cc',
625 'sessions/sync_session_unittest.cc', 622 'sessions/sync_session_unittest.cc',
626 'syncable/directory_backing_store_unittest.cc', 623 'syncable/directory_backing_store_unittest.cc',
627 'syncable/model_type_unittest.cc', 624 'syncable/model_type_unittest.cc',
628 'syncable/nigori_util_unittest.cc', 625 'syncable/nigori_util_unittest.cc',
629 'syncable/syncable_enum_conversions_unittest.cc', 626 'syncable/syncable_enum_conversions_unittest.cc',
630 'syncable/syncable_id_unittest.cc', 627 'syncable/syncable_id_unittest.cc',
631 'syncable/syncable_unittest.cc', 628 'syncable/syncable_unittest.cc',
632 'util/cryptographer_unittest.cc', 629 'util/cryptographer_unittest.cc',
633 'util/data_encryption_win_unittest.cc', 630 'util/data_encryption_win_unittest.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'variables': { 897 'variables': {
901 'test_suite_name': 'sync_unit_tests', 898 'test_suite_name': 'sync_unit_tests',
902 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 899 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
903 }, 900 },
904 'includes': [ '../build/apk_test.gypi' ], 901 'includes': [ '../build/apk_test.gypi' ],
905 }, 902 },
906 ], 903 ],
907 }], 904 }],
908 ], 905 ],
909 } 906 }
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