Index: components/policy/core/DEPS |
diff --git a/components/policy/core/DEPS b/components/policy/core/DEPS |
index b60dc2401d6f8ac986eafb64eec4e064e329d3fb..d35de8121845f46ae9280ab94338fd80f0c80158 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", |
] |