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", |