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

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

Issue 12089103: [Sync] Add favicon datatype proto support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Created 7 years, 10 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) 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 {
11 'target_name': 'sync_proto', 11 'target_name': 'sync_proto',
12 'type': 'static_library', 12 'type': 'static_library',
13 'sources': [ 13 'sources': [
14 'app_notification_specifics.proto', 14 'app_notification_specifics.proto',
15 'app_setting_specifics.proto', 15 'app_setting_specifics.proto',
16 'app_specifics.proto', 16 'app_specifics.proto',
17 'autofill_specifics.proto', 17 'autofill_specifics.proto',
18 'bookmark_specifics.proto', 18 'bookmark_specifics.proto',
19 'client_commands.proto', 19 'client_commands.proto',
20 'client_debug_info.proto', 20 'client_debug_info.proto',
21 'device_info_specifics.proto', 21 'device_info_specifics.proto',
22 'dictionary_specifics.proto', 22 'dictionary_specifics.proto',
23 'encryption.proto', 23 'encryption.proto',
24 'experiments_specifics.proto', 24 'experiments_specifics.proto',
25 'extension_setting_specifics.proto', 25 'extension_setting_specifics.proto',
26 'extension_specifics.proto', 26 'extension_specifics.proto',
27 'favicon_specifics.proto',
27 'get_updates_caller_info.proto', 28 'get_updates_caller_info.proto',
28 'history_delete_directive_specifics.proto', 29 'history_delete_directive_specifics.proto',
29 'nigori_specifics.proto', 30 'nigori_specifics.proto',
30 'password_specifics.proto', 31 'password_specifics.proto',
31 'preference_specifics.proto', 32 'preference_specifics.proto',
32 'priority_preference_specifics.proto', 33 'priority_preference_specifics.proto',
33 'search_engine_specifics.proto', 34 'search_engine_specifics.proto',
34 'session_specifics.proto', 35 'session_specifics.proto',
35 'sync.proto', 36 'sync.proto',
36 'sync_enums.proto', 37 'sync_enums.proto',
37 'synced_notification_specifics.proto', 38 'synced_notification_specifics.proto',
38 'test.proto', 39 'test.proto',
39 'theme_specifics.proto', 40 'theme_specifics.proto',
40 'typed_url_specifics.proto', 41 'typed_url_specifics.proto',
41 'unique_position.proto', 42 'unique_position.proto',
42 ], 43 ],
43 'variables': { 44 'variables': {
44 'proto_out_dir': 'sync/protocol', 45 'proto_out_dir': 'sync/protocol',
45 }, 46 },
46 'includes': ['../../build/protoc.gypi'], 47 'includes': ['../../build/protoc.gypi'],
47 }, 48 },
48 ], 49 ],
49 } 50 }
OLDNEW
« sync/protocol/proto_value_conversions.cc ('K') | « sync/protocol/sync.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698