OLD | NEW |
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 'includes': [ | 6 'includes': [ |
7 'jingle.gypi', | 7 'jingle.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'notifier', | 119 'notifier', |
120 '../base/base.gyp:base', | 120 '../base/base.gyp:base', |
121 '../testing/gmock.gyp:gmock', | 121 '../testing/gmock.gyp:gmock', |
122 ], | 122 ], |
123 }, | 123 }, |
124 # GN version: //jingle:jingle_unittests | 124 # GN version: //jingle:jingle_unittests |
125 { | 125 { |
126 'target_name': 'jingle_unittests', | 126 'target_name': 'jingle_unittests', |
127 'type': 'executable', | 127 'type': 'executable', |
128 'sources': [ | 128 'sources': [ |
129 'glue/channel_socket_adapter_unittest.cc', | |
130 'glue/chrome_async_socket_unittest.cc', | 129 'glue/chrome_async_socket_unittest.cc', |
131 'glue/fake_ssl_client_socket_unittest.cc', | 130 'glue/fake_ssl_client_socket_unittest.cc', |
132 'glue/jingle_glue_mock_objects.cc', | 131 'glue/jingle_glue_mock_objects.cc', |
133 'glue/jingle_glue_mock_objects.h', | 132 'glue/jingle_glue_mock_objects.h', |
134 'glue/logging_unittest.cc', | 133 'glue/logging_unittest.cc', |
135 'glue/mock_task.cc', | 134 'glue/mock_task.cc', |
136 'glue/mock_task.h', | 135 'glue/mock_task.h', |
137 'glue/proxy_resolving_client_socket_unittest.cc', | 136 'glue/proxy_resolving_client_socket_unittest.cc', |
138 'glue/pseudotcp_adapter_unittest.cc', | |
139 'glue/task_pump_unittest.cc', | 137 'glue/task_pump_unittest.cc', |
140 'glue/thread_wrapper_unittest.cc', | 138 'glue/thread_wrapper_unittest.cc', |
141 'notifier/base/weak_xmpp_client_unittest.cc', | 139 'notifier/base/weak_xmpp_client_unittest.cc', |
142 'notifier/base/xmpp_connection_unittest.cc', | 140 'notifier/base/xmpp_connection_unittest.cc', |
143 'notifier/communicator/connection_settings_unittest.cc', | 141 'notifier/communicator/connection_settings_unittest.cc', |
144 'notifier/communicator/login_settings_unittest.cc', | 142 'notifier/communicator/login_settings_unittest.cc', |
145 'notifier/communicator/single_login_attempt_unittest.cc', | 143 'notifier/communicator/single_login_attempt_unittest.cc', |
146 'notifier/listener/non_blocking_push_client_unittest.cc', | 144 'notifier/listener/non_blocking_push_client_unittest.cc', |
147 'notifier/listener/notification_defines_unittest.cc', | 145 'notifier/listener/notification_defines_unittest.cc', |
148 'notifier/listener/push_client_unittest.cc', | 146 'notifier/listener/push_client_unittest.cc', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 ], | 226 ], |
229 }, | 227 }, |
230 { | 228 { |
231 'target_name': 'notifier_test_util', | 229 'target_name': 'notifier_test_util', |
232 'type': 'none', | 230 'type': 'none', |
233 }, | 231 }, |
234 ], | 232 ], |
235 }], | 233 }], |
236 ], | 234 ], |
237 } | 235 } |
OLD | NEW |