OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |