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

Unified Diff: sync/sync_core.gypi

Issue 152013003: Split up SyncEngineEventListener callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more forward declaration Created 6 years, 10 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/sync_session_context.h ('k') | sync/test/engine/fake_sync_scheduler.h » ('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 6b79b2acbc0b447dba6ee185302c772e6af194a0..63983575f80ae7fb1698f1d8ac0c1033a9b05729 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -58,14 +58,16 @@
'engine/nudge_source.h',
'engine/process_updates_util.cc',
'engine/process_updates_util.h',
+ 'engine/sync_cycle_event.cc',
+ 'engine/sync_cycle_event.h',
'engine/sync_directory_commit_contribution.cc',
'engine/sync_directory_commit_contribution.h',
'engine/sync_directory_commit_contributor.cc',
'engine/sync_directory_commit_contributor.h',
'engine/sync_directory_update_handler.cc',
'engine/sync_directory_update_handler.h',
- 'engine/sync_engine_event.cc',
- 'engine/sync_engine_event.h',
+ 'engine/sync_engine_event_listener.cc',
+ 'engine/sync_engine_event_listener.h',
'engine/sync_scheduler.cc',
'engine/sync_scheduler.h',
'engine/sync_scheduler_impl.cc',
« no previous file with comments | « sync/sessions/sync_session_context.h ('k') | sync/test/engine/fake_sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698