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

Unified Diff: shell/BUILD.gn

Issue 957303002: Make mojo_shell depend on NSS on Linux. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 5a6d97cf9a9d0aec860a237fe4999dac85bda3bc..7a33e3302660c3d1f4cca37c7674aca15614fbc9 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -78,6 +78,10 @@ if (!use_prebuilt_mojo_shell) {
"//ui/gl",
]
}
+
+ if (is_linux) {
+ public_configs = [ "//third_party/nss:system_nss_no_ssl_config" ]
+ }
}
} # !use_prebuilt_mojo_shell
« 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