diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
2 files changed, 3 insertions, 5 deletions
@@ -29,7 +29,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@786", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@819", "src/build/util/support": "/trunk/deps/support@20411", diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 66ddc68..9c37fd7 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -40,10 +40,8 @@ 'src/common/mac/SimpleStringDictionary.mm', 'src/common/string_conversion.cc', 'src/common/mac/string_utilities.cc', + 'src/common/md5.c', ], - 'link_settings': { - 'libraries': ['$(SDKROOT)/usr/lib/libcrypto.dylib'], - } }, { 'target_name': 'crash_inspector', @@ -127,6 +125,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', ], 'defines': [ # For src/common/stabs_reader.h. @@ -141,7 +140,6 @@ 'link_settings': { 'libraries': [ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', - '$(SDKROOT)/usr/lib/libcrypto.dylib', ], }, 'configurations': { |