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

Side by Side Diff: sync/sync_core.gypi

Issue 38803003: sync: Implement per-type update processing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 7 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/sync_session_context.cc ('k') | sync/sync_tests.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 22 matching lines...) Expand all
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/apply_updates_and_resolve_conflicts_command.cc', 35 'engine/apply_updates_and_resolve_conflicts_command.cc',
36 'engine/apply_updates_and_resolve_conflicts_command.h', 36 'engine/apply_updates_and_resolve_conflicts_command.h',
37 'engine/backoff_delay_provider.cc', 37 'engine/backoff_delay_provider.cc',
38 'engine/backoff_delay_provider.h', 38 'engine/backoff_delay_provider.h',
39 'engine/commit_util.cc', 39 'engine/commit_util.cc',
40 'engine/commit_util.h', 40 'engine/commit_util.h',
41 'engine/commit.cc', 41 'engine/commit.cc',
42 'engine/commit.h', 42 'engine/commit.h',
43 'engine/sync_directory_update_handler.cc',
44 'engine/sync_directory_update_handler.h',
43 'engine/sync_directory_commit_contribution.cc', 45 'engine/sync_directory_commit_contribution.cc',
44 'engine/sync_directory_commit_contribution.h', 46 'engine/sync_directory_commit_contribution.h',
45 'engine/sync_directory_commit_contributor.cc', 47 'engine/sync_directory_commit_contributor.cc',
46 'engine/sync_directory_commit_contributor.h', 48 'engine/sync_directory_commit_contributor.h',
47 'engine/conflict_resolver.cc', 49 'engine/conflict_resolver.cc',
48 'engine/conflict_resolver.h', 50 'engine/conflict_resolver.h',
49 'engine/conflict_util.cc', 51 'engine/conflict_util.cc',
50 'engine/conflict_util.h', 52 'engine/conflict_util.h',
51 'engine/download.cc', 53 'engine/download.cc',
52 'engine/download.h', 54 'engine/download.h',
53 'engine/get_commit_ids.cc', 55 'engine/get_commit_ids.cc',
54 'engine/get_commit_ids.h', 56 'engine/get_commit_ids.h',
55 'engine/model_changing_syncer_command.cc', 57 'engine/model_changing_syncer_command.cc',
56 'engine/model_changing_syncer_command.h', 58 'engine/model_changing_syncer_command.h',
57 'engine/net/server_connection_manager.cc', 59 'engine/net/server_connection_manager.cc',
58 'engine/net/server_connection_manager.h', 60 'engine/net/server_connection_manager.h',
59 'engine/net/url_translator.cc', 61 'engine/net/url_translator.cc',
60 'engine/net/url_translator.h', 62 'engine/net/url_translator.h',
61 'engine/nudge_source.cc', 63 'engine/nudge_source.cc',
62 'engine/nudge_source.h', 64 'engine/nudge_source.h',
63 'engine/process_updates_command.cc', 65 'engine/process_updates_util.cc',
64 'engine/process_updates_command.h', 66 'engine/process_updates_util.h',
65 'engine/store_timestamps_command.cc',
66 'engine/store_timestamps_command.h',
67 'engine/sync_engine_event.cc', 67 'engine/sync_engine_event.cc',
68 'engine/sync_engine_event.h', 68 'engine/sync_engine_event.h',
69 'engine/sync_scheduler.cc', 69 'engine/sync_scheduler.cc',
70 'engine/sync_scheduler.h', 70 'engine/sync_scheduler.h',
71 'engine/sync_scheduler_impl.cc', 71 'engine/sync_scheduler_impl.cc',
72 'engine/sync_scheduler_impl.h', 72 'engine/sync_scheduler_impl.h',
73 'engine/syncer.cc', 73 'engine/syncer.cc',
74 'engine/syncer.h', 74 'engine/syncer.h',
75 'engine/syncer_command.cc', 75 'engine/syncer_command.cc',
76 'engine/syncer_command.h', 76 'engine/syncer_command.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'util/get_session_name_win.cc', 188 'util/get_session_name_win.cc',
189 'util/get_session_name_win.h', 189 'util/get_session_name_win.h',
190 'util/logging.cc', 190 'util/logging.cc',
191 'util/logging.h', 191 'util/logging.h',
192 'util/nigori.cc', 192 'util/nigori.cc',
193 'util/nigori.h', 193 'util/nigori.h',
194 'util/time.cc', 194 'util/time.cc',
195 'util/time.h', 195 'util/time.h',
196 ], 196 ],
197 } 197 }
OLDNEW
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698