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, 1 insertions, 4 deletions
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index db101b1..8a9eed2 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -23,15 +23,12 @@ if (is_chromeos) {
deps = [
"//base",
"//components/keyed_service/core",
+ "//components/policy",
"//components/policy:policy_component_common",
"//components/policy/proto",
"//crypto",
]
- if (enable_configuration_policy) {
- deps += [ "//components/policy" ]
- }
-
if (use_nss_certs) {
public_deps = [
"//crypto:platform",