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

Unified Diff: chrome/browser/policy/DEPS

Issue 2891923003: chromeos: Tighten DEPS on //ash in //chrome/browser to support mash (Closed)
Patch Set: rebase Created 3 years, 7 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/notifications/DEPS ('k') | chrome/browser/renderer_context_menu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/DEPS
diff --git a/chrome/browser/policy/DEPS b/chrome/browser/policy/DEPS
index 382e9d04c2422ee0802c139b4e5042b4dde98692..9201916e0f08bad86abfd24857a23a0e66de3f9f 100644
--- a/chrome/browser/policy/DEPS
+++ b/chrome/browser/policy/DEPS
@@ -8,3 +8,12 @@ include_rules = [
"+content/public/common",
"+content/public/test",
]
+specific_include_rules = {
+ # TODO(mash): Remove. http://crbug.com/723876
+ "configuration_policy_handler_list_factory\.cc": [
+ "+ash/accessibility_types.h",
+ ],
+ "policy_browsertest\.cc": [
+ "+ash",
+ ]
+}
« no previous file with comments | « chrome/browser/notifications/DEPS ('k') | chrome/browser/renderer_context_menu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698