diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -40,7 +40,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@826", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@828", "src/build/util/support": "/trunk/deps/support@20411", diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 6bebbe5..98d36e5 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -182,6 +182,9 @@ 'crash_inspector', 'crash_report_sender', ], + 'defines': [ + 'USE_PROTECTED_ALLOCATIONS=1', + ], 'sources': [ 'src/client/mac/crash_generation/crash_generation_client.cc', 'src/client/mac/crash_generation/crash_generation_client.h', |