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

Unified Diff: tools/gn/secondary/third_party/nss/BUILD.gn

Issue 308003010: Fix typo cflags->ldflags in nss BUILD.gn on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/nss/BUILD.gn
diff --git a/tools/gn/secondary/third_party/nss/BUILD.gn b/tools/gn/secondary/third_party/nss/BUILD.gn
index 6ce1d2fd96dabce79f296a5614cd002af913f975..acb96a6d8b61b4908d588eb61fdf3b6bc58778bb 100644
--- a/tools/gn/secondary/third_party/nss/BUILD.gn
+++ b/tools/gn/secondary/third_party/nss/BUILD.gn
@@ -356,7 +356,7 @@ if (is_linux) {
if (component_mode == "shared_library") {
if (is_mac) {
- cflags = [ "-all_load" ]
+ ldflags = [ "-all_load" ]
} else if (is_win) {
# Pass the def file to the linker.
ldflags = [ rebase_path("nss/exports_win.def", root_build_dir) ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698