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

Side by Side Diff: sync/sync_internal_api.gypi

Issue 235053006: Add sync manager classes for backup/rollback: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/sync_rollback_manager_unittest.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',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'internal_api/public/util/syncer_error.h', 115 'internal_api/public/util/syncer_error.h',
116 'internal_api/public/util/unrecoverable_error_handler.h', 116 'internal_api/public/util/unrecoverable_error_handler.h',
117 'internal_api/public/util/unrecoverable_error_info.cc', 117 'internal_api/public/util/unrecoverable_error_info.cc',
118 'internal_api/public/util/unrecoverable_error_info.h', 118 'internal_api/public/util/unrecoverable_error_info.h',
119 'internal_api/public/util/weak_handle.cc', 119 'internal_api/public/util/weak_handle.cc',
120 'internal_api/public/util/weak_handle.h', 120 'internal_api/public/util/weak_handle.h',
121 'internal_api/public/write_node.h', 121 'internal_api/public/write_node.h',
122 'internal_api/public/write_transaction.h', 122 'internal_api/public/write_transaction.h',
123 'internal_api/read_node.cc', 123 'internal_api/read_node.cc',
124 'internal_api/read_transaction.cc', 124 'internal_api/read_transaction.cc',
125 'internal_api/sync_backup_manager.cc',
126 'internal_api/sync_backup_manager.h',
125 'internal_api/sync_core.cc', 127 'internal_api/sync_core.cc',
126 'internal_api/sync_core.h', 128 'internal_api/sync_core.h',
127 'internal_api/sync_core_proxy.cc', 129 'internal_api/sync_core_proxy.cc',
128 'internal_api/sync_core_proxy_impl.cc', 130 'internal_api/sync_core_proxy_impl.cc',
129 'internal_api/sync_core_proxy_impl.h', 131 'internal_api/sync_core_proxy_impl.h',
130 'internal_api/sync_encryption_handler_impl.cc', 132 'internal_api/sync_encryption_handler_impl.cc',
131 'internal_api/sync_encryption_handler_impl.h', 133 'internal_api/sync_encryption_handler_impl.h',
132 'internal_api/sync_manager_factory.cc', 134 'internal_api/sync_manager_factory.cc',
133 'internal_api/sync_manager_impl.cc', 135 'internal_api/sync_manager_impl.cc',
134 'internal_api/sync_manager_impl.h', 136 'internal_api/sync_manager_impl.h',
137 'internal_api/sync_rollback_manager_base.cc',
138 'internal_api/sync_rollback_manager_base.h',
139 'internal_api/sync_rollback_manager.cc',
140 'internal_api/sync_rollback_manager.h',
135 'internal_api/syncapi_internal.cc', 141 'internal_api/syncapi_internal.cc',
136 'internal_api/syncapi_internal.h', 142 'internal_api/syncapi_internal.h',
137 'internal_api/syncapi_server_connection_manager.cc', 143 'internal_api/syncapi_server_connection_manager.cc',
138 'internal_api/syncapi_server_connection_manager.h', 144 'internal_api/syncapi_server_connection_manager.h',
139 'internal_api/user_share.cc', 145 'internal_api/user_share.cc',
140 'internal_api/write_node.cc', 146 'internal_api/write_node.cc',
141 'internal_api/write_transaction.cc', 147 'internal_api/write_transaction.cc',
142 ], 148 ],
143 } 149 }
OLDNEW
« no previous file with comments | « sync/internal_api/sync_rollback_manager_unittest.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698