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

Side by Side Diff: sync/sync.gyp

Issue 10398051: [Sync] Replace TalkMediator*/MediatorThread* with PushClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, fix test Created 8 years, 7 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/protocol/service_constants.h ('k') | sync/syncable/directory_backing_store.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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'js/js_event_details.cc', 102 'js/js_event_details.cc',
103 'js/js_event_details.h', 103 'js/js_event_details.h',
104 'js/js_event_handler.h', 104 'js/js_event_handler.h',
105 'js/js_reply_handler.h', 105 'js/js_reply_handler.h',
106 'js/sync_js_controller.cc', 106 'js/sync_js_controller.cc',
107 'js/sync_js_controller.h', 107 'js/sync_js_controller.h',
108 'protocol/proto_enum_conversions.cc', 108 'protocol/proto_enum_conversions.cc',
109 'protocol/proto_enum_conversions.h', 109 'protocol/proto_enum_conversions.h',
110 'protocol/proto_value_conversions.cc', 110 'protocol/proto_value_conversions.cc',
111 'protocol/proto_value_conversions.h', 111 'protocol/proto_value_conversions.h',
112 'protocol/service_constants.h',
113 'protocol/sync_protocol_error.cc', 112 'protocol/sync_protocol_error.cc',
114 'protocol/sync_protocol_error.h', 113 'protocol/sync_protocol_error.h',
115 'sessions/debug_info_getter.h', 114 'sessions/debug_info_getter.h',
116 'sessions/ordered_commit_set.cc', 115 'sessions/ordered_commit_set.cc',
117 'sessions/ordered_commit_set.h', 116 'sessions/ordered_commit_set.h',
118 'sessions/session_state.cc', 117 'sessions/session_state.cc',
119 'sessions/session_state.h', 118 'sessions/session_state.h',
120 'sessions/status_controller.cc', 119 'sessions/status_controller.cc',
121 'sessions/status_controller.h', 120 'sessions/status_controller.h',
122 'sessions/sync_session.cc', 121 'sessions/sync_session.cc',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 '../net/net.gyp:net_test_support', 728 '../net/net.gyp:net_test_support',
730 'sync', 729 'sync',
731 'sync_notifier', 730 'sync_notifier',
732 ], 731 ],
733 'sources': [ 732 'sources': [
734 'tools/sync_listen_notifications.cc', 733 'tools/sync_listen_notifications.cc',
735 ], 734 ],
736 }, 735 },
737 ], 736 ],
738 } 737 }
OLDNEW
« no previous file with comments | « sync/protocol/service_constants.h ('k') | sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698