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

Side by Side Diff: sync/sync_core.gypi

Issue 375023002: sync: Support nudges from non-blocking sync types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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_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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'engine/net/server_connection_manager.cc', 75 'engine/net/server_connection_manager.cc',
76 'engine/net/server_connection_manager.h', 76 'engine/net/server_connection_manager.h',
77 'engine/net/url_translator.cc', 77 'engine/net/url_translator.cc',
78 'engine/net/url_translator.h', 78 'engine/net/url_translator.h',
79 'engine/non_blocking_sync_common.cc', 79 'engine/non_blocking_sync_common.cc',
80 'engine/non_blocking_sync_common.h', 80 'engine/non_blocking_sync_common.h',
81 'engine/non_blocking_type_commit_contribution.cc', 81 'engine/non_blocking_type_commit_contribution.cc',
82 'engine/non_blocking_type_commit_contribution.h', 82 'engine/non_blocking_type_commit_contribution.h',
83 'engine/nudge_source.cc', 83 'engine/nudge_source.cc',
84 'engine/nudge_source.h', 84 'engine/nudge_source.h',
85 'engine/nudge_handler.cc',
86 'engine/nudge_handler.h',
85 'engine/process_updates_util.cc', 87 'engine/process_updates_util.cc',
86 'engine/process_updates_util.h', 88 'engine/process_updates_util.h',
87 'engine/sync_cycle_event.cc', 89 'engine/sync_cycle_event.cc',
88 'engine/sync_cycle_event.h', 90 'engine/sync_cycle_event.h',
89 'engine/sync_engine_event_listener.cc', 91 'engine/sync_engine_event_listener.cc',
90 'engine/sync_engine_event_listener.h', 92 'engine/sync_engine_event_listener.h',
91 'engine/syncer.cc', 93 'engine/syncer.cc',
92 'engine/syncer.h', 94 'engine/syncer.h',
93 'engine/syncer_proto_util.cc', 95 'engine/syncer_proto_util.cc',
94 'engine/syncer_proto_util.h', 96 'engine/syncer_proto_util.h',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'util/get_session_name_win.cc', 211 'util/get_session_name_win.cc',
210 'util/get_session_name_win.h', 212 'util/get_session_name_win.h',
211 'util/logging.cc', 213 'util/logging.cc',
212 'util/logging.h', 214 'util/logging.h',
213 'util/nigori.cc', 215 'util/nigori.cc',
214 'util/nigori.h', 216 'util/nigori.h',
215 'util/time.cc', 217 'util/time.cc',
216 'util/time.h', 218 'util/time.h',
217 ], 219 ],
218 } 220 }
OLDNEW
« no previous file with comments | « sync/sessions/model_type_registry_unittest.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698