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) ] |