summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authordanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-27 12:07:08 +0000
committerdanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-27 12:07:08 +0000
commit150f43b345029c037176b4d23c2c32aacd8b6dfc (patch)
tree35ea50a24ae1ffc7997a84af592434b80b48dbef /chrome/browser/DEPS
parent5b8bcd40e3f3b7426ddee939054913505f43156f (diff)
downloadchromium_src-150f43b345029c037176b4d23c2c32aacd8b6dfc.zip
chromium_src-150f43b345029c037176b4d23c2c32aacd8b6dfc.tar.gz
chromium_src-150f43b345029c037176b4d23c2c32aacd8b6dfc.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 1cf13fc..757e0b4 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+chrome/tools/profiles", # For history unit tests.
"+chrome/views",
"+grit", # For generated headers
+ "+policy", # For generated headers and source
"+ppapi/c", # For various types.
"+ppapi/proxy",
"+rlz",