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

Side by Side Diff: sync/sync_proto.gypi

Issue 143973006: New Sync datatype for Synced Notifications App Info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AppInfo: CR fixes per Zea@ Created 6 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
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 20 matching lines...) Expand all
31 'protocol/get_updates_caller_info.proto', 31 'protocol/get_updates_caller_info.proto',
32 'protocol/history_delete_directive_specifics.proto', 32 'protocol/history_delete_directive_specifics.proto',
33 'protocol/nigori_specifics.proto', 33 'protocol/nigori_specifics.proto',
34 'protocol/managed_user_setting_specifics.proto', 34 'protocol/managed_user_setting_specifics.proto',
35 'protocol/managed_user_shared_setting_specifics.proto', 35 'protocol/managed_user_shared_setting_specifics.proto',
36 'protocol/managed_user_specifics.proto', 36 'protocol/managed_user_specifics.proto',
37 'protocol/password_specifics.proto', 37 'protocol/password_specifics.proto',
38 'protocol/preference_specifics.proto', 38 'protocol/preference_specifics.proto',
39 'protocol/priority_preference_specifics.proto', 39 'protocol/priority_preference_specifics.proto',
40 'protocol/search_engine_specifics.proto', 40 'protocol/search_engine_specifics.proto',
41 'protocol/server_app_info_specifics.proto',
41 'protocol/session_specifics.proto', 42 'protocol/session_specifics.proto',
42 'protocol/sync.proto', 43 'protocol/sync.proto',
43 'protocol/sync_enums.proto', 44 'protocol/sync_enums.proto',
44 'protocol/synced_notification_data.proto', 45 'protocol/synced_notification_data.proto',
45 'protocol/synced_notification_render.proto', 46 'protocol/synced_notification_render.proto',
46 'protocol/synced_notification_specifics.proto', 47 'protocol/synced_notification_specifics.proto',
47 'protocol/test.proto', 48 'protocol/test.proto',
48 'protocol/theme_specifics.proto', 49 'protocol/theme_specifics.proto',
49 'protocol/typed_url_specifics.proto', 50 'protocol/typed_url_specifics.proto',
50 'protocol/unique_position.proto', 51 'protocol/unique_position.proto',
51 ], 52 ],
52 'variables': { 53 'variables': {
53 'proto_in_dir': './protocol', 54 'proto_in_dir': './protocol',
54 'proto_out_dir': 'sync/protocol', 55 'proto_out_dir': 'sync/protocol',
55 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:', 56 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:',
56 'cc_include': 'sync/base/sync_export.h', 57 'cc_include': 'sync/base/sync_export.h',
57 }, 58 },
58 'includes': [ 59 'includes': [
59 '../build/protoc.gypi' 60 '../build/protoc.gypi'
60 ], 61 ],
61 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698