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

Side by Side Diff: sync/sync_proto.gypi

Issue 187303006: Update sync API to support attachments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachmentapi
Patch Set: Rename GetAttachments to GetLocalAttachmentsForUpload. Created 6 years, 8 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/sync_api.gypi ('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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
11 ], 11 ],
12 'sources': [ 12 'sources': [
13 'protocol/app_notification_specifics.proto', 13 'protocol/app_notification_specifics.proto',
14 'protocol/app_setting_specifics.proto', 14 'protocol/app_setting_specifics.proto',
15 'protocol/app_specifics.proto', 15 'protocol/app_specifics.proto',
16 'protocol/app_list_specifics.proto', 16 'protocol/app_list_specifics.proto',
17 'protocol/article_specifics.proto', 17 'protocol/article_specifics.proto',
18 'protocol/attachments.proto',
18 'protocol/autofill_specifics.proto', 19 'protocol/autofill_specifics.proto',
19 'protocol/bookmark_specifics.proto', 20 'protocol/bookmark_specifics.proto',
20 'protocol/client_commands.proto', 21 'protocol/client_commands.proto',
21 'protocol/client_debug_info.proto', 22 'protocol/client_debug_info.proto',
22 'protocol/device_info_specifics.proto', 23 'protocol/device_info_specifics.proto',
23 'protocol/dictionary_specifics.proto', 24 'protocol/dictionary_specifics.proto',
24 'protocol/encryption.proto', 25 'protocol/encryption.proto',
25 'protocol/experiments_specifics.proto', 26 'protocol/experiments_specifics.proto',
26 'protocol/extension_setting_specifics.proto', 27 'protocol/extension_setting_specifics.proto',
27 'protocol/extension_specifics.proto', 28 'protocol/extension_specifics.proto',
(...skipping 24 matching lines...) Expand all
52 'variables': { 53 'variables': {
53 'proto_in_dir': './protocol', 54 'proto_in_dir': './protocol',
54 'proto_out_dir': 'sync/protocol', 55 'proto_out_dir': 'sync/protocol',
55 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:', 56 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:',
56 'cc_include': 'sync/base/sync_export.h', 57 'cc_include': 'sync/base/sync_export.h',
57 }, 58 },
58 'includes': [ 59 'includes': [
59 '../build/protoc.gypi' 60 '../build/protoc.gypi'
60 ], 61 ],
61 } 62 }
OLDNEW
« no previous file with comments | « sync/sync_api.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698