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

Unified Diff: sync/sync.gyp

Issue 11636006: WIP: The Bookmark Position Megapatch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Various updates, including switch suffix to unique_client_tag style Created 8 years 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/protocol/sync.proto ('k') | sync/syncable/directory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « sync/protocol/sync.proto ('k') | sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698