diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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", diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index b62c19d..198ecb2 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -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. |