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

Side by Side Diff: sync/sync.gyp

Issue 477813002: Revert of Let SyncBackupManager keep backup data in memory until shutdown. Only persist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/test/test_internal_components_factory.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'sessions/model_type_registry.h', 346 'sessions/model_type_registry.h',
347 'sessions/nudge_tracker.cc', 347 'sessions/nudge_tracker.cc',
348 'sessions/nudge_tracker.h', 348 'sessions/nudge_tracker.h',
349 'sessions/status_controller.cc', 349 'sessions/status_controller.cc',
350 'sessions/status_controller.h', 350 'sessions/status_controller.h',
351 'sessions/sync_session.cc', 351 'sessions/sync_session.cc',
352 'sessions/sync_session.h', 352 'sessions/sync_session.h',
353 'sessions/sync_session_context.cc', 353 'sessions/sync_session_context.cc',
354 'sessions/sync_session_context.h', 354 'sessions/sync_session_context.h',
355 'syncable/blob.h', 355 'syncable/blob.h',
356 'syncable/deferred_on_disk_directory_backing_store.cc',
357 'syncable/deferred_on_disk_directory_backing_store.h',
358 'syncable/dir_open_result.h', 356 'syncable/dir_open_result.h',
359 'syncable/directory.cc', 357 'syncable/directory.cc',
360 'syncable/directory.h', 358 'syncable/directory.h',
361 'syncable/directory_backing_store.cc', 359 'syncable/directory_backing_store.cc',
362 'syncable/directory_backing_store.h', 360 'syncable/directory_backing_store.h',
363 'syncable/directory_change_delegate.h', 361 'syncable/directory_change_delegate.h',
364 'syncable/entry.cc', 362 'syncable/entry.cc',
365 'syncable/entry.h', 363 'syncable/entry.h',
366 'syncable/entry_kernel.cc', 364 'syncable/entry_kernel.cc',
367 'syncable/entry_kernel.h', 365 'syncable/entry_kernel.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'proto_out_dir': 'sync/protocol', 506 'proto_out_dir': 'sync/protocol',
509 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', 507 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
510 'cc_include': 'sync/protocol/sync_proto_export.h', 508 'cc_include': 'sync/protocol/sync_proto_export.h',
511 }, 509 },
512 'includes': [ 510 'includes': [
513 '../build/protoc.gypi' 511 '../build/protoc.gypi'
514 ], 512 ],
515 }, 513 },
516 ], 514 ],
517 } 515 }
OLDNEW
« no previous file with comments | « sync/internal_api/test/test_internal_components_factory.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698