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

Unified Diff: sync/sync_api.gypi

Issue 102193004: Checkpointing some Sync Attachment work. Added SyncAttachment and SyncAttachmentId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing SYNC_EXPORT_PRIVATE modifier (was cause of link error on trybots). Created 7 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/sync_proto.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_api.gypi
diff --git a/sync/sync_api.gypi b/sync/sync_api.gypi
index 188fc3242241ffbb6515f2319e5e3aa07ddda54f..4a2b21dbae86bcb4c1ca26c26d8056013e2fb6cc 100644
--- a/sync/sync_api.gypi
+++ b/sync/sync_api.gypi
@@ -16,18 +16,20 @@
'api/string_ordinal.h',
'api/syncable_service.cc',
'api/syncable_service.h',
- 'api/sync_data.h',
+ 'api/sync_attachment.cc',
+ 'api/sync_attachment.h',
'api/sync_data.cc',
- 'api/sync_change.h',
+ 'api/sync_data.h',
'api/sync_change.cc',
- 'api/sync_change_processor.h',
+ 'api/sync_change.h',
'api/sync_change_processor.cc',
- 'api/sync_error.h',
+ 'api/sync_change_processor.h',
'api/sync_error.cc',
- 'api/sync_error_factory.h',
+ 'api/sync_error.h',
'api/sync_error_factory.cc',
- 'api/sync_merge_result.h',
+ 'api/sync_error_factory.h',
'api/sync_merge_result.cc',
+ 'api/sync_merge_result.h',
'api/time.h',
],
}
« no previous file with comments | « sync/protocol/sync.proto ('k') | sync/sync_proto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698