| 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',
|
|
|