summaryrefslogtreecommitdiff
path: root/chromium/components/offline_items_collection/core/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/offline_items_collection/core/DEPS')
-rw-r--r--chromium/components/offline_items_collection/core/DEPS8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/components/offline_items_collection/core/DEPS b/chromium/components/offline_items_collection/core/DEPS
new file mode 100644
index 00000000000..bf267f99ddd
--- /dev/null
+++ b/chromium/components/offline_items_collection/core/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+base",
+ "+components/keyed_service",
+ "+components/offline_pages",
+ "+jni",
+ "+testing",
+ "+url",
+]