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

Side by Side Diff: sync/sync.gyp

Issue 10197004: [Sync] Convert SyncSessionSnapshot to a copy-able class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 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/sessions/sync_session_context.cc ('k') | sync/syncable/model_type_payload_map.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'engine/process_updates_command.cc', 70 'engine/process_updates_command.cc',
71 'engine/process_updates_command.h', 71 'engine/process_updates_command.h',
72 'engine/resolve_conflicts_command.cc', 72 'engine/resolve_conflicts_command.cc',
73 'engine/resolve_conflicts_command.h', 73 'engine/resolve_conflicts_command.h',
74 'engine/store_timestamps_command.cc', 74 'engine/store_timestamps_command.cc',
75 'engine/store_timestamps_command.h', 75 'engine/store_timestamps_command.h',
76 'engine/syncer.cc', 76 'engine/syncer.cc',
77 'engine/syncer.h', 77 'engine/syncer.h',
78 'engine/syncer_command.cc', 78 'engine/syncer_command.cc',
79 'engine/syncer_command.h', 79 'engine/syncer_command.h',
80 'engine/sync_engine_event.cc',
81 'engine/sync_engine_event.h',
80 'engine/syncer_proto_util.cc', 82 'engine/syncer_proto_util.cc',
81 'engine/syncer_proto_util.h', 83 'engine/syncer_proto_util.h',
82 'engine/sync_scheduler.cc', 84 'engine/sync_scheduler.cc',
83 'engine/sync_scheduler.h', 85 'engine/sync_scheduler.h',
84 'engine/syncer_types.cc',
85 'engine/syncer_types.h', 86 'engine/syncer_types.h',
86 'engine/syncer_util.cc', 87 'engine/syncer_util.cc',
87 'engine/syncer_util.h', 88 'engine/syncer_util.h',
88 'engine/syncproto.h', 89 'engine/syncproto.h',
89 'engine/traffic_logger.cc', 90 'engine/traffic_logger.cc',
90 'engine/traffic_logger.h', 91 'engine/traffic_logger.h',
91 'engine/traffic_recorder.cc', 92 'engine/traffic_recorder.cc',
92 'engine/traffic_recorder.h', 93 'engine/traffic_recorder.h',
93 'engine/update_applicator.cc', 94 'engine/update_applicator.cc',
94 'engine/update_applicator.h', 95 'engine/update_applicator.h',
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 '../net/net.gyp:net_test_support', 625 '../net/net.gyp:net_test_support',
625 'sync', 626 'sync',
626 'sync_notifier', 627 'sync_notifier',
627 ], 628 ],
628 'sources': [ 629 'sources': [
629 'tools/sync_listen_notifications.cc', 630 'tools/sync_listen_notifications.cc',
630 ], 631 ],
631 }, 632 },
632 ], 633 ],
633 } 634 }
OLDNEW
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | sync/syncable/model_type_payload_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698