Index: sync/sync.gyp |
diff --git a/sync/sync.gyp b/sync/sync.gyp |
index f6e57f0eb8292a75e87d0e4af447c5550471c0aa..82f9d6906069c4013775ebc5707e3c4ae9159813 100644 |
--- a/sync/sync.gyp |
+++ b/sync/sync.gyp |
@@ -153,9 +153,14 @@ |
'syncable/nigori_util.h', |
'syncable/on_disk_directory_backing_store.cc', |
'syncable/on_disk_directory_backing_store.h', |
+ 'syncable/parent_child_index.cc', |
+ 'syncable/parent_child_index.h', |
'syncable/read_transaction.cc', |
'syncable/read_transaction.h', |
+ 'syncable/scoped_index_updater.h', |
'syncable/scoped_kernel_lock.h', |
+ 'syncable/scoped_parent_child_index_updater.cc', |
+ 'syncable/scoped_parent_child_index_updater.h', |
'syncable/syncable-inl.h', |
'syncable/syncable_changes_version.h', |
'syncable/syncable_columns.h', |
@@ -663,7 +668,6 @@ |
'engine/apply_control_data_updates_unittest.cc', |
'engine/apply_updates_and_resolve_conflicts_command_unittest.cc', |
'engine/backoff_delay_provider_unittest.cc', |
- 'engine/build_commit_command_unittest.cc', |
'engine/download_updates_command_unittest.cc', |
'engine/model_changing_syncer_command_unittest.cc', |
'engine/process_commit_response_command_unittest.cc', |