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

Side by Side Diff: jingle/jingle.gyp

Issue 2809056: Rewrote handing of auto-reconnection and network changes for sync notifier. (Closed)
Patch Set: Fixed bug Created 10 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 }, # variables 8 }, # variables
9 'targets': [ 9 'targets': [
10 # A library for sending and receiving peer-issued notifications. 10 # A library for sending and receiving peer-issued notifications.
11 # 11 #
12 # TODO(akalin): Separate out the XMPP stuff from this library into 12 # TODO(akalin): Separate out the XMPP stuff from this library into
13 # its own library. 13 # its own library.
14 { 14 {
15 'target_name': 'notifier', 15 'target_name': 'notifier',
16 'type': '<(library)', 16 'type': '<(library)',
17 'sources': [ 17 'sources': [
18 'notifier/base/chrome_async_socket.cc', 18 'notifier/base/chrome_async_socket.cc',
19 'notifier/base/chrome_async_socket.h', 19 'notifier/base/chrome_async_socket.h',
20 'notifier/base/signal_thread_task.h', 20 'notifier/base/signal_thread_task.h',
21 'notifier/base/ssl_adapter.h', 21 'notifier/base/ssl_adapter.h',
22 'notifier/base/ssl_adapter.cc', 22 'notifier/base/ssl_adapter.cc',
23 'notifier/base/static_assert.h', 23 'notifier/base/static_assert.h',
24 'notifier/base/task_pump.cc', 24 'notifier/base/task_pump.cc',
25 'notifier/base/task_pump.h', 25 'notifier/base/task_pump.h',
26 'notifier/communicator/auto_reconnect.cc',
27 'notifier/communicator/auto_reconnect.h',
28 'notifier/communicator/connection_options.cc', 26 'notifier/communicator/connection_options.cc',
29 'notifier/communicator/connection_options.h', 27 'notifier/communicator/connection_options.h',
30 'notifier/communicator/connection_settings.cc', 28 'notifier/communicator/connection_settings.cc',
31 'notifier/communicator/connection_settings.h', 29 'notifier/communicator/connection_settings.h',
32 'notifier/communicator/const_communicator.h', 30 'notifier/communicator/const_communicator.h',
33 'notifier/communicator/gaia_token_pre_xmpp_auth.cc', 31 'notifier/communicator/gaia_token_pre_xmpp_auth.cc',
34 'notifier/communicator/gaia_token_pre_xmpp_auth.h', 32 'notifier/communicator/gaia_token_pre_xmpp_auth.h',
35 'notifier/communicator/login.cc', 33 'notifier/communicator/login.cc',
36 'notifier/communicator/login.h', 34 'notifier/communicator/login.h',
37 'notifier/communicator/login_connection_state.h', 35 'notifier/communicator/login_connection_state.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ], 128 ],
131 }, 129 },
132 ], 130 ],
133 } 131 }
134 132
135 # Local Variables: 133 # Local Variables:
136 # tab-width:2 134 # tab-width:2
137 # indent-tabs-mode:nil 135 # indent-tabs-mode:nil
138 # End: 136 # End:
139 # vim: set expandtab tabstop=2 shiftwidth=2: 137 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/notifier/server_notifier_thread.cc ('k') | jingle/notifier/communicator/auto_reconnect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698