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

Side by Side Diff: sync/sync_core.gypi

Issue 351523003: sync: Mass rename of non-blocking sync classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const ref some smart pointers Created 6 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/model_type_registry_unittest.cc ('k') | sync/sync_internal_api.gypi » ('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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
(...skipping 17 matching lines...) Expand all
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'base/sync_export.h', 30 'base/sync_export.h',
31 'engine/all_status.cc', 31 'engine/all_status.cc',
32 'engine/all_status.h', 32 'engine/all_status.h',
33 'engine/apply_control_data_updates.cc', 33 'engine/apply_control_data_updates.cc',
34 'engine/apply_control_data_updates.h', 34 'engine/apply_control_data_updates.h',
35 'engine/backoff_delay_provider.cc', 35 'engine/backoff_delay_provider.cc',
36 'engine/backoff_delay_provider.h', 36 'engine/backoff_delay_provider.h',
37 'engine/commit.cc', 37 'engine/commit.cc',
38 'engine/commit.h',
39 'engine/commit_contribution.cc', 38 'engine/commit_contribution.cc',
40 'engine/commit_contribution.h', 39 'engine/commit_contribution.h',
41 'engine/commit_contributor.cc', 40 'engine/commit_contributor.cc',
42 'engine/commit_contributor.h', 41 'engine/commit_contributor.h',
42 'engine/commit.h',
43 'engine/commit_processor.cc', 43 'engine/commit_processor.cc',
44 'engine/commit_processor.h', 44 'engine/commit_processor.h',
45 'engine/commit_util.cc', 45 'engine/commit_util.cc',
46 'engine/commit_util.h', 46 'engine/commit_util.h',
47 'engine/conflict_resolver.cc', 47 'engine/conflict_resolver.cc',
48 'engine/conflict_resolver.h', 48 'engine/conflict_resolver.h',
49 'engine/conflict_util.cc', 49 'engine/conflict_util.cc',
50 'engine/conflict_util.h', 50 'engine/conflict_util.h',
51 'engine/directory_commit_contribution.cc', 51 'engine/directory_commit_contribution.cc',
52 'engine/directory_commit_contribution.h', 52 'engine/directory_commit_contribution.h',
53 'engine/directory_commit_contributor.cc', 53 'engine/directory_commit_contributor.cc',
54 'engine/directory_commit_contributor.h', 54 'engine/directory_commit_contributor.h',
55 'engine/directory_update_handler.cc', 55 'engine/directory_update_handler.cc',
56 'engine/directory_update_handler.h', 56 'engine/directory_update_handler.h',
57 'engine/entity_tracker.cc',
58 'engine/entity_tracker.h',
57 'engine/get_commit_ids.cc', 59 'engine/get_commit_ids.cc',
58 'engine/get_commit_ids.h', 60 'engine/get_commit_ids.h',
59 'engine/get_updates_delegate.cc', 61 'engine/get_updates_delegate.cc',
60 'engine/get_updates_delegate.h', 62 'engine/get_updates_delegate.h',
61 'engine/get_updates_processor.cc', 63 'engine/get_updates_processor.cc',
62 'engine/get_updates_processor.h', 64 'engine/get_updates_processor.h',
63 'engine/model_thread_sync_entity.cc', 65 'engine/model_type_entity.cc',
64 'engine/model_thread_sync_entity.h', 66 'engine/model_type_entity.h',
67 'engine/model_type_sync_proxy.cc',
68 'engine/model_type_sync_proxy.h',
69 'engine/model_type_sync_proxy_impl.cc',
70 'engine/model_type_sync_proxy_impl.h',
71 'engine/model_type_sync_worker.cc',
72 'engine/model_type_sync_worker.h',
73 'engine/model_type_sync_worker_impl.cc',
74 'engine/model_type_sync_worker_impl.h',
65 'engine/net/server_connection_manager.cc', 75 'engine/net/server_connection_manager.cc',
66 'engine/net/server_connection_manager.h', 76 'engine/net/server_connection_manager.h',
67 'engine/net/url_translator.cc', 77 'engine/net/url_translator.cc',
68 'engine/net/url_translator.h', 78 'engine/net/url_translator.h',
69 'engine/non_blocking_sync_common.cc', 79 'engine/non_blocking_sync_common.cc',
70 'engine/non_blocking_sync_common.h', 80 'engine/non_blocking_sync_common.h',
71 'engine/non_blocking_type_commit_contribution.cc', 81 'engine/non_blocking_type_commit_contribution.cc',
72 'engine/non_blocking_type_commit_contribution.h', 82 'engine/non_blocking_type_commit_contribution.h',
73 'engine/non_blocking_type_processor.cc',
74 'engine/non_blocking_type_processor.h',
75 'engine/non_blocking_type_processor_core.cc',
76 'engine/non_blocking_type_processor_core.h',
77 'engine/non_blocking_type_processor_core_interface.cc',
78 'engine/non_blocking_type_processor_core_interface.h',
79 'engine/non_blocking_type_processor_interface.cc',
80 'engine/non_blocking_type_processor_interface.h',
81 'engine/nudge_source.cc', 83 'engine/nudge_source.cc',
82 'engine/nudge_source.h', 84 'engine/nudge_source.h',
83 'engine/process_updates_util.cc', 85 'engine/process_updates_util.cc',
84 'engine/process_updates_util.h', 86 'engine/process_updates_util.h',
85 'engine/sync_cycle_event.cc', 87 'engine/sync_cycle_event.cc',
86 'engine/sync_cycle_event.h', 88 'engine/sync_cycle_event.h',
87 'engine/sync_engine_event_listener.cc', 89 'engine/sync_engine_event_listener.cc',
88 'engine/sync_engine_event_listener.h', 90 'engine/sync_engine_event_listener.h',
89 'engine/sync_scheduler.cc',
90 'engine/sync_scheduler.h',
91 'engine/sync_scheduler_impl.cc',
92 'engine/sync_scheduler_impl.h',
93 'engine/sync_thread_sync_entity.cc',
94 'engine/sync_thread_sync_entity.h',
95 'engine/syncer.cc', 91 'engine/syncer.cc',
96 'engine/syncer.h', 92 'engine/syncer.h',
97 'engine/syncer_proto_util.cc', 93 'engine/syncer_proto_util.cc',
98 'engine/syncer_proto_util.h', 94 'engine/syncer_proto_util.h',
99 'engine/syncer_types.h', 95 'engine/syncer_types.h',
100 'engine/syncer_util.cc', 96 'engine/syncer_util.cc',
101 'engine/syncer_util.h', 97 'engine/syncer_util.h',
98 'engine/sync_scheduler.cc',
99 'engine/sync_scheduler.h',
100 'engine/sync_scheduler_impl.cc',
101 'engine/sync_scheduler_impl.h',
102 'engine/traffic_logger.cc', 102 'engine/traffic_logger.cc',
103 'engine/traffic_logger.h', 103 'engine/traffic_logger.h',
104 'engine/update_applicator.cc', 104 'engine/update_applicator.cc',
105 'engine/update_applicator.h', 105 'engine/update_applicator.h',
106 'engine/update_handler.cc', 106 'engine/update_handler.cc',
107 'engine/update_handler.h', 107 'engine/update_handler.h',
108 'js/js_backend.h', 108 'js/js_backend.h',
109 'js/js_controller.h', 109 'js/js_controller.h',
110 'js/js_event_details.cc', 110 'js/js_event_details.cc',
111 'js/js_event_details.h', 111 'js/js_event_details.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'util/get_session_name_win.cc', 209 'util/get_session_name_win.cc',
210 'util/get_session_name_win.h', 210 'util/get_session_name_win.h',
211 'util/logging.cc', 211 'util/logging.cc',
212 'util/logging.h', 212 'util/logging.h',
213 'util/nigori.cc', 213 'util/nigori.cc',
214 'util/nigori.h', 214 'util/nigori.h',
215 'util/time.cc', 215 'util/time.cc',
216 'util/time.h', 216 'util/time.h',
217 ], 217 ],
218 } 218 }
OLDNEW
« no previous file with comments | « sync/sessions/model_type_registry_unittest.cc ('k') | sync/sync_internal_api.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698