diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -42,7 +42,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@844", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@864", "src/build/util/support": "/trunk/deps/support@20411", diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 70906cd..f1ae674 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -56,6 +56,7 @@ 'src/common/mac', ], 'sources': [ + 'src/client/mac/crash_generation/ConfigFile.mm', 'src/client/mac/crash_generation/Inspector.mm', 'src/client/mac/crash_generation/InspectorMain.mm', ], @@ -79,6 +80,7 @@ 'sources': [ 'src/common/mac/HTTPMultipartUpload.m', 'src/client/mac/sender/crash_report_sender.m', + 'src/client/mac/sender/uploader.m', 'src/common/mac/GTMLogger.m', ], 'mac_bundle_resources': [ |