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

Unified Diff: Source/wtf/BUILD.gn

Issue 1207323004: Add __builtin_unreachable() to CRASH() when using Clang on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months 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 | « Source/wtf/Assertions.h ('k') | Source/wtf/wtf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/BUILD.gn
diff --git a/Source/wtf/BUILD.gn b/Source/wtf/BUILD.gn
index b5f1d543f6606e99e54225e05535b8c2099c7117..43e5c586ccd046a6ecf82d7bdeaf532b8d3c0c29 100644
--- a/Source/wtf/BUILD.gn
+++ b/Source/wtf/BUILD.gn
@@ -18,7 +18,6 @@ config("wtf_config") {
"__STD_C",
"_CRT_SECURE_NO_DEPRECATE",
"_SCL_SECURE_NO_DEPRECATE",
- "CRASH=__debugbreak",
]
include_dirs = [
"os-win32",
« no previous file with comments | « Source/wtf/Assertions.h ('k') | Source/wtf/wtf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698