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

Unified Diff: sync/sync_core.gypi

Issue 280983002: Implement sync in the NonBlockingTypeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add some comments Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: sync/sync_core.gypi
diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
index 074ddd42a0f494c61c61e806710f510343536f9d..bec8952ae1728c204d76471b699e84b8c710b916 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -60,14 +60,20 @@
'engine/get_updates_delegate.h',
'engine/get_updates_processor.cc',
'engine/get_updates_processor.h',
+ 'engine/model_thread_sync_entity.cc',
+ 'engine/model_thread_sync_entity.h',
'engine/net/server_connection_manager.cc',
'engine/net/server_connection_manager.h',
'engine/net/url_translator.cc',
'engine/net/url_translator.h',
+ 'engine/non_blocking_sync_common.cc',
+ 'engine/non_blocking_sync_common.h',
'engine/non_blocking_type_processor.cc',
'engine/non_blocking_type_processor.h',
'engine/non_blocking_type_processor_core.cc',
'engine/non_blocking_type_processor_core.h',
+ 'engine/non_blocking_type_processor_core_interface.cc',
+ 'engine/non_blocking_type_processor_core_interface.h',
'engine/nudge_source.cc',
'engine/nudge_source.h',
'engine/process_updates_util.cc',

Powered by Google App Engine
This is Rietveld 408576698