Go to file
thakis@chromium.org 44010f3e52 win: Replace custom assert() macro with regular assert.h
The current code got added in libjingle r103; I don't see a good reason for it.
Things still build with plain old assert.h.

The custom assert was wrong: __debugbreak() is documented to return void,
so doing `cond ? true : __debugbreak()` shouldn't build (and it doesn't in
clang-cl). It's possible to make it build by writing
`cond ? true : (__debugbreak(), true)`, but just using the regular header
seems like a much better fix.

BUG=chromium:82385
Review URL: https://webrtc-codereview.appspot.com/19139004/


git-svn-id: http://webrtc.googlecode.com/svn/trunk@7007 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-29 03:00:15 +00:00
chromium Avoid syncing unnecessary Chromium deps for WebRTC. 2014-08-26 19:22:03 +00:00
data modules/audio_processing: Updates output_data_fixed.pb test file 2014-08-12 07:35:52 +00:00
resources NetEq background noise generation off by default 2014-08-13 09:45:40 +00:00
talk win: Replace custom assert() macro with regular assert.h 2014-08-29 03:00:15 +00:00
third_party Added mirror of gtest-parallel. 2014-05-23 09:37:29 +00:00
tools Disable VideoAdapterTest.BlackOutput on DrMemory. 2014-08-28 09:55:34 +00:00
webrtc Precompile out our standalone CHECK macros in a Chromium build. 2014-08-28 19:00:15 +00:00
.clang-format Style-option file for clang-format. 2013-11-25 15:30:37 +00:00
.gitignore Use --gclientfile instead of --spec, because windows is THE WORST. 2014-08-21 02:14:11 +00:00
all.gyp Allow root build dependencies to be overridden. 2014-08-08 00:08:58 +00:00
android-webrtc.mk Changed a flag in ARM build for platform build. 2012-09-08 00:32:59 +00:00
AUTHORS replace inline assembly WebRtcNsx_PrepareSpectrumNeon by intrinsics. 2014-08-18 17:46:45 +00:00
BUILD.gn Initial GN work for WebRTC 2014-06-17 08:54:03 +00:00
codereview.settings Add a root codereview.settings file. 2013-04-24 02:08:50 +00:00
COPYING Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
DEPS Roll chromium_revision b1748b:681cc8 2014-08-28 02:32:45 +00:00
drover.properties Add a drover.properties file for reference. 2013-05-30 18:15:54 +00:00
libvpx.mk Change android makefile to reflect recent file structure change 2011-07-13 17:49:49 +00:00
LICENSE Updated license path in LICENSE and LICENSE_THIRD_PARTY. 2012-11-22 12:06:21 +00:00
license_template.txt Update template to follow chromium copyright style 2013-04-24 01:01:28 +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 Update root OWNERS file 2014-08-25 14:41:41 +00:00
PATENTS Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
PRESUBMIT.py Make WebRTC work with Chromium Git checkouts 2014-08-20 12:10:11 +00:00
setup_links.py Roll chromium_revision 289723:291647 2014-08-25 14:16:32 +00:00
sync_chromium.py Avoid syncing unnecessary Chromium deps for WebRTC. 2014-08-26 19:22:03 +00:00
WATCHLISTS Remove former team members from OWNERS and WATCHLISTS 2014-08-26 06:12:08 +00:00