summaryrefslogtreecommitdiffstats
path: root/components/ownership
diff options
context:
space:
mode:
authorygorshenin <ygorshenin@chromium.org>2014-09-05 02:59:36 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 10:02:24 +0000
commita3e9d8b6ec39cb3fe8f075fe509ff29c3d3a2abb (patch)
tree001ac94ad658c233c310ee348255d77d16889ac2 /components/ownership
parented0e64147d4360328799c153ac069a5f46e7daae (diff)
downloadchromium_src-a3e9d8b6ec39cb3fe8f075fe509ff29c3d3a2abb.zip
chromium_src-a3e9d8b6ec39cb3fe8f075fe509ff29c3d3a2abb.tar.gz
chromium_src-a3e9d8b6ec39cb3fe8f075fe509ff29c3d3a2abb.tar.bz2
Instantiation of OwnerKeyUtil is delegated to OwnerSettingsServiceFactory, as we're going to move as much as possible from OwnerSettingsService to components/ownership/* and because OwnerSettingsServiceFactory should do all platform-specific business.
BUG=398856 TEST=existing browser_tests and unit_tests Review URL: https://codereview.chromium.org/516243002 Cr-Commit-Position: refs/heads/master@{#293486}
Diffstat (limited to 'components/ownership')
-rw-r--r--components/ownership/BUILD.gn15
1 files changed, 2 insertions, 13 deletions
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index b63ca1b..067f71f 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -4,6 +4,8 @@
component("ownership") {
sources = [
+ "mock_owner_key_util.cc",
+ "mock_owner_key_util.h",
"owner_key_util.cc",
"owner_key_util.h",
"owner_key_util_impl.cc",
@@ -20,19 +22,6 @@ component("ownership") {
]
}
-component("test_support") {
- sources = [
- "mock_owner_key_util.cc",
- "mock_owner_key_util.h",
- ]
-
- deps = [
- ":ownership",
- "//base",
- "//crypto",
- ]
-}
-
source_set("unit_tests") {
sources = ["owner_key_util_unittest.cc"]