breakpad/src/client/windows
Ted Mielczarek 4ee6f3cd1c Fix Windows crash_generation_server for debug builds without -D_DEBUG
Debug Gecko builds don't build with -D_DEBUG, so the ifdef in
crash_generation_server doesn't work right. The MSDN documentation for
assert says that it's enabled based on the absence of the NDEBUG define,
so using that seems sensible.

R=thestig@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1398453002 .
2015-10-07 14:19:23 -04:00
..
common Fix Windows client compilation on mingw. 2014-11-03 17:05:39 +00:00
crash_generation Fix Windows crash_generation_server for debug builds without -D_DEBUG 2015-10-07 14:19:23 -04:00
handler Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. 2015-02-22 02:27:35 +00:00
sender Support for multiple upload files in CrashReportSender/HTTPUpload 2015-10-06 11:05:12 -04:00
tests/crash_generation_app Fix MSVC build (including on 2015), drop some workarounds for MSVC older than 2013. 2015-10-06 08:03:57 -04:00
unittests Fix MSVC build (including on 2015), drop some workarounds for MSVC older than 2013. 2015-10-06 08:03:57 -04:00
breakpad_client.gyp Moving directory 'build' one level up as it collides with a file named 'BUILD' which happens to be in that same location in the Google source depot. 2014-04-10 17:37:20 +00:00