Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index bb09440051327b75ee5cf6e4b4fd28c49706edcb..d7c648c036a9ec85a425cff7804a9e092da75a5b 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1266,7 +1266,14 @@ component("base") { |
"trace_event/malloc_dump_provider.cc", |
"trace_event/malloc_dump_provider.h", |
] |
- libs = [ "bsm" ] |
+ libs = [ |
+ "ApplicationServices.framework", |
+ "AppKit.framework", |
+ "bsm", |
+ "CoreFoundation.framework", |
+ "IOKit.framework", |
+ "Security.framework", |
+ ] |
} |
# Mac or iOS. |