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

Unified Diff: breakpad/breakpad.gyp

Issue 1567973002: Roll breakpad to c051af689cdb08d9cecaa127f3d69eba006d0bc9. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update roll to c051af689cdb08d9cecaa127f3d69eba006d0bc9 to get Linux compilation fix. Created 4 years, 11 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 69ce5be0ef6b1c205bc71f085a73243b285afd2d..030fd40b1ba0e3299d750d3d74213b8446c54026 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -306,16 +306,6 @@
'src/common/simple_string_dictionary.cc',
'src/common/string_conversion.cc',
],
- 'conditions': [
- ['OS=="ios"', {
- 'xcode_settings' : {
- 'WARNING_CFLAGS': [
- # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
- '-Wno-deprecated-declarations',
- ],
- },
- }],
- ],
},
{
# GN version: //breakpad:crash_inspector
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698