Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8875)

Unified Diff: base/base.gyp

Issue 759283005: Don't call exit() after __debugbreak() on release builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix andriod.... Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/debugger_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 64f88dbea2d712b26e44a9b24b7e033af80e6557..ec5444a6556af05d9c9acb12497d0e70a982f02a 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -479,6 +479,7 @@
'containers/stack_container_unittest.cc',
'cpu_unittest.cc',
'debug/crash_logging_unittest.cc',
+ 'debug/debugger_unittest.cc',
'debug/leak_tracker_unittest.cc',
'debug/proc_maps_linux_unittest.cc',
'debug/stack_trace_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/debugger_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698