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

Unified Diff: components/policy/core/DEPS

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar 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/browser/DEPS » ('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 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",
]
« no previous file with comments | « components/policy.gypi ('k') | components/policy/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698