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

Unified Diff: third_party/crashpad/crashpad/build/crashpad.gypi

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 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
Index: third_party/crashpad/crashpad/build/crashpad.gypi
diff --git a/third_party/crashpad/crashpad/build/crashpad.gypi b/third_party/crashpad/crashpad/build/crashpad.gypi
index 027c7b68e0cb5719fe3b8c50b7402d9260980ce5..166e768fe357a5cef85cb63739ff58a50c347add 100644
--- a/third_party/crashpad/crashpad/build/crashpad.gypi
+++ b/third_party/crashpad/crashpad/build/crashpad.gypi
@@ -25,5 +25,16 @@
4201, # nonstandard extension used : nameless struct/union.
4324, # structure was padded due to __declspec(align()).
],
+ 'conditions': [
+ ['OS=="linux" or OS=="android"', {
+ 'conditions': [
+ ['clang==0', {
+ 'cflags': [
+ '-Wno-multichar',
+ ],
+ }],
+ ],
+ }],
+ ],
},
}
« no previous file with comments | « third_party/crashpad/crashpad/README.md ('k') | third_party/crashpad/crashpad/client/capture_context_mac_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698