summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
Diffstat (limited to 'jingle')
-rw-r--r--jingle/jingle.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 0778453..b940bd6 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': [
'..',
],