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

Side by Side Diff: sync/sync.gyp

Issue 1421833004: [Sync] Add ModelTypeStore implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@USS.StoreInterface
Patch Set: Created 5 years, 1 month 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'internal_api/events/protocol_event.cc', 211 'internal_api/events/protocol_event.cc',
212 'internal_api/http_bridge.cc', 212 'internal_api/http_bridge.cc',
213 'internal_api/http_bridge_network_resources.cc', 213 'internal_api/http_bridge_network_resources.cc',
214 'internal_api/internal_components_factory_impl.cc', 214 'internal_api/internal_components_factory_impl.cc',
215 'internal_api/js_mutation_event_observer.cc', 215 'internal_api/js_mutation_event_observer.cc',
216 'internal_api/js_mutation_event_observer.h', 216 'internal_api/js_mutation_event_observer.h',
217 'internal_api/js_sync_encryption_handler_observer.cc', 217 'internal_api/js_sync_encryption_handler_observer.cc',
218 'internal_api/js_sync_encryption_handler_observer.h', 218 'internal_api/js_sync_encryption_handler_observer.h',
219 'internal_api/js_sync_manager_observer.cc', 219 'internal_api/js_sync_manager_observer.cc',
220 'internal_api/js_sync_manager_observer.h', 220 'internal_api/js_sync_manager_observer.h',
221 'internal_api/model_type_store_backend.cc',
222 'internal_api/model_type_store_impl.cc',
221 'internal_api/protocol_event_buffer.cc', 223 'internal_api/protocol_event_buffer.cc',
222 'internal_api/protocol_event_buffer.h', 224 'internal_api/protocol_event_buffer.h',
223 'internal_api/public/activation_context.h', 225 'internal_api/public/activation_context.h',
224 'internal_api/public/attachments/attachment_downloader.h', 226 'internal_api/public/attachments/attachment_downloader.h',
225 'internal_api/public/attachments/attachment_downloader_impl.h', 227 'internal_api/public/attachments/attachment_downloader_impl.h',
226 'internal_api/public/attachments/attachment_service.h', 228 'internal_api/public/attachments/attachment_service.h',
227 'internal_api/public/attachments/attachment_service_impl.h', 229 'internal_api/public/attachments/attachment_service_impl.h',
228 'internal_api/public/attachments/attachment_service_proxy.h', 230 'internal_api/public/attachments/attachment_service_proxy.h',
229 'internal_api/public/attachments/attachment_service_proxy_for_test.h', 231 'internal_api/public/attachments/attachment_service_proxy_for_test.h',
230 'internal_api/public/attachments/attachment_store_frontend.h', 232 'internal_api/public/attachments/attachment_store_frontend.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'internal_api/public/events/poll_get_updates_request_event.h', 284 'internal_api/public/events/poll_get_updates_request_event.h',
283 'internal_api/public/events/protocol_event.h', 285 'internal_api/public/events/protocol_event.h',
284 'internal_api/public/http_bridge.h', 286 'internal_api/public/http_bridge.h',
285 'internal_api/public/http_bridge_network_resources.h', 287 'internal_api/public/http_bridge_network_resources.h',
286 'internal_api/public/http_post_provider_factory.h', 288 'internal_api/public/http_post_provider_factory.h',
287 'internal_api/public/http_post_provider_interface.h', 289 'internal_api/public/http_post_provider_interface.h',
288 'internal_api/public/internal_components_factory.h', 290 'internal_api/public/internal_components_factory.h',
289 'internal_api/public/internal_components_factory_impl.h', 291 'internal_api/public/internal_components_factory_impl.h',
290 'internal_api/public/model_type_processor.cc', 292 'internal_api/public/model_type_processor.cc',
291 'internal_api/public/model_type_processor.h', 293 'internal_api/public/model_type_processor.h',
294 'internal_api/public/model_type_store_backend.h',
295 'internal_api/public/model_type_store_impl.h',
292 'internal_api/public/network_resources.h', 296 'internal_api/public/network_resources.h',
293 'internal_api/public/non_blocking_sync_common.cc', 297 'internal_api/public/non_blocking_sync_common.cc',
294 'internal_api/public/non_blocking_sync_common.h', 298 'internal_api/public/non_blocking_sync_common.h',
295 'internal_api/public/read_node.h', 299 'internal_api/public/read_node.h',
296 'internal_api/public/read_transaction.h', 300 'internal_api/public/read_transaction.h',
297 'internal_api/public/sessions/commit_counters.cc', 301 'internal_api/public/sessions/commit_counters.cc',
298 'internal_api/public/sessions/commit_counters.h', 302 'internal_api/public/sessions/commit_counters.h',
299 'internal_api/public/sessions/model_neutral_state.cc', 303 'internal_api/public/sessions/model_neutral_state.cc',
300 'internal_api/public/sessions/model_neutral_state.h', 304 'internal_api/public/sessions/model_neutral_state.h',
301 'internal_api/public/sessions/status_counters.cc', 305 'internal_api/public/sessions/status_counters.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 }, 554 },
551 'includes': [ 555 'includes': [
552 '../build/protoc.gypi' 556 '../build/protoc.gypi'
553 ], 557 ],
554 'defines': [ 558 'defines': [
555 'SYNC_IMPLEMENTATION' 559 'SYNC_IMPLEMENTATION'
556 ], 560 ],
557 }, 561 },
558 ], 562 ],
559 } 563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698