Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: components/ownership.gypi

Issue 516243002: Instantiation of OwnerKeyUtil is delegated to OwnerSettingsServiceFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty ownership_test_support target. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ownership/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership.gypi
diff --git a/components/ownership.gypi b/components/ownership.gypi
index fb6d41aed90dde2101e59a3bcce7a55eb451f619..46a7a51093e7e858d0092d1d676f77bd9e00cf3a 100644
--- a/components/ownership.gypi
+++ b/components/ownership.gypi
@@ -14,25 +14,12 @@
'OWNERSHIP_IMPLEMENTATION',
],
'sources': [
+ 'ownership/mock_owner_key_util.cc',
+ 'ownership/mock_owner_key_util.h',
'ownership/owner_key_util.cc',
'ownership/owner_key_util.h',
'ownership/owner_key_util_impl.cc',
'ownership/owner_key_util_impl.h',
],
- },
- { 'target_name': 'ownership_test_support',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/crypto/crypto.gyp:crypto',
- 'ownership',
- ],
- 'defines': [
- 'OWNERSHIP_IMPLEMENTATION',
- ],
- 'sources': [
- 'ownership/mock_owner_key_util.cc',
- 'ownership/mock_owner_key_util.h',
- ],
}],
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ownership/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698