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

Unified Diff: chrome/utility/BUILD.gn

Issue 1983163002: [Mac/GN] Change two ldlfags to libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index 3974b21c1f5c5d21a649ec36cc1d5bb8f3fc5aa5..f4c0aa5afb62484175ac6cb4208cdbd0c3d415c4 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -14,7 +14,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
# Provides a way for the utility library to push ldflags to dependents.
config("utility_ldflags") {
if (is_mac && safe_browsing_mode == 1) {
- ldflags = [ "/usr/lib/libbz2.dylib" ]
+ libs = [ "bz2" ]
}
}
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698