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

Unified Diff: sync/sync.gyp

Issue 11533008: Use delete journal to remove bookmarks that are already deleted in sync model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/internal_api/test/test_user_share.cc ('k') | sync/syncable/delete_journal.cc » ('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 7caf784304d1db9bb99a9d016cc65bae8023e972..faed6837e719663e3cff0a2960818321c376006b 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -345,6 +345,7 @@
'internal_api/public/http_post_provider_interface.h',
'internal_api/public/internal_components_factory_impl.h',
'internal_api/public/internal_components_factory.h',
+ 'internal_api/public/delete_journal.h',
'internal_api/public/read_node.h',
'internal_api/public/read_transaction.h',
'internal_api/public/sessions/model_neutral_state.cc',
@@ -373,6 +374,7 @@
'internal_api/public/util/weak_handle.h',
'internal_api/public/write_node.h',
'internal_api/public/write_transaction.h',
+ 'internal_api/delete_journal.cc',
'internal_api/read_node.cc',
'internal_api/read_transaction.cc',
'internal_api/sync_encryption_handler_impl.cc',
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/syncable/delete_journal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698