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

Unified Diff: components/ownership.gypi

Issue 548323003: 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: Fixes to *.gypi and *.gn files. 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 46a7a51093e7e858d0092d1d676f77bd9e00cf3a..6f4befab5a75542ab199034077eb46b8ee9c78fa 100644
--- a/components/ownership.gypi
+++ b/components/ownership.gypi
@@ -8,11 +8,18 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/components/components.gyp:cloud_policy_proto',
+ '<(DEPTH)/components/components.gyp:keyed_service_core',
+ '<(DEPTH)/components/components.gyp:policy',
+ '<(DEPTH)/components/components.gyp:policy_component_common',
'<(DEPTH)/crypto/crypto.gyp:crypto',
],
'defines': [
'OWNERSHIP_IMPLEMENTATION',
],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)',
+ ],
'sources': [
'ownership/mock_owner_key_util.cc',
'ownership/mock_owner_key_util.h',
@@ -20,6 +27,8 @@
'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