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

Side by Side Diff: sync/sync_proto.gypi

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Synced Notification Change Processor - remove unused header 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
« no previous file with comments | « sync/protocol/synced_notification_specifics.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
(...skipping 15 matching lines...) Expand all
26 'protocol/get_updates_caller_info.proto', 26 'protocol/get_updates_caller_info.proto',
27 'protocol/history_delete_directive_specifics.proto', 27 'protocol/history_delete_directive_specifics.proto',
28 'protocol/nigori_specifics.proto', 28 'protocol/nigori_specifics.proto',
29 'protocol/password_specifics.proto', 29 'protocol/password_specifics.proto',
30 'protocol/preference_specifics.proto', 30 'protocol/preference_specifics.proto',
31 'protocol/priority_preference_specifics.proto', 31 'protocol/priority_preference_specifics.proto',
32 'protocol/search_engine_specifics.proto', 32 'protocol/search_engine_specifics.proto',
33 'protocol/session_specifics.proto', 33 'protocol/session_specifics.proto',
34 'protocol/sync.proto', 34 'protocol/sync.proto',
35 'protocol/sync_enums.proto', 35 'protocol/sync_enums.proto',
36 'protocol/synced_notification_data.proto',
37 'protocol/synced_notification_render.proto',
36 'protocol/synced_notification_specifics.proto', 38 'protocol/synced_notification_specifics.proto',
37 'protocol/test.proto', 39 'protocol/test.proto',
38 'protocol/theme_specifics.proto', 40 'protocol/theme_specifics.proto',
39 'protocol/typed_url_specifics.proto', 41 'protocol/typed_url_specifics.proto',
40 'protocol/unique_position.proto', 42 'protocol/unique_position.proto',
41 ], 43 ],
42 'variables': { 44 'variables': {
43 'proto_in_dir': './protocol', 45 'proto_in_dir': './protocol',
44 'proto_out_dir': 'sync/protocol', 46 'proto_out_dir': 'sync/protocol',
45 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:', 47 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:',
46 'cc_include': 'sync/base/sync_export.h', 48 'cc_include': 'sync/base/sync_export.h',
47 }, 49 },
48 'includes': [ 50 'includes': [
49 '../build/protoc.gypi' 51 '../build/protoc.gypi'
50 ], 52 ],
51 } 53 }
OLDNEW
« no previous file with comments | « sync/protocol/synced_notification_specifics.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698