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

Side by Side Diff: sync/sync.gyp

Issue 1368683003: USS SyncContextProxy / data type activation refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback Created 5 years, 2 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Setting these two variables allows other targets to use the 8 # Setting these two variables allows other targets to use the
9 # sync_proto_sources variable as the list of sync protocol buffer files. 9 # sync_proto_sources variable as the list of sync protocol buffer files.
10 'sync_proto_sources_dir': 'protocol', 10 'sync_proto_sources_dir': 'protocol',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'engine/syncer_proto_util.h', 167 'engine/syncer_proto_util.h',
168 'engine/syncer_types.h', 168 'engine/syncer_types.h',
169 'engine/syncer_util.cc', 169 'engine/syncer_util.cc',
170 'engine/syncer_util.h', 170 'engine/syncer_util.h',
171 'engine/traffic_logger.cc', 171 'engine/traffic_logger.cc',
172 'engine/traffic_logger.h', 172 'engine/traffic_logger.h',
173 'engine/update_applicator.cc', 173 'engine/update_applicator.cc',
174 'engine/update_applicator.h', 174 'engine/update_applicator.h',
175 'engine/update_handler.cc', 175 'engine/update_handler.cc',
176 'engine/update_handler.h', 176 'engine/update_handler.h',
177 'internal_api/activation_context.cc',
177 'internal_api/attachments/attachment_downloader.cc', 178 'internal_api/attachments/attachment_downloader.cc',
178 'internal_api/attachments/attachment_downloader_impl.cc', 179 'internal_api/attachments/attachment_downloader_impl.cc',
179 'internal_api/attachments/attachment_service.cc', 180 'internal_api/attachments/attachment_service.cc',
180 'internal_api/attachments/attachment_service_impl.cc', 181 'internal_api/attachments/attachment_service_impl.cc',
181 'internal_api/attachments/attachment_service_proxy.cc', 182 'internal_api/attachments/attachment_service_proxy.cc',
182 'internal_api/attachments/attachment_service_proxy_for_test.cc', 183 'internal_api/attachments/attachment_service_proxy_for_test.cc',
183 'internal_api/attachments/attachment_store_frontend.cc', 184 'internal_api/attachments/attachment_store_frontend.cc',
184 'internal_api/attachments/attachment_uploader.cc', 185 'internal_api/attachments/attachment_uploader.cc',
185 'internal_api/attachments/attachment_uploader_impl.cc', 186 'internal_api/attachments/attachment_uploader_impl.cc',
186 'internal_api/attachments/attachment_util.cc', 187 'internal_api/attachments/attachment_util.cc',
(...skipping 23 matching lines...) Expand all
210 'internal_api/http_bridge_network_resources.cc', 211 'internal_api/http_bridge_network_resources.cc',
211 'internal_api/internal_components_factory_impl.cc', 212 'internal_api/internal_components_factory_impl.cc',
212 'internal_api/js_mutation_event_observer.cc', 213 'internal_api/js_mutation_event_observer.cc',
213 'internal_api/js_mutation_event_observer.h', 214 'internal_api/js_mutation_event_observer.h',
214 'internal_api/js_sync_encryption_handler_observer.cc', 215 'internal_api/js_sync_encryption_handler_observer.cc',
215 'internal_api/js_sync_encryption_handler_observer.h', 216 'internal_api/js_sync_encryption_handler_observer.h',
216 'internal_api/js_sync_manager_observer.cc', 217 'internal_api/js_sync_manager_observer.cc',
217 'internal_api/js_sync_manager_observer.h', 218 'internal_api/js_sync_manager_observer.h',
218 'internal_api/protocol_event_buffer.cc', 219 'internal_api/protocol_event_buffer.cc',
219 'internal_api/protocol_event_buffer.h', 220 'internal_api/protocol_event_buffer.h',
221 'internal_api/public/activation_context.h',
220 'internal_api/public/attachments/attachment_downloader.h', 222 'internal_api/public/attachments/attachment_downloader.h',
221 'internal_api/public/attachments/attachment_downloader_impl.h', 223 'internal_api/public/attachments/attachment_downloader_impl.h',
222 'internal_api/public/attachments/attachment_service.h', 224 'internal_api/public/attachments/attachment_service.h',
223 'internal_api/public/attachments/attachment_service_impl.h', 225 'internal_api/public/attachments/attachment_service_impl.h',
224 'internal_api/public/attachments/attachment_service_proxy.h', 226 'internal_api/public/attachments/attachment_service_proxy.h',
225 'internal_api/public/attachments/attachment_service_proxy_for_test.h', 227 'internal_api/public/attachments/attachment_service_proxy_for_test.h',
226 'internal_api/public/attachments/attachment_store_frontend.h', 228 'internal_api/public/attachments/attachment_store_frontend.h',
227 'internal_api/public/attachments/attachment_uploader.h', 229 'internal_api/public/attachments/attachment_uploader.h',
228 'internal_api/public/attachments/attachment_uploader_impl.h', 230 'internal_api/public/attachments/attachment_uploader_impl.h',
229 'internal_api/public/attachments/attachment_util.h', 231 'internal_api/public/attachments/attachment_util.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 }, 544 },
543 'includes': [ 545 'includes': [
544 '../build/protoc.gypi' 546 '../build/protoc.gypi'
545 ], 547 ],
546 'defines': [ 548 'defines': [
547 'SYNC_IMPLEMENTATION' 549 'SYNC_IMPLEMENTATION'
548 ], 550 ],
549 }, 551 },
550 ], 552 ],
551 } 553 }
OLDNEW
« no previous file with comments | « sync/sessions/model_type_registry_unittest.cc ('k') | sync/test/engine/injectable_sync_context_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698