Commit bc01862a authored by qsr@chromium.org's avatar qsr@chromium.org

Update breakpad to 888 to correct compilation warnings.

BUG=105053
TEST=Compiling breakpad tests does not generate issues about mktemp

Review URL: http://codereview.chromium.org/8681010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111502 0039d316-1c4b-4281-b951-d872f2087c98
parent 388c420f
......@@ -39,7 +39,7 @@ vars = {
deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@886",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@888",
"src/build/util/support":
"/trunk/deps/support@20411",
......
......@@ -40,7 +40,7 @@
'src/common/mac/SimpleStringDictionary.mm',
'src/common/string_conversion.cc',
'src/common/mac/string_utilities.cc',
'src/common/md5.c',
'src/common/md5.cc',
],
},
{
......@@ -131,7 +131,7 @@
'src/common/stabs_reader.cc',
'src/common/stabs_to_module.cc',
'src/tools/mac/dump_syms/dump_syms_tool.mm',
'src/common/md5.c',
'src/common/md5.cc',
],
'defines': [
# For src/common/stabs_reader.h.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment