Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4168)

Unified Diff: breakpad/breakpad.gyp

Issue 8681010: Update breakpad to 888 to correct compilation warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index b62c19d4dbaad491c43f1790b0a7ad899ec7db76..198ecb2659f5803a67527e85b2b0e5b79fe57dc6 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.
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698