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

Side by Side Diff: sync/protocol/protocol.gypi

Issue 2092893002: arc: Create sync protos for Arc package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits addressed. Created 4 years, 5 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/protocol/proto_value_conversions_unittest.cc ('k') | sync/protocol/sync.proto » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # The directory that contains the sync protocol buffer definitions. 7 # The directory that contains the sync protocol buffer definitions.
8 # This variable can be overridden for other builds that require the proto 8 # This variable can be overridden for other builds that require the proto
9 # files to be stored in an intermediate directory. 9 # files to be stored in an intermediate directory.
10 'sync_proto_sources_dir%': '.', 10 'sync_proto_sources_dir%': '.',
11 11
12 # The list of sync protocol buffer definitions. 12 # The list of sync protocol buffer definitions.
13 'sync_proto_source_paths': [ 13 'sync_proto_source_paths': [
14 '<(sync_proto_sources_dir)/app_notification_specifics.proto', 14 '<(sync_proto_sources_dir)/app_notification_specifics.proto',
15 '<(sync_proto_sources_dir)/app_setting_specifics.proto', 15 '<(sync_proto_sources_dir)/app_setting_specifics.proto',
16 '<(sync_proto_sources_dir)/app_specifics.proto', 16 '<(sync_proto_sources_dir)/app_specifics.proto',
17 '<(sync_proto_sources_dir)/app_list_specifics.proto', 17 '<(sync_proto_sources_dir)/app_list_specifics.proto',
18 '<(sync_proto_sources_dir)/arc_package_specifics.proto',
18 '<(sync_proto_sources_dir)/article_specifics.proto', 19 '<(sync_proto_sources_dir)/article_specifics.proto',
19 '<(sync_proto_sources_dir)/attachments.proto', 20 '<(sync_proto_sources_dir)/attachments.proto',
20 '<(sync_proto_sources_dir)/autofill_specifics.proto', 21 '<(sync_proto_sources_dir)/autofill_specifics.proto',
21 '<(sync_proto_sources_dir)/bookmark_specifics.proto', 22 '<(sync_proto_sources_dir)/bookmark_specifics.proto',
22 '<(sync_proto_sources_dir)/client_commands.proto', 23 '<(sync_proto_sources_dir)/client_commands.proto',
23 '<(sync_proto_sources_dir)/client_debug_info.proto', 24 '<(sync_proto_sources_dir)/client_debug_info.proto',
24 '<(sync_proto_sources_dir)/data_type_state.proto', 25 '<(sync_proto_sources_dir)/data_type_state.proto',
25 '<(sync_proto_sources_dir)/device_info_specifics.proto', 26 '<(sync_proto_sources_dir)/device_info_specifics.proto',
26 '<(sync_proto_sources_dir)/dictionary_specifics.proto', 27 '<(sync_proto_sources_dir)/dictionary_specifics.proto',
27 '<(sync_proto_sources_dir)/encryption.proto', 28 '<(sync_proto_sources_dir)/encryption.proto',
(...skipping 22 matching lines...) Expand all
50 '<(sync_proto_sources_dir)/synced_notification_app_info_specifics.proto', 51 '<(sync_proto_sources_dir)/synced_notification_app_info_specifics.proto',
51 '<(sync_proto_sources_dir)/synced_notification_specifics.proto', 52 '<(sync_proto_sources_dir)/synced_notification_specifics.proto',
52 '<(sync_proto_sources_dir)/test.proto', 53 '<(sync_proto_sources_dir)/test.proto',
53 '<(sync_proto_sources_dir)/theme_specifics.proto', 54 '<(sync_proto_sources_dir)/theme_specifics.proto',
54 '<(sync_proto_sources_dir)/typed_url_specifics.proto', 55 '<(sync_proto_sources_dir)/typed_url_specifics.proto',
55 '<(sync_proto_sources_dir)/unique_position.proto', 56 '<(sync_proto_sources_dir)/unique_position.proto',
56 '<(sync_proto_sources_dir)/wifi_credential_specifics.proto', 57 '<(sync_proto_sources_dir)/wifi_credential_specifics.proto',
57 ], 58 ],
58 }, 59 },
59 } 60 }
OLDNEW
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/protocol/sync.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698