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

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

Issue 3107008: sync: Add sessions to protocol and chromiumsync python test server. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 {
11 # Protobuf compiler / generate rule for sync.proto. This is used by 11 # Protobuf compiler / generate rule for sync.proto. This is used by
12 # test code in net, which is why it's isolated into its own .gyp file. 12 # test code in net, which is why it's isolated into its own .gyp file.
13 'target_name': 'sync_proto', 13 'target_name': 'sync_proto',
14 'type': 'none', 14 'type': 'none',
15 'sources': [ 15 'sources': [
16 'sync.proto', 16 'sync.proto',
17 'encryption.proto', 17 'encryption.proto',
18 'app_specifics.proto', 18 'app_specifics.proto',
19 'autofill_specifics.proto', 19 'autofill_specifics.proto',
20 'bookmark_specifics.proto', 20 'bookmark_specifics.proto',
21 'extension_specifics.proto', 21 'extension_specifics.proto',
22 'nigori_specifics.proto', 22 'nigori_specifics.proto',
23 'password_specifics.proto', 23 'password_specifics.proto',
24 'preference_specifics.proto', 24 'preference_specifics.proto',
25 'session_specifics.proto',
25 'theme_specifics.proto', 26 'theme_specifics.proto',
26 'typed_url_specifics.proto', 27 'typed_url_specifics.proto',
27 ], 28 ],
28 'rules': [ 29 'rules': [
29 { 30 {
30 'rule_name': 'genproto', 31 'rule_name': 'genproto',
31 'extension': 'proto', 32 'extension': 'proto',
32 'inputs': [ 33 'inputs': [
33 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', 34 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
34 ], 35 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 74 },
74 }, 75 },
75 ], 76 ],
76 } 77 }
77 78
78 # Local Variables: 79 # Local Variables:
79 # tab-width:2 80 # tab-width:2
80 # indent-tabs-mode:nil 81 # indent-tabs-mode:nil
81 # End: 82 # End:
82 # vim: set expandtab tabstop=2 shiftwidth=2: 83 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/session_specifics.proto ('k') | net/tools/testserver/chromiumsync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698