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

Side by Side Diff: sync/sync.gyp

Issue 554743004: Update AttachmentServiceImpl to retry attachment uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « sync/internal_api/public/attachments/task_queue.h ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'internal_api/attachments/attachment_downloader.cc', 162 'internal_api/attachments/attachment_downloader.cc',
163 'internal_api/attachments/attachment_downloader_impl.cc', 163 'internal_api/attachments/attachment_downloader_impl.cc',
164 'internal_api/attachments/attachment_service.cc', 164 'internal_api/attachments/attachment_service.cc',
165 'internal_api/attachments/attachment_service_impl.cc', 165 'internal_api/attachments/attachment_service_impl.cc',
166 'internal_api/attachments/attachment_service_proxy.cc', 166 'internal_api/attachments/attachment_service_proxy.cc',
167 'internal_api/attachments/attachment_service_proxy_for_test.cc', 167 'internal_api/attachments/attachment_service_proxy_for_test.cc',
168 'internal_api/attachments/attachment_uploader.cc', 168 'internal_api/attachments/attachment_uploader.cc',
169 'internal_api/attachments/attachment_uploader_impl.cc', 169 'internal_api/attachments/attachment_uploader_impl.cc',
170 'internal_api/attachments/fake_attachment_downloader.cc', 170 'internal_api/attachments/fake_attachment_downloader.cc',
171 'internal_api/attachments/fake_attachment_uploader.cc', 171 'internal_api/attachments/fake_attachment_uploader.cc',
172 'internal_api/attachments/task_queue.cc',
172 'internal_api/base_node.cc', 173 'internal_api/base_node.cc',
173 'internal_api/base_transaction.cc', 174 'internal_api/base_transaction.cc',
174 'internal_api/change_record.cc', 175 'internal_api/change_record.cc',
175 'internal_api/change_reorder_buffer.cc', 176 'internal_api/change_reorder_buffer.cc',
176 'internal_api/change_reorder_buffer.h', 177 'internal_api/change_reorder_buffer.h',
177 'internal_api/debug_info_event_listener.cc', 178 'internal_api/debug_info_event_listener.cc',
178 'internal_api/debug_info_event_listener.h', 179 'internal_api/debug_info_event_listener.h',
179 'internal_api/delete_journal.cc', 180 'internal_api/delete_journal.cc',
180 'internal_api/events/commit_request_event.cc', 181 'internal_api/events/commit_request_event.cc',
181 'internal_api/events/commit_response_event.cc', 182 'internal_api/events/commit_response_event.cc',
(...skipping 16 matching lines...) Expand all
198 'internal_api/attachments/public/attachment_downloader.h', 199 'internal_api/attachments/public/attachment_downloader.h',
199 'internal_api/attachments/public/attachment_service.h', 200 'internal_api/attachments/public/attachment_service.h',
200 'internal_api/attachments/public/attachment_service_impl.h', 201 'internal_api/attachments/public/attachment_service_impl.h',
201 'internal_api/attachments/public/attachment_service_proxy_for_test.h', 202 'internal_api/attachments/public/attachment_service_proxy_for_test.h',
202 'internal_api/attachments/public/attachment_service_proxy.h', 203 'internal_api/attachments/public/attachment_service_proxy.h',
203 'internal_api/attachments/public/attachment_uploader.h', 204 'internal_api/attachments/public/attachment_uploader.h',
204 'internal_api/public/attachments/attachment_downloader_impl.h', 205 'internal_api/public/attachments/attachment_downloader_impl.h',
205 'internal_api/public/attachments/attachment_uploader_impl.h', 206 'internal_api/public/attachments/attachment_uploader_impl.h',
206 'internal_api/public/attachments/fake_attachment_downloader.h', 207 'internal_api/public/attachments/fake_attachment_downloader.h',
207 'internal_api/public/attachments/fake_attachment_uploader.h', 208 'internal_api/public/attachments/fake_attachment_uploader.h',
209 'internal_api/public/attachments/task_queue.h',
208 'internal_api/public/base/attachment_id_proto.cc', 210 'internal_api/public/base/attachment_id_proto.cc',
209 'internal_api/public/base/attachment_id_proto.h', 211 'internal_api/public/base/attachment_id_proto.h',
210 'internal_api/public/base/cancelation_observer.cc', 212 'internal_api/public/base/cancelation_observer.cc',
211 'internal_api/public/base/cancelation_observer.h', 213 'internal_api/public/base/cancelation_observer.h',
212 'internal_api/public/base/cancelation_signal.cc', 214 'internal_api/public/base/cancelation_signal.cc',
213 'internal_api/public/base/cancelation_signal.h', 215 'internal_api/public/base/cancelation_signal.h',
214 'internal_api/public/base/enum_set.h', 216 'internal_api/public/base/enum_set.h',
215 'internal_api/public/base/enum_set.h', 217 'internal_api/public/base/enum_set.h',
216 'internal_api/public/base/invalidation_interface.cc', 218 'internal_api/public/base/invalidation_interface.cc',
217 'internal_api/public/base/invalidation_interface.h', 219 'internal_api/public/base/invalidation_interface.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'proto_out_dir': 'sync/protocol', 506 'proto_out_dir': 'sync/protocol',
505 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', 507 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
506 'cc_include': 'sync/protocol/sync_proto_export.h', 508 'cc_include': 'sync/protocol/sync_proto_export.h',
507 }, 509 },
508 'includes': [ 510 'includes': [
509 '../build/protoc.gypi' 511 '../build/protoc.gypi'
510 ], 512 ],
511 }, 513 },
512 ], 514 ],
513 } 515 }
OLDNEW
« no previous file with comments | « sync/internal_api/public/attachments/task_queue.h ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698