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

Side by Side Diff: sync/sync.gyp

Issue 455023003: Let SyncBackupManager keep backup data in memory until shutdown. Only persist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ToT 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
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',
356 'syncable/dir_open_result.h', 358 'syncable/dir_open_result.h',
357 'syncable/directory.cc', 359 'syncable/directory.cc',
358 'syncable/directory.h', 360 'syncable/directory.h',
359 'syncable/directory_backing_store.cc', 361 'syncable/directory_backing_store.cc',
360 'syncable/directory_backing_store.h', 362 'syncable/directory_backing_store.h',
361 'syncable/directory_change_delegate.h', 363 'syncable/directory_change_delegate.h',
362 'syncable/entry.cc', 364 'syncable/entry.cc',
363 'syncable/entry.h', 365 'syncable/entry.h',
364 'syncable/entry_kernel.cc', 366 'syncable/entry_kernel.cc',
365 'syncable/entry_kernel.h', 367 'syncable/entry_kernel.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'proto_out_dir': 'sync/protocol', 508 'proto_out_dir': 'sync/protocol',
507 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', 509 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
508 'cc_include': 'sync/protocol/sync_proto_export.h', 510 'cc_include': 'sync/protocol/sync_proto_export.h',
509 }, 511 },
510 'includes': [ 512 'includes': [
511 '../build/protoc.gypi' 513 '../build/protoc.gypi'
512 ], 514 ],
513 }, 515 },
514 ], 516 ],
515 } 517 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698