Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: components/policy/core/DEPS

Issue 108563005: Move the cloud policy protobufs into the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/policy.gypi ('k') | components/policy/core/common/cloud/cloud_policy_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/DEPS
diff --git a/components/policy/core/DEPS b/components/policy/core/DEPS
index d35de8121845f46ae9280ab94338fd80f0c80158..486abcf966dd285bb62df3fcee97301ecfce77f3 100644
--- a/components/policy/core/DEPS
+++ b/components/policy/core/DEPS
@@ -4,9 +4,10 @@ include_rules = [
"+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",
+ # These are generated from components/policy/proto.
+ "+policy/proto/chrome_extension_policy.pb.h",
+ "+policy/proto/device_management_backend.pb.h",
+
+ # TODO(joaodasilva): move the generation of this protobuf into the component.
"+policy/proto/cloud_policy.pb.h",
]
« no previous file with comments | « components/policy.gypi ('k') | components/policy/core/common/cloud/cloud_policy_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698