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

Side by Side Diff: jingle/jingle.gyp

Issue 400093002: Remove jingle_glue_test_util target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « jingle/glue/fake_socket_factory.cc ('k') | no next file » | 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 'includes': [ 6 'includes': [
7 'jingle.gypi', 7 'jingle.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'notifier/listener/fake_push_client_observer.cc', 111 'notifier/listener/fake_push_client_observer.cc',
112 'notifier/listener/fake_push_client_observer.h', 112 'notifier/listener/fake_push_client_observer.h',
113 ], 113 ],
114 'dependencies': [ 114 'dependencies': [
115 'notifier', 115 'notifier',
116 '../base/base.gyp:base', 116 '../base/base.gyp:base',
117 '../testing/gmock.gyp:gmock', 117 '../testing/gmock.gyp:gmock',
118 ], 118 ],
119 }, 119 },
120 { 120 {
121 'target_name': 'jingle_glue_test_util',
122 'type': 'static_library',
123 'sources': [
124 'glue/fake_network_manager.cc',
125 'glue/fake_network_manager.h',
126 'glue/fake_socket_factory.cc',
127 'glue/fake_socket_factory.h',
128 ],
129 'dependencies': [
130 '../base/base.gyp:base',
131 'jingle_glue',
132 ],
133 },
134 {
135 'target_name': 'jingle_unittests', 121 'target_name': 'jingle_unittests',
136 'type': 'executable', 122 'type': 'executable',
137 'sources': [ 123 'sources': [
138 'glue/channel_socket_adapter_unittest.cc', 124 'glue/channel_socket_adapter_unittest.cc',
139 'glue/chrome_async_socket_unittest.cc', 125 'glue/chrome_async_socket_unittest.cc',
140 'glue/fake_ssl_client_socket_unittest.cc', 126 'glue/fake_ssl_client_socket_unittest.cc',
141 'glue/jingle_glue_mock_objects.cc', 127 'glue/jingle_glue_mock_objects.cc',
142 'glue/jingle_glue_mock_objects.h', 128 'glue/jingle_glue_mock_objects.h',
143 'glue/logging_unittest.cc', 129 'glue/logging_unittest.cc',
144 'glue/mock_task.cc', 130 'glue/mock_task.cc',
(...skipping 24 matching lines...) Expand all
169 # Should we -std=c++0x or -std=gnu++0x? 155 # Should we -std=c++0x or -std=gnu++0x?
170 'glue/chrome_async_socket_unittest.cc', 156 'glue/chrome_async_socket_unittest.cc',
171 'notifier/base/xmpp_connection_unittest.cc', 157 'notifier/base/xmpp_connection_unittest.cc',
172 ], 158 ],
173 }]], 159 }]],
174 'include_dirs': [ 160 'include_dirs': [
175 '..', 161 '..',
176 ], 162 ],
177 'dependencies': [ 163 'dependencies': [
178 'jingle_glue', 164 'jingle_glue',
179 'jingle_glue_test_util',
180 'notifier', 165 'notifier',
181 'notifier_test_util', 166 'notifier_test_util',
182 '../base/base.gyp:base', 167 '../base/base.gyp:base',
183 '../base/base.gyp:run_all_unittests', 168 '../base/base.gyp:run_all_unittests',
184 '../base/base.gyp:test_support_base', 169 '../base/base.gyp:test_support_base',
185 '../net/net.gyp:net', 170 '../net/net.gyp:net',
186 '../net/net.gyp:net_test_support', 171 '../net/net.gyp:net_test_support',
187 '../testing/gmock.gyp:gmock', 172 '../testing/gmock.gyp:gmock',
188 '../testing/gtest.gyp:gtest', 173 '../testing/gtest.gyp:gtest',
189 '../third_party/libjingle/libjingle.gyp:libjingle', 174 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 28 matching lines...) Expand all
218 ], 203 ],
219 }, 204 },
220 { 205 {
221 'target_name': 'notifier_test_util', 206 'target_name': 'notifier_test_util',
222 'type': 'none', 207 'type': 'none',
223 }, 208 },
224 ], 209 ],
225 }], 210 }],
226 ], 211 ],
227 } 212 }
OLDNEW
« no previous file with comments | « jingle/glue/fake_socket_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698