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

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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 6b93e6d87dd23ecefba68f5e805318441970cef6..eaa5de47e367c036bacf6402b8680884fd917728 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -343,6 +343,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',
@@ -371,6 +372,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',

Powered by Google App Engine
This is Rietveld 408576698