| Index: jingle/jingle.gyp
|
| diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
|
| index 077845317d2c88f7e59737e787558b81c97939c9..b940bd6e96a129c7e2ce47185d20b197afe7f928 100644
|
| --- a/jingle/jingle.gyp
|
| +++ b/jingle/jingle.gyp
|
| @@ -175,6 +175,16 @@
|
| 'notifier/listener/xml_element_util_unittest.cc',
|
| 'run_all_unittests.cc',
|
| ],
|
| + 'conditions': [
|
| + ['OS=="android"', {
|
| + 'sources!': [
|
| + # TODO(jrg):
|
| + # EXPECT_DEBUG_DEATH() uses features not enabled.
|
| + # Should we -std=c++0x or -std=gnu++0x?
|
| + 'notifier/base/chrome_async_socket_unittest.cc',
|
| + 'notifier/base/xmpp_connection_unittest.cc',
|
| + ],
|
| + }]],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
|
|