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

Side by Side Diff: sync/sync_api.gypi

Issue 293143002: Add AttachmentDownloader interface, change signature of AttachmentStore::Read (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes after feedback from Nick Created 6 years, 7 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/attachments/fake_attachment_store_unittest.cc ('k') | no next file » | 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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
11 ], 11 ],
12 'dependencies': [ 12 'dependencies': [
13 '../base/base.gyp:base', 13 '../base/base.gyp:base',
14 ], 14 ],
15 'sources': [ 15 'sources': [
16 'api/attachments/attachment.cc', 16 'api/attachments/attachment.cc',
17 'api/attachments/attachment.h', 17 'api/attachments/attachment.h',
18 'api/attachments/attachment_downloader.cc',
19 'api/attachments/attachment_downloader.h',
18 'api/attachments/attachment_id.cc', 20 'api/attachments/attachment_id.cc',
19 'api/attachments/attachment_id.h', 21 'api/attachments/attachment_id.h',
20 'api/attachments/attachment_service.cc', 22 'api/attachments/attachment_service.cc',
21 'api/attachments/attachment_service.h', 23 'api/attachments/attachment_service.h',
22 'api/attachments/attachment_service_impl.cc', 24 'api/attachments/attachment_service_impl.cc',
23 'api/attachments/attachment_service_impl.h', 25 'api/attachments/attachment_service_impl.h',
24 'api/attachments/attachment_service_proxy.cc', 26 'api/attachments/attachment_service_proxy.cc',
25 'api/attachments/attachment_service_proxy.h', 27 'api/attachments/attachment_service_proxy.h',
26 'api/attachments/attachment_service_proxy_for_test.cc', 28 'api/attachments/attachment_service_proxy_for_test.cc',
27 'api/attachments/attachment_service_proxy_for_test.h', 29 'api/attachments/attachment_service_proxy_for_test.h',
(...skipping 12 matching lines...) Expand all
40 'api/sync_change_processor.h', 42 'api/sync_change_processor.h',
41 'api/sync_error.cc', 43 'api/sync_error.cc',
42 'api/sync_error.h', 44 'api/sync_error.h',
43 'api/sync_error_factory.cc', 45 'api/sync_error_factory.cc',
44 'api/sync_error_factory.h', 46 'api/sync_error_factory.h',
45 'api/sync_merge_result.cc', 47 'api/sync_merge_result.cc',
46 'api/sync_merge_result.h', 48 'api/sync_merge_result.h',
47 'api/time.h', 49 'api/time.h',
48 ], 50 ],
49 } 51 }
OLDNEW
« no previous file with comments | « sync/internal_api/attachments/fake_attachment_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698