| Index: sync/sync_core.gypi
|
| diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
|
| index 0d5cca740cdb8ca50f30390aaa72794ff83ea664..5d6d9894f46cd3a09e311968806c43e32cf5d7dd 100644
|
| --- a/sync/sync_core.gypi
|
| +++ b/sync/sync_core.gypi
|
| @@ -40,6 +40,8 @@
|
| 'engine/commit_util.h',
|
| 'engine/commit.cc',
|
| 'engine/commit.h',
|
| + 'engine/sync_directory_update_handler.cc',
|
| + 'engine/sync_directory_update_handler.h',
|
| 'engine/sync_directory_commit_contribution.cc',
|
| 'engine/sync_directory_commit_contribution.h',
|
| 'engine/sync_directory_commit_contributor.cc',
|
| @@ -60,10 +62,8 @@
|
| 'engine/net/url_translator.h',
|
| 'engine/nudge_source.cc',
|
| 'engine/nudge_source.h',
|
| - 'engine/process_updates_command.cc',
|
| - 'engine/process_updates_command.h',
|
| - 'engine/store_timestamps_command.cc',
|
| - 'engine/store_timestamps_command.h',
|
| + 'engine/process_updates_util.cc',
|
| + 'engine/process_updates_util.h',
|
| 'engine/sync_engine_event.cc',
|
| 'engine/sync_engine_event.h',
|
| 'engine/sync_scheduler.cc',
|
|
|