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

Unified Diff: chrome/browser/policy/test/DEPS

Issue 22799003: Added DEPS files to //chrome/browser/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months 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 | « chrome/browser/policy/cloud/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/test/DEPS
diff --git a/chrome/browser/policy/test/DEPS b/chrome/browser/policy/test/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..eec0a9324a9b205263106e8f89cf33d396d59bc2
--- /dev/null
+++ b/chrome/browser/policy/test/DEPS
@@ -0,0 +1,18 @@
+# The //chrome/browser/policy code is being converted into a component at
+# //components/policy. This DEPS file is temporarily restricting the include
+# rules for this code; once all the exceptions are fixed then the code will
+# be moved, and this file will be removed.
+# http://crbug.com/271392
+
+include_rules = [
+ "-chrome",
+ "-chromeos",
+ "-content",
+ "+chrome/browser/policy",
+]
+
+specific_include_rules = {
+ r"local_policy_test_server\.cc": [
+ "+chrome/common/chrome_paths.h",
+ ],
+}
« no previous file with comments | « chrome/browser/policy/cloud/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698