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

Side by Side Diff: sync/sync_core.gypi

Issue 13743003: sync: Finish the SyncScheduler refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ModelNeutralState forward decl Created 7 years, 8 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'engine/get_commit_ids_command.cc', 49 'engine/get_commit_ids_command.cc',
50 'engine/get_commit_ids_command.h', 50 'engine/get_commit_ids_command.h',
51 'engine/model_changing_syncer_command.cc', 51 'engine/model_changing_syncer_command.cc',
52 'engine/model_changing_syncer_command.h', 52 'engine/model_changing_syncer_command.h',
53 'engine/net/server_connection_manager.cc', 53 'engine/net/server_connection_manager.cc',
54 'engine/net/server_connection_manager.h', 54 'engine/net/server_connection_manager.h',
55 'engine/net/url_translator.cc', 55 'engine/net/url_translator.cc',
56 'engine/net/url_translator.h', 56 'engine/net/url_translator.h',
57 'engine/nudge_source.cc', 57 'engine/nudge_source.cc',
58 'engine/nudge_source.h', 58 'engine/nudge_source.h',
59 'engine/nudge_tracker.cc',
60 'engine/nudge_tracker.h',
59 'engine/process_commit_response_command.cc', 61 'engine/process_commit_response_command.cc',
60 'engine/process_commit_response_command.h', 62 'engine/process_commit_response_command.h',
61 'engine/process_updates_command.cc', 63 'engine/process_updates_command.cc',
62 'engine/process_updates_command.h', 64 'engine/process_updates_command.h',
63 'engine/store_timestamps_command.cc', 65 'engine/store_timestamps_command.cc',
64 'engine/store_timestamps_command.h', 66 'engine/store_timestamps_command.h',
65 'engine/sync_engine_event.cc', 67 'engine/sync_engine_event.cc',
66 'engine/sync_engine_event.h', 68 'engine/sync_engine_event.h',
67 'engine/sync_scheduler.cc', 69 'engine/sync_scheduler.cc',
68 'engine/sync_scheduler.h', 70 'engine/sync_scheduler.h',
69 'engine/sync_scheduler_impl.cc', 71 'engine/sync_scheduler_impl.cc',
70 'engine/sync_scheduler_impl.h', 72 'engine/sync_scheduler_impl.h',
71 'engine/sync_session_job.cc',
72 'engine/sync_session_job.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',
77 'engine/syncer_proto_util.cc', 77 'engine/syncer_proto_util.cc',
78 'engine/syncer_proto_util.h', 78 'engine/syncer_proto_util.h',
79 'engine/syncer_types.h', 79 'engine/syncer_types.h',
80 'engine/syncer_util.cc', 80 'engine/syncer_util.cc',
81 'engine/syncer_util.h', 81 'engine/syncer_util.h',
82 'engine/throttled_data_type_tracker.cc', 82 'engine/throttled_data_type_tracker.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'util/get_session_name_win.cc', 186 'util/get_session_name_win.cc',
187 'util/get_session_name_win.h', 187 'util/get_session_name_win.h',
188 'util/logging.cc', 188 'util/logging.cc',
189 'util/logging.h', 189 'util/logging.h',
190 'util/nigori.cc', 190 'util/nigori.cc',
191 'util/nigori.h', 191 'util/nigori.h',
192 'util/time.cc', 192 'util/time.cc',
193 'util/time.h', 193 'util/time.h',
194 ], 194 ],
195 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698