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

Unified Diff: base/BUILD.gn

Issue 1902593003: [Mac/GN] Do not specify any default_libs to link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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 | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698