| Index: sync/sync_core.gypi
|
| diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
|
| index f4912fe055c81bf2d335e1f0d411a2e1cafe7c90..a642c18a4b7411f7f5d25f376e6f2794d4791db7 100644
|
| --- a/sync/sync_core.gypi
|
| +++ b/sync/sync_core.gypi
|
| @@ -34,16 +34,12 @@
|
| 'engine/apply_control_data_updates.h',
|
| 'engine/backoff_delay_provider.cc',
|
| 'engine/backoff_delay_provider.h',
|
| - 'engine/commit_util.cc',
|
| - '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',
|
| - 'engine/sync_directory_commit_contributor.h',
|
| + 'engine/commit_util.cc',
|
| + 'engine/commit_util.h',
|
| + 'engine/committer_list.cc',
|
| + 'engine/committer_list.h',
|
| 'engine/conflict_resolver.cc',
|
| 'engine/conflict_resolver.h',
|
| 'engine/conflict_util.cc',
|
| @@ -60,6 +56,12 @@
|
| 'engine/nudge_source.h',
|
| 'engine/process_updates_util.cc',
|
| 'engine/process_updates_util.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_scheduler.cc',
|
| @@ -79,6 +81,8 @@
|
| 'engine/traffic_recorder.h',
|
| 'engine/update_applicator.cc',
|
| 'engine/update_applicator.h',
|
| + 'engine/updater_list.cc',
|
| + 'engine/updater_list.h',
|
| 'js/js_arg_list.cc',
|
| 'js/js_arg_list.h',
|
| 'js/js_backend.h',
|
|
|