Update Breakpad to r864, picking up some Mac refactorings and adjusting the
build configuration appropriately. This update also contains Clang warning fixes and allows Breakpad's checkout in Chrome to pull its svn:externals. Review URL: http://codereview.chromium.org/8233018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104934 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
2
DEPS
2
DEPS
@ -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",
|
||||
|
@ -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': [
|
||||
|
Reference in New Issue
Block a user