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

Unified Diff: chromeos/BUILD.gn

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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 | « build/linux/system.gyp ('k') | components/certificate_reporting/error_reporter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index fe418eeaa0b77890dc976b54377c9de9100244a4..0f3906c152bf4a9eef8b6564e4377d428188e1b9 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -19,7 +19,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
[ "chromeos.gyp" ])
component("chromeos") {
- configs += [ "//net/third_party/nss/ssl:ssl_config" ]
+ configs += [ "//third_party/nss:system_nss_no_ssl_config" ]
public_deps = [
"//dbus",
]
@@ -138,7 +138,7 @@ static_library("test_support_without_gmock") {
test("chromeos_unittests") {
configs += [
"//build/config/linux:dbus",
- "//net/third_party/nss/ssl:ssl_config",
+ "//third_party/nss:system_nss_no_ssl_config",
]
deps = [
":cryptohome_proto",
« no previous file with comments | « build/linux/system.gyp ('k') | components/certificate_reporting/error_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698