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

Unified Diff: sync/sync_core.gypi

Issue 299963002: sync: Implement NonBlockingTypeProcessorCore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unbreak some tests 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/sessions/model_type_registry.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_core.gypi
diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
index bec8952ae1728c204d76471b699e84b8c710b916..8772d43db5e097291d5262b8ddd5a430100c9bf2 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -68,12 +68,16 @@
'engine/net/url_translator.h',
'engine/non_blocking_sync_common.cc',
'engine/non_blocking_sync_common.h',
+ 'engine/non_blocking_type_commit_contribution.cc',
+ 'engine/non_blocking_type_commit_contribution.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/non_blocking_type_processor_interface.cc',
+ 'engine/non_blocking_type_processor_interface.h',
'engine/nudge_source.cc',
'engine/nudge_source.h',
'engine/process_updates_util.cc',
@@ -86,6 +90,8 @@
'engine/sync_scheduler.h',
'engine/sync_scheduler_impl.cc',
'engine/sync_scheduler_impl.h',
+ 'engine/sync_thread_sync_entity.cc',
+ 'engine/sync_thread_sync_entity.h',
'engine/syncer.cc',
'engine/syncer.h',
'engine/syncer_proto_util.cc',
« no previous file with comments | « sync/sessions/model_type_registry.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698