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

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 some DCHECKs and another test case. 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
Index: sync/sync_api.gypi
diff --git a/sync/sync_api.gypi b/sync/sync_api.gypi
index 188fc3242241ffbb6515f2319e5e3aa07ddda54f..c75ca398810e8c60d2ba369bff883d329f9e045c 100644
--- a/sync/sync_api.gypi
+++ b/sync/sync_api.gypi
@@ -16,6 +16,8 @@
'api/string_ordinal.h',
'api/syncable_service.cc',
'api/syncable_service.h',
+ 'api/sync_attachment.h',
Nicolas Zea 2013/12/30 19:10:31 nit: technically the order of these files should h
maniscalco 2013/12/30 22:17:19 Done.
+ 'api/sync_attachment.cc',
'api/sync_data.h',
'api/sync_data.cc',
'api/sync_change.h',
« sync/protocol/sync.proto ('K') | « sync/protocol/sync.proto ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698