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

Side by Side Diff: jingle/jingle.gyp

Issue 23442019: Convert most run_all_unittests.cc files to use new unit test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 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 | Annotate | Revision Log
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | jingle/run_all_unittests.cc » ('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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, # variables 8 }, # variables
9 'conditions': [ 9 'conditions': [
10 ['enable_webrtc==1 or OS!="android"', { 10 ['enable_webrtc==1 or OS!="android"', {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'notifier/communicator/login_settings_unittest.cc', 175 'notifier/communicator/login_settings_unittest.cc',
176 'notifier/communicator/single_login_attempt_unittest.cc', 176 'notifier/communicator/single_login_attempt_unittest.cc',
177 'notifier/listener/non_blocking_push_client_unittest.cc', 177 'notifier/listener/non_blocking_push_client_unittest.cc',
178 'notifier/listener/notification_defines_unittest.cc', 178 'notifier/listener/notification_defines_unittest.cc',
179 'notifier/listener/push_client_unittest.cc', 179 'notifier/listener/push_client_unittest.cc',
180 'notifier/listener/push_notifications_send_update_task_unittest.cc', 180 'notifier/listener/push_notifications_send_update_task_unittest.cc',
181 'notifier/listener/push_notifications_subscribe_task_unittest.cc', 181 'notifier/listener/push_notifications_subscribe_task_unittest.cc',
182 'notifier/listener/send_ping_task_unittest.cc', 182 'notifier/listener/send_ping_task_unittest.cc',
183 'notifier/listener/xml_element_util_unittest.cc', 183 'notifier/listener/xml_element_util_unittest.cc',
184 'notifier/listener/xmpp_push_client_unittest.cc', 184 'notifier/listener/xmpp_push_client_unittest.cc',
185 'run_all_unittests.cc',
186 ], 185 ],
187 'conditions': [ 186 'conditions': [
188 ['OS=="android"', { 187 ['OS=="android"', {
189 'sources!': [ 188 'sources!': [
190 # TODO(jrg): 189 # TODO(jrg):
191 # EXPECT_DEBUG_DEATH() uses features not enabled. 190 # EXPECT_DEBUG_DEATH() uses features not enabled.
192 # Should we -std=c++0x or -std=gnu++0x? 191 # Should we -std=c++0x or -std=gnu++0x?
193 'glue/chrome_async_socket_unittest.cc', 192 'glue/chrome_async_socket_unittest.cc',
194 'notifier/base/xmpp_connection_unittest.cc', 193 'notifier/base/xmpp_connection_unittest.cc',
195 ], 194 ],
196 }]], 195 }]],
197 'include_dirs': [ 196 'include_dirs': [
198 '..', 197 '..',
199 ], 198 ],
200 'dependencies': [ 199 'dependencies': [
201 'jingle_glue', 200 'jingle_glue',
202 'jingle_glue_test_util', 201 'jingle_glue_test_util',
203 'notifier', 202 'notifier',
204 'notifier_test_util', 203 'notifier_test_util',
205 '../base/base.gyp:base', 204 '../base/base.gyp:base',
205 '../base/base.gyp:run_all_unittests',
206 '../base/base.gyp:test_support_base', 206 '../base/base.gyp:test_support_base',
207 '../net/net.gyp:net', 207 '../net/net.gyp:net',
208 '../net/net.gyp:net_test_support', 208 '../net/net.gyp:net_test_support',
209 '../testing/gmock.gyp:gmock', 209 '../testing/gmock.gyp:gmock',
210 '../testing/gtest.gyp:gtest', 210 '../testing/gtest.gyp:gtest',
211 '../third_party/libjingle/libjingle.gyp:libjingle', 211 '../third_party/libjingle/libjingle.gyp:libjingle',
212 ], 212 ],
213 }, 213 },
214 ], 214 ],
215 }, { # enable_webrtc!=1 and OS=="android" 215 }, { # enable_webrtc!=1 and OS=="android"
(...skipping 24 matching lines...) Expand all
240 ], 240 ],
241 }, 241 },
242 { 242 {
243 'target_name': 'notifier_test_util', 243 'target_name': 'notifier_test_util',
244 'type': 'none', 244 'type': 'none',
245 }, 245 },
246 ], 246 ],
247 }], 247 }],
248 ], 248 ],
249 } 249 }
OLDNEW
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | jingle/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698