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

Side by Side Diff: jingle/jingle.gyp

Issue 1177983009: Move remoting-specific adapters from jingle/glue to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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) 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 ], 207 ],
210 }, 208 },
211 { 209 {
212 'target_name': 'notifier_test_util', 210 'target_name': 'notifier_test_util',
213 'type': 'none', 211 'type': 'none',
214 }, 212 },
215 ], 213 ],
216 }], 214 }],
217 ], 215 ],
218 } 216 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698