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

Unified Diff: sync/sync.gyp

Issue 11441026: [Sync] Add support for loading, updating and querying delete journals in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make IsDeleteJournalEnabled() public 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 | « no previous file | sync/syncable/base_transaction.h » ('j') | sync/syncable/delete_journal.h » ('J')
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 475f86b713334d27227eb459385a3c54c5e73f44..d4c0fce6025487ae41b7e9564f6a3cd34a812956 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -129,6 +129,8 @@
'syncable/base_transaction.cc',
'syncable/base_transaction.h',
'syncable/blob.h',
+ 'syncable/delete_journal.cc',
+ 'syncable/delete_journal.h',
'syncable/dir_open_result.h',
'syncable/directory.cc',
'syncable/directory.h',
« no previous file with comments | « no previous file | sync/syncable/base_transaction.h » ('j') | sync/syncable/delete_journal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698