diff options
author | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-16 10:51:26 +0000 |
---|---|---|
committer | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-16 10:51:26 +0000 |
commit | 3a597ccf9f20e7c97bf9884e106c806266d3f074 (patch) | |
tree | 3245ab1254f285497cd467b9e88c109c278886d4 /components/policy.gypi | |
parent | 79286f1279a80699b84ab1c326c97a4bd1982780 (diff) | |
download | chromium_src-3a597ccf9f20e7c97bf9884e106c806266d3f074.zip chromium_src-3a597ccf9f20e7c97bf9884e106c806266d3f074.tar.gz chromium_src-3a597ccf9f20e7c97bf9884e106c806266d3f074.tar.bz2 |
Added new policy Schema classes.
This implementation obsoletes PolicySchema and its existing users will be refactored.
This implementation has the advantage of allowing compile-time static data to be generated and quickly loaded at runtime. That will allow building the Chrome policies schema without impact on startup.
BUG=270667
TBR=joi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23851022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy.gypi')
-rw-r--r-- | components/policy.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/policy.gypi b/components/policy.gypi index 5295ba4..acd6ccf 100644 --- a/components/policy.gypi +++ b/components/policy.gypi @@ -22,6 +22,9 @@ 'sources': [ 'policy/core/common/policy_schema.cc', 'policy/core/common/policy_schema.h', + 'policy/core/common/schema.cc', + 'policy/core/common/schema.h', + 'policy/core/common/schema_internal.h', 'policy/policy_export.h', ], }, { # configuration_policy==0 |