diff options
Diffstat (limited to 'components/policy/core/DEPS')
-rw-r--r-- | components/policy/core/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/components/policy/core/DEPS b/components/policy/core/DEPS index b60dc24..d35de81 100644 --- a/components/policy/core/DEPS +++ b/components/policy/core/DEPS @@ -1,3 +1,12 @@ include_rules = [ "+components/json_schema", + "+crypto", + "+google_apis", + "+net", + + # TODO(joaodasilva): remove these exceptions. + "+chrome/browser/policy/proto/cloud/chrome_extension_policy.pb.h", + "+chrome/browser/policy/proto/cloud/device_management_backend.pb.h", + "+chrome/browser/policy/proto/cloud/device_management_local.pb.h", + "+policy/proto/cloud_policy.pb.h", ] |