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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | jingle/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index ecfd30e27780a8c047696d11b2603024d631fe31..b2e9f76904634fca462074481e1aef7817486f33 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -182,7 +182,6 @@
'notifier/listener/send_ping_task_unittest.cc',
'notifier/listener/xml_element_util_unittest.cc',
'notifier/listener/xmpp_push_client_unittest.cc',
- 'run_all_unittests.cc',
],
'conditions': [
['OS=="android"', {
@@ -203,6 +202,7 @@
'notifier',
'notifier_test_util',
'../base/base.gyp:base',
+ '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
« 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