diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 20:22:45 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 20:22:45 +0000 |
commit | 26c08b6af9065533a818bf60d3dc5d2540ff5fcb (patch) | |
tree | 86949e7e19531a8f0806d817adde63bbb322d706 /chrome/app/policy | |
parent | 088b925577ea3a5bbb51527894d90a80e298c2b5 (diff) | |
download | chromium_src-26c08b6af9065533a818bf60d3dc5d2540ff5fcb.zip chromium_src-26c08b6af9065533a818bf60d3dc5d2540ff5fcb.tar.gz chromium_src-26c08b6af9065533a818bf60d3dc5d2540ff5fcb.tar.bz2 |
Restrict reviews for policy_templates.json.
This is so experience reviewers can make sure changes to policy
semantics don't cause compatibility problems.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/23725004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r-- | chrome/app/policy/OWNERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/app/policy/OWNERS b/chrome/app/policy/OWNERS index c6c76f2..4b55546 100644 --- a/chrome/app/policy/OWNERS +++ b/chrome/app/policy/OWNERS @@ -4,3 +4,14 @@ joaodasilva@chromium.org bartfab@chromium.org atwilson@chromium.org pneubeck@chromium.org + +# Updating policy_templates.json can have drastic effects for systems depending +# on policy definitions (for example, Google's cloud management tools for +# Chrome and Chrome OS). Thus, special attention to forward/backward +# compatibility issues is required and review is restricted to the list of +# people below. +# The rules are documented at: +# https://sites.google.com/a/chromium.org/dev/developers/how-tos/enterprise/adding-new-policies +per-file policy_templates.json=set noparent +per-file policy_templates.json=dconnelly@chromium.org +per-file policy_templates.json=joaodasilva@chromium.org |