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

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: BUILD.gn is fixed + style fixes. 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
Index: components/ownership.gypi
diff --git a/components/ownership.gypi b/components/ownership.gypi
index fb6d41aed90dde2101e59a3bcce7a55eb451f619..e12486fc90646d167d06748d2a6907c31608f8e0 100644
--- a/components/ownership.gypi
+++ b/components/ownership.gypi
@@ -14,6 +14,8 @@
'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',
@@ -27,12 +29,5 @@
'<(DEPTH)/crypto/crypto.gyp:crypto',
'ownership',
],
- 'defines': [
- 'OWNERSHIP_IMPLEMENTATION',
- ],
- 'sources': [
- 'ownership/mock_owner_key_util.cc',
- 'ownership/mock_owner_key_util.h',
- ],
}],
}

Powered by Google App Engine
This is Rietveld 408576698