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, 0 insertions, 5 deletions
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index 3c30169..2e53f12 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -10,8 +10,6 @@ component("ownership") {
"owner_key_util.h",
"owner_key_util_impl.cc",
"owner_key_util_impl.h",
- "owner_settings_service.cc",
- "owner_settings_service.h",
]
defines = [
@@ -20,9 +18,6 @@ component("ownership") {
deps = [
"//base",
- "//components/keyed_service/core",
- "//components/policy",
- "//components/policy/proto",
"//crypto",
]
}