summaryrefslogtreecommitdiffstats
path: root/chrome/common_constants.gypi
diff options
context:
space:
mode:
authordanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-27 12:31:34 +0000
committerdanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-27 12:31:34 +0000
commit934c6e5446780bf26b8ee9fd171aa69db4b0f253 (patch)
tree0b31702844a9ffb41fb84f729d29232c6d85eba1 /chrome/common_constants.gypi
parent150f43b345029c037176b4d23c2c32aacd8b6dfc (diff)
downloadchromium_src-934c6e5446780bf26b8ee9fd171aa69db4b0f253.zip
chromium_src-934c6e5446780bf26b8ee9fd171aa69db4b0f253.tar.gz
chromium_src-934c6e5446780bf26b8ee9fd171aa69db4b0f253.tar.bz2
Revert 72784 - Policy: generate boilerplate policy type and constant code.
This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side. BUG=68309 TEST=existing policy/provider tests Review URL: http://codereview.chromium.org/6002015 TBR=danno@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gypi')
-rw-r--r--chrome/common_constants.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi
index 47b4d58..07eee8c 100644
--- a/chrome/common_constants.gypi
+++ b/chrome/common_constants.gypi
@@ -26,6 +26,8 @@
'common/json_value_serializer.h',
'common/net/gaia/gaia_constants.cc',
'common/net/gaia/gaia_constants.h',
+ 'common/policy_constants.cc',
+ 'common/policy_constants.h',
'common/pref_names.cc',
'common/pref_names.h',
],