summaryrefslogtreecommitdiff
path: root/chromium/components/custom_handlers/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/custom_handlers/DEPS')
-rw-r--r--chromium/components/custom_handlers/DEPS10
1 files changed, 9 insertions, 1 deletions
diff --git a/chromium/components/custom_handlers/DEPS b/chromium/components/custom_handlers/DEPS
index abbffeb3951..32f80b99277 100644
--- a/chromium/components/custom_handlers/DEPS
+++ b/chromium/components/custom_handlers/DEPS
@@ -1,8 +1,16 @@
include_rules = [
"+components/keyed_service",
+ "+components/permissions",
"+components/pref_registry",
"+components/prefs",
+ "+components/strings",
+ "+components/sync_preferences",
"+components/user_prefs",
- "+content/public/common",
"+content/public/browser",
+ "+content/public/common",
+ "+content/public/test",
+ "+third_party/blink/public/common/loader",
+ "+third_party/blink/public/common/security",
+ "+services/network/public/cpp",
+ "+ui/base/l10n",
]