| Index: third_party/class-dump/BUILD.gn
|
| diff --git a/third_party/class-dump/BUILD.gn b/third_party/class-dump/BUILD.gn
|
| index 40d48c4014eee8a4992c2dc9caefad74b8607e76..17b775909c0ca6c42fc39433db04d7cfee8e15ee 100644
|
| --- a/third_party/class-dump/BUILD.gn
|
| +++ b/third_party/class-dump/BUILD.gn
|
| @@ -4,10 +4,7 @@
|
|
|
| config("config") {
|
| visibility = [ ":class-dump" ]
|
| - libs = [
|
| - "Foundation.framework",
|
| - "crypto",
|
| - ]
|
| + libs = [ "Foundation.framework" ]
|
|
|
| # TODO(crbug.com/595295): Building class-dump tools requires OS X SDK
|
| # version 10.9 or higher. Remove this override once the global version
|
|
|