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

Side by Side Diff: sync/protocol/sync_proto.gyp

Issue 11734009: sync: Add ControlPreference protobuf and supporting code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Daily rebase Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « sync/protocol/sync.proto ('k') | sync/syncable/model_type.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 10 matching lines...) Expand all
21 'device_info_specifics.proto', 21 'device_info_specifics.proto',
22 'encryption.proto', 22 'encryption.proto',
23 'experiments_specifics.proto', 23 'experiments_specifics.proto',
24 'extension_setting_specifics.proto', 24 'extension_setting_specifics.proto',
25 'extension_specifics.proto', 25 'extension_specifics.proto',
26 'get_updates_caller_info.proto', 26 'get_updates_caller_info.proto',
27 'history_delete_directive_specifics.proto', 27 'history_delete_directive_specifics.proto',
28 'nigori_specifics.proto', 28 'nigori_specifics.proto',
29 'password_specifics.proto', 29 'password_specifics.proto',
30 'preference_specifics.proto', 30 'preference_specifics.proto',
31 'priority_preference_specifics.proto',
31 'search_engine_specifics.proto', 32 'search_engine_specifics.proto',
32 'session_specifics.proto', 33 'session_specifics.proto',
33 'sync.proto', 34 'sync.proto',
34 'sync_enums.proto', 35 'sync_enums.proto',
35 'synced_notification_specifics.proto', 36 'synced_notification_specifics.proto',
36 'test.proto', 37 'test.proto',
37 'theme_specifics.proto', 38 'theme_specifics.proto',
38 'typed_url_specifics.proto', 39 'typed_url_specifics.proto',
39 ], 40 ],
40 'variables': { 41 'variables': {
41 'proto_out_dir': 'sync/protocol', 42 'proto_out_dir': 'sync/protocol',
42 }, 43 },
43 'includes': ['../../build/protoc.gypi'], 44 'includes': ['../../build/protoc.gypi'],
44 }, 45 },
45 ], 46 ],
46 } 47 }
OLDNEW
« no previous file with comments | « sync/protocol/sync.proto ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698