webrtc/talk
fischman@webrtc.org a86c42c424 libjingle_unittest now compiles and passes on iOS! (reland of r5986)
Example run from cmd-line:
ninja -C out_ios/Debug-iphoneos libjingle_unittest && \
  ~/src/ios-deploy/ios-deploy -d -u -v -b \
    ~/src/wr/trunk/out_ios/Debug-iphoneos/libjingle_unittest.app

Note that the test's use of signals means that lldb will break in the middle
of the suite.  To ignore these signals tell lldb:

pro hand -p true -s false -n false SIGINT
pro hand -p true -s false -n false SIGTERM
continue

BUG=3241
R=kjellander@webrtc.org, tkchin@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/21369004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6025 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-29 18:37:29 +00:00
..
app/webrtc MediaCodecVideoEncoder: limit MediaCodec bitrate to 95% of requested to avoid overshoot. 2014-04-29 17:53:30 +00:00
base libjingle_unittest now compiles and passes on iOS! (reland of r5986) 2014-04-29 18:37:29 +00:00
build libjingle_unittest now compiles and passes on iOS! (reland of r5986) 2014-04-29 18:37:29 +00:00
examples AppRTCDemo(android): don't initialize process-globals more than once. 2014-04-28 16:32:38 +00:00
media (Auto)update libjingle 65729829-> 65752960 2014-04-28 21:31:51 +00:00
p2p (Auto)update libjingle 65619249-> 65622932 2014-04-25 22:03:30 +00:00
session (Auto)update libjingle 65729829-> 65752960 2014-04-28 21:31:51 +00:00
sound Update libjingle to 55618622. 2013-10-25 21:18:33 +00:00
third_party/libudev Adds trunk/talk folder of revision 359 from libjingles google code to 2013-07-10 00:45:36 +00:00
xmllite Cleanups in libjingle to make it compile with chromium_code=1 2014-03-25 00:31:35 +00:00
xmpp (Auto)update libjingle 64709629-> 64813990 2014-04-14 16:06:21 +00:00
COPYING Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
libjingle_examples.gyp Make libjingle Android example build without sourcing envsetup.sh 2014-04-15 08:35:49 +00:00
libjingle_media_unittest.isolate Revert 5274 "Update talk to 58113193 together with https://webrt..." 2013-12-12 22:54:25 +00:00
libjingle_p2p_unittest.isolate Revert 5274 "Update talk to 58113193 together with https://webrt..." 2013-12-12 22:54:25 +00:00
libjingle_peerconnection_unittest.isolate Revert 5274 "Update talk to 58113193 together with https://webrt..." 2013-12-12 22:54:25 +00:00
libjingle_sound_unittest.isolate Revert 5274 "Update talk to 58113193 together with https://webrt..." 2013-12-12 22:54:25 +00:00
libjingle_tests.gyp libjingle_unittest now compiles and passes on iOS! (reland of r5986) 2014-04-29 18:37:29 +00:00
libjingle_unittest.isolate Revert 5274 "Update talk to 58113193 together with https://webrt..." 2013-12-12 22:54:25 +00:00
libjingle.gyp libjingle_unittest now compiles and passes on iOS! (reland of r5986) 2014-04-29 18:37:29 +00:00
LICENSE_THIRD_PARTY Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
OWNERS Make everyone an OWNER for .gyp/.gypi add/delete purposes, talk/ edition. 2014-04-14 20:31:16 +00:00
PRESUBMIT.py Update PRESUBMIT.py's list of "DO_NOT_SUBMIT_FILES". 2014-04-17 14:15:43 +00:00