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

Unified Diff: sync/sync_api.gypi

Issue 187303006: Update sync API to support attachments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachmentapi
Patch Set: Rename GetAttachments to GetLocalAttachmentsForUpload. Created 6 years, 9 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/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 023d69b9f321653337b89dba415842d9b1a40284..02ff2c436751dcaaf01fe3a1fa19f22adac88777 100644
--- a/sync/sync_api.gypi
+++ b/sync/sync_api.gypi
@@ -11,14 +11,21 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
],
'sources': [
'api/attachments/attachment.cc',
'api/attachments/attachment.h',
'api/attachments/attachment_id.cc',
'api/attachments/attachment_id.h',
+ 'api/attachments/attachment_service.cc',
+ 'api/attachments/attachment_service.h',
+ 'api/attachments/attachment_service_proxy.cc',
+ 'api/attachments/attachment_service_proxy.h',
'api/attachments/attachment_store.cc',
'api/attachments/attachment_store.h',
+ 'api/attachments/fake_attachment_service.cc',
+ 'api/attachments/fake_attachment_service.h',
'api/attachments/fake_attachment_store.cc',
'api/attachments/fake_attachment_store.h',
'api/string_ordinal.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