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

Side by Side Diff: jingle/jingle.gyp

Issue 3358028: Revert r59012 which started using Chrome sockets for sync. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | jingle/notifier/base/notifier_options.h » ('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) 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',
21 'notifier/base/ssl_adapter.h',
22 'notifier/base/ssl_adapter.cc',
20 'notifier/base/fake_ssl_client_socket.cc', 23 'notifier/base/fake_ssl_client_socket.cc',
21 'notifier/base/fake_ssl_client_socket.h', 24 'notifier/base/fake_ssl_client_socket.h',
22 'notifier/base/notification_method.h', 25 'notifier/base/notification_method.h',
23 'notifier/base/notification_method.cc', 26 'notifier/base/notification_method.cc',
24 'notifier/base/notifier_options.h', 27 'notifier/base/notifier_options.h',
28 'notifier/base/static_assert.h',
25 'notifier/base/task_pump.cc', 29 'notifier/base/task_pump.cc',
26 'notifier/base/task_pump.h', 30 'notifier/base/task_pump.h',
27 'notifier/base/xmpp_client_socket_factory.cc', 31 'notifier/base/xmpp_client_socket_factory.cc',
28 'notifier/base/xmpp_client_socket_factory.h', 32 'notifier/base/xmpp_client_socket_factory.h',
29 'notifier/communicator/connection_options.cc', 33 'notifier/communicator/connection_options.cc',
30 'notifier/communicator/connection_options.h', 34 'notifier/communicator/connection_options.h',
31 'notifier/communicator/connection_settings.cc', 35 'notifier/communicator/connection_settings.cc',
32 'notifier/communicator/connection_settings.h', 36 'notifier/communicator/connection_settings.h',
33 'notifier/communicator/const_communicator.h', 37 'notifier/communicator/const_communicator.h',
34 'notifier/communicator/gaia_token_pre_xmpp_auth.cc', 38 'notifier/communicator/gaia_token_pre_xmpp_auth.cc',
35 'notifier/communicator/gaia_token_pre_xmpp_auth.h', 39 'notifier/communicator/gaia_token_pre_xmpp_auth.h',
36 'notifier/communicator/login.cc', 40 'notifier/communicator/login.cc',
37 'notifier/communicator/login.h', 41 'notifier/communicator/login.h',
38 'notifier/communicator/login_connection_state.h', 42 'notifier/communicator/login_connection_state.h',
39 'notifier/communicator/login_failure.cc', 43 'notifier/communicator/login_failure.cc',
40 'notifier/communicator/login_failure.h', 44 'notifier/communicator/login_failure.h',
41 'notifier/communicator/login_settings.cc', 45 'notifier/communicator/login_settings.cc',
42 'notifier/communicator/login_settings.h', 46 'notifier/communicator/login_settings.h',
47 'notifier/communicator/product_info.cc',
48 'notifier/communicator/product_info.h',
43 'notifier/communicator/single_login_attempt.cc', 49 'notifier/communicator/single_login_attempt.cc',
44 'notifier/communicator/single_login_attempt.h', 50 'notifier/communicator/single_login_attempt.h',
51 'notifier/communicator/ssl_socket_adapter.cc',
52 'notifier/communicator/ssl_socket_adapter.h',
45 'notifier/communicator/xmpp_connection_generator.cc', 53 'notifier/communicator/xmpp_connection_generator.cc',
46 'notifier/communicator/xmpp_connection_generator.h', 54 'notifier/communicator/xmpp_connection_generator.h',
55 'notifier/communicator/xmpp_socket_adapter.cc',
56 'notifier/communicator/xmpp_socket_adapter.h',
47 'notifier/listener/listen_task.cc', 57 'notifier/listener/listen_task.cc',
48 'notifier/listener/listen_task.h', 58 'notifier/listener/listen_task.h',
49 'notifier/listener/mediator_thread.h', 59 'notifier/listener/mediator_thread.h',
50 'notifier/listener/mediator_thread_impl.cc', 60 'notifier/listener/mediator_thread_impl.cc',
51 'notifier/listener/mediator_thread_impl.h', 61 'notifier/listener/mediator_thread_impl.h',
52 'notifier/listener/mediator_thread_mock.h', 62 'notifier/listener/mediator_thread_mock.h',
53 'notifier/listener/notification_constants.cc', 63 'notifier/listener/notification_constants.cc',
54 'notifier/listener/notification_constants.h', 64 'notifier/listener/notification_constants.h',
55 'notifier/listener/notification_defines.h', 65 'notifier/listener/notification_defines.h',
56 'notifier/listener/send_update_task.cc', 66 'notifier/listener/send_update_task.cc',
57 'notifier/listener/send_update_task.h', 67 'notifier/listener/send_update_task.h',
58 'notifier/base/sigslotrepeater.h', 68 'notifier/base/sigslotrepeater.h',
59 'notifier/listener/subscribe_task.cc', 69 'notifier/listener/subscribe_task.cc',
60 'notifier/listener/subscribe_task.h', 70 'notifier/listener/subscribe_task.h',
61 'notifier/listener/talk_mediator.h', 71 'notifier/listener/talk_mediator.h',
62 'notifier/listener/talk_mediator_impl.cc', 72 'notifier/listener/talk_mediator_impl.cc',
63 'notifier/listener/talk_mediator_impl.h', 73 'notifier/listener/talk_mediator_impl.h',
64 'notifier/listener/xml_element_util.cc', 74 'notifier/listener/xml_element_util.cc',
65 'notifier/listener/xml_element_util.h', 75 'notifier/listener/xml_element_util.h',
66 ], 76 ],
67 'defines' : [ 77 'defines' : [
68 '_CRT_SECURE_NO_WARNINGS', 78 '_CRT_SECURE_NO_WARNINGS',
69 '_USE_32BIT_TIME_T', 79 '_USE_32BIT_TIME_T',
80 'kXmppProductName="chromium-sync"',
70 ], 81 ],
71 'dependencies': [ 82 'dependencies': [
72 '../base/base.gyp:base', 83 '../base/base.gyp:base',
73 '../net/net.gyp:net', 84 '../net/net.gyp:net',
74 '../third_party/expat/expat.gyp:expat', 85 '../third_party/expat/expat.gyp:expat',
75 '../third_party/libjingle/libjingle.gyp:libjingle', 86 '../third_party/libjingle/libjingle.gyp:libjingle',
76 ], 87 ],
77 'export_dependent_settings': [ 88 'export_dependent_settings': [
78 '../third_party/libjingle/libjingle.gyp:libjingle', 89 '../third_party/libjingle/libjingle.gyp:libjingle',
79 ], 90 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ], 136 ],
126 }, 137 },
127 ], 138 ],
128 } 139 }
129 140
130 # Local Variables: 141 # Local Variables:
131 # tab-width:2 142 # tab-width:2
132 # indent-tabs-mode:nil 143 # indent-tabs-mode:nil
133 # End: 144 # End:
134 # vim: set expandtab tabstop=2 shiftwidth=2: 145 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | jingle/notifier/base/notifier_options.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698