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

Side by Side Diff: sync/sync_internal_api.gypi

Issue 400073003: Finish decoupling sync and invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN Created 6 years, 5 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/internal_api/public/base/invalidator_state.cc ('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
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',
11 ], 11 ],
12 'dependencies': [ 12 'dependencies': [
13 '../base/base.gyp:base', 13 '../base/base.gyp:base',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
16 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_pr oto_cpp',
17 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
18 '../url/url.gyp:url_lib', 16 '../url/url.gyp:url_lib',
19 ], 17 ],
20 'export_dependent_settings': [
21 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
22 ],
23 'sources': [ 18 'sources': [
24 'internal_api/attachments/attachment_downloader_impl.cc', 19 'internal_api/attachments/attachment_downloader_impl.cc',
25 'internal_api/attachments/attachment_uploader_impl.cc', 20 'internal_api/attachments/attachment_uploader_impl.cc',
26 'internal_api/attachments/fake_attachment_downloader.cc', 21 'internal_api/attachments/fake_attachment_downloader.cc',
27 'internal_api/attachments/fake_attachment_store.cc', 22 'internal_api/attachments/fake_attachment_store.cc',
28 'internal_api/attachments/fake_attachment_uploader.cc', 23 'internal_api/attachments/fake_attachment_uploader.cc',
29 'internal_api/base_node.cc', 24 'internal_api/base_node.cc',
30 'internal_api/base_transaction.cc', 25 'internal_api/base_transaction.cc',
31 'internal_api/change_record.cc', 26 'internal_api/change_record.cc',
32 'internal_api/change_reorder_buffer.cc', 27 'internal_api/change_reorder_buffer.cc',
(...skipping 17 matching lines...) Expand all
50 'internal_api/js_sync_encryption_handler_observer.h', 45 'internal_api/js_sync_encryption_handler_observer.h',
51 'internal_api/js_sync_manager_observer.cc', 46 'internal_api/js_sync_manager_observer.cc',
52 'internal_api/js_sync_manager_observer.h', 47 'internal_api/js_sync_manager_observer.h',
53 'internal_api/protocol_event_buffer.cc', 48 'internal_api/protocol_event_buffer.cc',
54 'internal_api/protocol_event_buffer.h', 49 'internal_api/protocol_event_buffer.h',
55 'internal_api/public/attachments/attachment_downloader_impl.h', 50 'internal_api/public/attachments/attachment_downloader_impl.h',
56 'internal_api/public/attachments/attachment_uploader_impl.h', 51 'internal_api/public/attachments/attachment_uploader_impl.h',
57 'internal_api/public/attachments/fake_attachment_downloader.h', 52 'internal_api/public/attachments/fake_attachment_downloader.h',
58 'internal_api/public/attachments/fake_attachment_store.h', 53 'internal_api/public/attachments/fake_attachment_store.h',
59 'internal_api/public/attachments/fake_attachment_uploader.h', 54 'internal_api/public/attachments/fake_attachment_uploader.h',
60 'internal_api/public/base/ack_handle.cc',
61 'internal_api/public/base/ack_handle.h',
62 'internal_api/public/base/ack_handler.cc',
63 'internal_api/public/base/ack_handler.h',
64 'internal_api/public/base/attachment_id_proto.cc', 55 'internal_api/public/base/attachment_id_proto.cc',
65 'internal_api/public/base/attachment_id_proto.h', 56 'internal_api/public/base/attachment_id_proto.h',
66 'internal_api/public/base/cancelation_observer.cc', 57 'internal_api/public/base/cancelation_observer.cc',
67 'internal_api/public/base/cancelation_observer.h', 58 'internal_api/public/base/cancelation_observer.h',
68 'internal_api/public/base/cancelation_signal.cc', 59 'internal_api/public/base/cancelation_signal.cc',
69 'internal_api/public/base/cancelation_signal.h', 60 'internal_api/public/base/cancelation_signal.h',
70 'internal_api/public/base/enum_set.h', 61 'internal_api/public/base/enum_set.h',
71 'internal_api/public/base/enum_set.h', 62 'internal_api/public/base/enum_set.h',
72 'internal_api/public/base/invalidation.cc',
73 'internal_api/public/base/invalidation.h',
74 'internal_api/public/base/invalidation_interface.cc', 63 'internal_api/public/base/invalidation_interface.cc',
75 'internal_api/public/base/invalidation_interface.h', 64 'internal_api/public/base/invalidation_interface.h',
76 'internal_api/public/base/invalidation_util.cc',
77 'internal_api/public/base/invalidation_util.h',
78 'internal_api/public/base/invalidator_state.cc',
79 'internal_api/public/base/invalidator_state.h',
80 'internal_api/public/base/model_type.h', 65 'internal_api/public/base/model_type.h',
81 'internal_api/public/base/node_ordinal.cc', 66 'internal_api/public/base/node_ordinal.cc',
82 'internal_api/public/base/node_ordinal.h', 67 'internal_api/public/base/node_ordinal.h',
83 'internal_api/public/base/ordinal.h', 68 'internal_api/public/base/ordinal.h',
84 'internal_api/public/base/progress_marker_map.cc', 69 'internal_api/public/base/progress_marker_map.cc',
85 'internal_api/public/base/progress_marker_map.h', 70 'internal_api/public/base/progress_marker_map.h',
86 'internal_api/public/base/unique_position.cc', 71 'internal_api/public/base/unique_position.cc',
87 'internal_api/public/base/unique_position.h', 72 'internal_api/public/base/unique_position.h',
88 'internal_api/public/base_node.h', 73 'internal_api/public/base_node.h',
89 'internal_api/public/base_transaction.h', 74 'internal_api/public/base_transaction.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'internal_api/sync_rollback_manager.h', 159 'internal_api/sync_rollback_manager.h',
175 'internal_api/syncapi_internal.cc', 160 'internal_api/syncapi_internal.cc',
176 'internal_api/syncapi_internal.h', 161 'internal_api/syncapi_internal.h',
177 'internal_api/syncapi_server_connection_manager.cc', 162 'internal_api/syncapi_server_connection_manager.cc',
178 'internal_api/syncapi_server_connection_manager.h', 163 'internal_api/syncapi_server_connection_manager.h',
179 'internal_api/user_share.cc', 164 'internal_api/user_share.cc',
180 'internal_api/write_node.cc', 165 'internal_api/write_node.cc',
181 'internal_api/write_transaction.cc', 166 'internal_api/write_transaction.cc',
182 ], 167 ],
183 } 168 }
OLDNEW
« no previous file with comments | « sync/internal_api/public/base/invalidator_state.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698