X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsync%2Fsync.gyp;h=f01ea8109b6a5cf33bd45c020be780ceef43005c;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=9ced955c1c36fc89170354ab540104b23b5f7d98;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/sync/sync.gyp b/src/sync/sync.gyp index 9ced955..f01ea81 100644 --- a/src/sync/sync.gyp +++ b/src/sync/sync.gyp @@ -102,14 +102,10 @@ 'engine/conflict_resolver.h', 'engine/conflict_util.cc', 'engine/conflict_util.h', - 'engine/cryptographer_provider.cc', - 'engine/cryptographer_provider.h', 'engine/directory_commit_contribution.cc', 'engine/directory_commit_contribution.h', 'engine/directory_commit_contributor.cc', 'engine/directory_commit_contributor.h', - 'engine/directory_cryptographer_provider.cc', - 'engine/directory_cryptographer_provider.h', 'engine/directory_update_handler.cc', 'engine/directory_update_handler.h', 'engine/entity_tracker.cc', @@ -173,6 +169,7 @@ 'internal_api/attachments/attachment_uploader_impl.cc', 'internal_api/attachments/fake_attachment_downloader.cc', 'internal_api/attachments/fake_attachment_uploader.cc', + 'internal_api/attachments/task_queue.cc', 'internal_api/base_node.cc', 'internal_api/base_transaction.cc', 'internal_api/change_record.cc', @@ -209,6 +206,7 @@ 'internal_api/public/attachments/attachment_uploader_impl.h', 'internal_api/public/attachments/fake_attachment_downloader.h', 'internal_api/public/attachments/fake_attachment_uploader.h', + 'internal_api/public/attachments/task_queue.h', 'internal_api/public/base/attachment_id_proto.cc', 'internal_api/public/base/attachment_id_proto.h', 'internal_api/public/base/cancelation_observer.cc',