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

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: Pull in upstream changes. 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
« sync/api/sync_data.cc ('K') | « sync/protocol/sync.proto ('k') | no next file » | 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 2f53d853e9b78ad83881df22ef6c7c03e710a252..ecfa2b36c01609c4a8198fb3e795251b129e6448 100644
--- a/sync/sync_api.gypi
+++ b/sync/sync_api.gypi
@@ -11,12 +11,17 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
],
'sources': [
'api/attachments/attachment.cc',
'api/attachments/attachment.h',
+ 'api/attachments/attachment_service.cc',
+ 'api/attachments/attachment_service.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',
« sync/api/sync_data.cc ('K') | « sync/protocol/sync.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698