summaryrefslogtreecommitdiffstats
path: root/components/ownership/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/ownership/BUILD.gn')
-rw-r--r--components/ownership/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index 1bca927..cdaf227 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/crypto.gni")
import("//build/config/features.gni")
component("ownership") {
@@ -29,6 +30,10 @@ component("ownership") {
if (enable_configuration_policy) {
deps += [ "//components/policy" ]
}
+
+ if (use_nss_certs) {
+ deps += [ "//crypto:platform" ]
+ }
}
source_set("unit_tests") {