summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authormaniscalco <maniscalco@chromium.org>2014-10-06 11:08:57 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-06 18:11:27 +0000
commit17f1a3b9d5111602d00621ade8833b7b36e886d6 (patch)
tree940315200445105b1da8c53efbf9095994b2b5a4 /sync/sync.gyp
parent654dbd0ba719e804fe6d6daee8726a348c0e7962 (diff)
downloadchromium_src-17f1a3b9d5111602d00621ade8833b7b36e886d6.zip
chromium_src-17f1a3b9d5111602d00621ade8833b7b36e886d6.tar.gz
chromium_src-17f1a3b9d5111602d00621ade8833b7b36e886d6.tar.bz2
Include hash on sync attachment uploads to ensure data integrity.
This change is one in a series of changes designed to ensure end-to-end data integrity of attachments. See referenced bug for details. Simplify AttachmentUploaderImplTest by moving duplicated test code into private UploadAndRespondWith method. Update TODO comment to reflect the fact that URLFetcher automatically adds a Content-Length header. Update test cases accordingly. TBR=kinuko BUG=418649,371521 Review URL: https://codereview.chromium.org/611113002 Cr-Commit-Position: refs/heads/master@{#298274}
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index c5532be..55ad858 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -48,6 +48,7 @@
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
+ '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib',