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

Unified Diff: third_party/crashpad/crashpad/util/util.gyp

Issue 1921833002: Update Crashpad to 00d458adaf3868999eeab5341fce5bedb81d17a1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win fixes Created 4 years, 8 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
Index: third_party/crashpad/crashpad/util/util.gyp
diff --git a/third_party/crashpad/crashpad/util/util.gyp b/third_party/crashpad/crashpad/util/util.gyp
index 48194907317436dc1247395e2deeef5a45938bea..e8ad186e3a6d9c3d10a939149121a95295c50f7b 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -265,6 +265,11 @@
4201, # nonstandard extension used : nameless struct/union.
4577, # 'noexcept' used with no exception handling mode specified
],
+ 'direct_dependent_settings': {
+ 'msvs_disabled_warnings': [
+ 4577, # 'noexcept' used with no exception handling mode specified
+ ],
+ },
'conditions': [
['target_arch=="ia32"', {
'msvs_settings': {

Powered by Google App Engine
This is Rietveld 408576698