diff options
author | dconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 17:50:47 +0000 |
---|---|---|
committer | dconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 17:50:47 +0000 |
commit | f39e98eb6e1f501e11eb596879a59c1420411500 (patch) | |
tree | 40c1211b431e3af82a9ae996d3949436e196373b /components/policy.gypi | |
parent | a404789baf4191b0c3fd3b0d5b050c6937c68d87 (diff) | |
download | chromium_src-f39e98eb6e1f501e11eb596879a59c1420411500.zip chromium_src-f39e98eb6e1f501e11eb596879a59c1420411500.tar.gz chromium_src-f39e98eb6e1f501e11eb596879a59c1420411500.tar.bz2 |
Move PolicySchema and PolicySchemaRegistry to components/policy/.
This facilitates the refactoring of chrome/browser/policy into a layered
component.
Depends on https://codereview.chromium.org/78823004/
BUG=271392
Review URL: https://codereview.chromium.org/78453005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy.gypi')
-rw-r--r-- | components/policy.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/policy.gypi b/components/policy.gypi index 9c2c34c..165c477 100644 --- a/components/policy.gypi +++ b/components/policy.gypi @@ -38,6 +38,10 @@ 'policy/core/common/schema.cc', 'policy/core/common/schema.h', 'policy/core/common/schema_internal.h', + 'policy/core/common/schema_map.cc', + 'policy/core/common/schema_map.h', + 'policy/core/common/schema_registry.cc', + 'policy/core/common/schema_registry.h', 'policy/policy_export.h', ], }, { # configuration_policy==0 |