Index: components/ownership/BUILD.gn |
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn |
index 5ef09b262dc9b765cf21c96801d5fca5a3bbe9a5..067f71fbd93402daee755b94e2105344c30fb4e5 100644 |
--- a/components/ownership/BUILD.gn |
+++ b/components/ownership/BUILD.gn |
@@ -10,8 +10,6 @@ |
"owner_key_util.h", |
"owner_key_util_impl.cc", |
"owner_key_util_impl.h", |
- "owner_settings_service.cc", |
- "owner_settings_service.h", |
] |
defines = [ |
@@ -20,8 +18,6 @@ |
deps = [ |
"//base", |
- "//components/keyed_service/core", |
- "//components/policy/proto", |
"//crypto", |
] |
} |