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

Unified Diff: components/ownership.gypi

Issue 565293003: Revert of Non-plafrom-specific part of an OwnerSettingsService is moved to components/ownership/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_browser_chromeos.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 7fc162f0d9ca33e58528db586d089e3e8d9be272..46a7a51093e7e858d0092d1d676f77bd9e00cf3a 100644
--- a/components/ownership.gypi
+++ b/components/ownership.gypi
@@ -8,15 +8,10 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/components/components.gyp:cloud_policy_proto',
- '<(DEPTH)/components/components.gyp:keyed_service_core',
'<(DEPTH)/crypto/crypto.gyp:crypto',
],
'defines': [
'OWNERSHIP_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
'ownership/mock_owner_key_util.cc',
@@ -25,8 +20,6 @@
'ownership/owner_key_util.h',
'ownership/owner_key_util_impl.cc',
'ownership/owner_key_util_impl.h',
- 'ownership/owner_settings_service.cc',
- 'ownership/owner_settings_service.h',
],
}],
}
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/ownership/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698