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

Side by Side Diff: sync/sync_proto.gypi

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Merge + Undo copyright changes 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
« no previous file with comments | « sync/sync_notifier.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'include_dirs': [
7 '..',
8 ],
9 'defines': [
10 'SYNC_IMPLEMENTATION',
11 ],
12 'sources': [
13 'protocol/app_notification_specifics.proto',
14 'protocol/app_setting_specifics.proto',
15 'protocol/app_specifics.proto',
16 'protocol/autofill_specifics.proto',
17 'protocol/bookmark_specifics.proto',
18 'protocol/client_commands.proto',
19 'protocol/client_debug_info.proto',
20 'protocol/device_info_specifics.proto',
21 'protocol/dictionary_specifics.proto',
22 'protocol/encryption.proto',
23 'protocol/experiments_specifics.proto',
24 'protocol/extension_setting_specifics.proto',
25 'protocol/extension_specifics.proto',
26 'protocol/get_updates_caller_info.proto',
27 'protocol/history_delete_directive_specifics.proto',
28 'protocol/nigori_specifics.proto',
29 'protocol/password_specifics.proto',
30 'protocol/preference_specifics.proto',
31 'protocol/priority_preference_specifics.proto',
32 'protocol/search_engine_specifics.proto',
33 'protocol/session_specifics.proto',
34 'protocol/sync.proto',
35 'protocol/sync_enums.proto',
36 'protocol/synced_notification_specifics.proto',
37 'protocol/test.proto',
38 'protocol/theme_specifics.proto',
39 'protocol/typed_url_specifics.proto',
40 'protocol/unique_position.proto',
41 ],
42 'variables': {
43 'proto_in_dir': './protocol',
44 'proto_out_dir': 'sync/protocol',
45 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:',
46 'cc_include': 'sync/base/sync_export.h',
47 },
48 'includes': [
49 '../build/protoc.gypi'
50 ],
51 }
OLDNEW
« no previous file with comments | « sync/sync_notifier.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698